Skip to content

Commit 9d7e590

Browse files
committed
Update README.md - v0.0.2
1 parent 06a04d9 commit 9d7e590

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Tags can come from multiple sources such as IDA itself or different other client
1818

1919
## Releases
2020

21+
* v0.0.1 -- Additional interactivity with IDATag from IDA
2122
* v0.0.1 -- Initial release
2223

2324
The plugin is in active development, some bugs may appear. Thanks to let me know!
@@ -189,6 +190,12 @@ This hash value should correspond to the hashsum of the binary.
189190
190191
# Tag clients
191192
192-
* TagAPI
193-
* TagSource
194-
* TagString
193+
One of the main goal of IDATag is to make IDA extensible. It can takes as input json files generated by other tools.
194+
195+
Several clients are provided in the `client` folder:
196+
197+
* TagMetaRebase - rebase tags
198+
* TagPcap - extract tags from Icebox pcap file
199+
* TagAPI - generate tags based on IAT xrefs
200+
* TagSource - generate tags based on source file strings
201+
* TagString - generate tags based on strings

0 commit comments

Comments
 (0)