Hey all i was wondering how to :
Search for byte signatures from a process and store the address of that signature and store it into a variable or something.
If someone could answer me it will be great :)
Printable View
Hey all i was wondering how to :
Search for byte signatures from a process and store the address of that signature and store it into a variable or something.
If someone could answer me it will be great :)
Search in a process address space (memory) or in the process' executable?
ye search for an address by it's signature :)
http://img220.imageshack.us/img220/7994/heysp3.png
as shown in the picture i need to find that address aka the JNZ :) address but it's not the same every time so i need a way of finding it :D
Still trying to cheat? :)
Your "hacker's" idea is silly - the JNZ instruction is one byte, 0x75. This could also be found in text literals as letter 'u', a one-byte value of 0x75, or a part of multi-byte value, as well as a part of another instruction.
It sure looks like you are trying to bypass someone's validity test. Do you guys have a special "cool hacker's" forums for kids where you could go?