Topic created on: January 8, 2009 09:35 CST by aMIr.
hi guys,
I'll be glad to know a way or an automation such as an olly plugin or anything else to detect that a program has been compiled with /GS flag or not.
RAW DATA #3
00000000: 3B 0D 00 00 00 00 75 02 F3 C3 E9 00 00 00 00
of course, to recognize __security_check_cookie you have to know the signatures (IDA-Pro probably knows them, but I'm not 100% sure), but there is another way. since, __security_check_cookie is called form many functions, control flow becomes very specific. also there are cross references to ___security_cookie memory cell.