47
edits
Peterkohaut (talk | contribs) |
Peterkohaut (talk | contribs) |
||
Line 25: | Line 25: | ||
[https://www.frida.re/ FRIDA - Dynamic Instrumentation Framework] | [https://www.frida.re/ FRIDA - Dynamic Instrumentation Framework] | ||
Nice tool for a easy writing and injecting hooks to game binaries. Useful for watching how code executes, when are internal functions called | Nice tool for a easy writing and injecting hooks to game binaries. Useful for watching how code executes, when are internal functions called, for dumping structures from memory of target process and for changing data in memory on the fly. Works for newer binaries of games (32bit and windows xp) | ||
== Using the DosBox Debugger == | == Using the DosBox Debugger == |
edits