Code: Select all
HACK DETECTED (x,y)
Hack: whatever the hack is

Also, I envy you. You are one of the few people on this planet that can actually look at a crash log and figure it out
Keep up the damn good work.
Moderator: Graf Zahl
Code: Select all
HACK DETECTED (x,y)
Hack: whatever the hack is
That isn't really that hard if you have a .map file with all the addresses of the functions and a complete assembly output of the code. All you have to do is look which function is represented by an address and then look up the code that is there.nwbeeman wrote: Also, I envy you. You are one of the few people on this planet that can actually look at a crash log and figure it out