Jump to content
Tuts 4 You

SigCreator 0.3


Teddy Rogers

About This File

SigCreator is a reproduction of "SigMaker 0.4" for the new OllyDbg version 2.xx.

SigCreator generates you all needed information for using the selected signature in your code. Furthermore it will give you a list of all occurrences of the signature in the current module.

Result:

Sig start // Start-address of signature occurrence
Sig end // End-address of signature (both addresses are inclusive)
// sizeOfSig = sigEnd - sigStart + 1
Modulebase // Base address of the module
Offset // Offset from base address to the signature
Signature // Signature in code design
Mask // Mask of signature in SigMaker-Style

Functions:

* Scan code for selected signature
Shows you all occurences of the selected signature.

* Get unique signature
Gives you an unique signature next to the selected address.

Note: SigCreator menu will only appear in the disassembler menu.
Note: You can copy the results by shortcur "Ctrl+C" or by popup menu.

  • Like 1

User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...