Skip to content

Unique signature maker plugin for x64dbg

License

Notifications You must be signed in to change notification settings

u16rogue/x64dbg-sigmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x64dbg Signature Maker

An x64dbg plugin to generate unique signatures in different styles.

[Download]

(The result is printed on the log window, you can c+p the entire signature there.)

also a bug: i forgot to fix the switch case when i refactored the code so selecting IDA2 will get overridden by the IDA option...

Supported styles

  • AOB - Array of bytes plus mask (\xE9\x00\x00\x00\x00 x????)
  • IDA - IDA style signature (E9 ? ? ? ?)
  • IDA2 - IDA style signature but wildcards use 2 ? (E9 ?? ?? ?? ??)

Libraries

License

GNU General Public License 3.0