Skip to content

Commit

Permalink
Adding argtracker reference to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsmith committed Dec 11, 2015
1 parent e79f854 commit f4b487a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ This plugin allows you to specify or choose a function type for indirect calls a
### idb2pat ###
This script allows you to easily generate function patterns from an existing IDB database that can then be turned into FLIRT signatures to help identify similar functions in new files. More information is available at:
https://www.fireeye.com/blog/threat-research/2015/01/flare_ida_pro_script.html


### argtracker ###
This utility can help you identify static arguments to functions used within a program. This is most commonly used to extract arguments to string decoder functions. Example usage is available in

* examples/argtracker_example1.py
* examples/argtracker_example2.py

A blog post with further information is available at:

https://www.fireeye.com/blog/threat-research/2015/11/flare_ida_pro_script.html

0 comments on commit f4b487a

Please sign in to comment.