File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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
2324The 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
You can’t perform that action at this time.
0 commit comments