[HELP]Find siggy mask
EDIT: Can some1 tell me how to find the mask of a siggy
I find this one to be a good example:
"Think of this like a detour in the road: if you're driving to your mall, and there's a construction site going on, you'll usually be taken down a detour. However, you'll still arrive at the mall, just through a different means" By someone at another forum.
Uhm you're supposed to be using Array Of Bytes as a signature. Not ASM code from CE.
0xFF = Byte required
0x00 = Byte optional
That's now people normally use masks anyway.
But one question, what exactly are you trying to do? Are you trying to find an address via a pattern finder?
jmp 12345678 looks like \xEB\x78\x56\x34\x12
since only 0xEB is static:
sig: "\xEB\x00\x00\x00\x00"
mask: "x????"