hey
someone is aware of program that can recognize patterns in assembly ? (in "patterns" i mean , recognize "entering" to funcion section and so on..)
thanks !
Printable View
hey
someone is aware of program that can recognize patterns in assembly ? (in "patterns" i mean , recognize "entering" to funcion section and so on..)
thanks !
Most debuggers will tell you what's being pushed to stack if that's what you meant.
Have a look at IDA pro, it's one of the best disassemblers around.
http://www.hex-rays.com/idapro/