FlyCrafting
Results
2
issues of
FlyCrafting
I've found that memorydll has nice feature of writing to address using pointers https://github.com/erfg12/memory.dll/wiki/writeMemory It looks like this: MemLib.writeMemory("game.exe+0x006163DB,0x455,0x54,0xC455", "int", "100"); This is very very useful in real projects, for...
Hello, I wanted to reverse engineer old game to try to fix some bugs there. For this reason, I opened a dll file, opened random function and compared results between...
enhancement
ghidra