Skip to content

vominh2012/yara_sig_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# yara_sig_generator"

usage: create_yara_rules.py [-h] -t TARGET [-a ADDRESS] [-f ADDRESS_FILE] -o OUTPUT

Examples:

  • create_yara_rules.py -t notepad.exe -a 0x576580 -o notepad_sig.yara
  • create_yara_rules.py -t notepad.exe -f notepad_offset.txt -o notepad_sig.yara

Notes:

  • Work well on both Python 2.7 & 3.7
  • address file, each line format is address[,length, function_name]

Depends:

About

Create yara signature from binary address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published