Skip to content

This is a litte script written in python 3.6.2, which generates you a mask and a byte signature out of a IDA Signature.

License

Notifications You must be signed in to change notification settings

cragson/CSGO-IDA-Signature-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CSGO-IDA-Signature-Converter

This is a litte script written in python 3.6.2, which generates you a mask and a byte signature out of a IDA Signature.

Example Usage: [ IDA-Signature ]

[ Input ] => A3 ? ? ? ? C7 05 ? ? ? ? ? ? ? ? E8 ? ? ? ? 59 C3 6A ?

                      [ Mask ]

[ Output ] => x????xx????????x????xxx?

                  [ Byte-Signature ]

[ Output ] => \xA3\x00\x00\x00\x00\xC7\x05\x00\x00\x00\x00\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x59\xC3\x6A\x00

About

This is a litte script written in python 3.6.2, which generates you a mask and a byte signature out of a IDA Signature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages