Reverse engineering

2023年7月4日

game hacking
game cheating
API hooking
Reverse engineering

工具
Cheat Engine
x64dbg
IDA disassembler

概念

Disassembler把机器语言反编译为assembly language。Decompiler是Disassembler的扩展,只要把低阶语言转换到高阶语言,就叫Decompiler。Compiler则是把高阶语言转换成低阶语言。

IDA disassembler主打静态分析。[1]虽然它可以debug运行中的程序,但不能修改内存中的机器码。

x64dbg主打动态分析,它可以修改内存中的机器码。

参考资料

  1. Grigory Rechistov. IDA pro not displaying assemply code like ollyDBG. . 2018-04-26 [2023-07-05].