【发布时间】:2020-09-13 10:14:16
【问题描述】:
如何用 x64dbg 记录程序执行的 CPU 指令?
我看到https://reverseengineering.stackexchange.com/questions/18634/x64dbg-see-the-current-position 的问题,但我找不到记录指令的方法。
【问题讨论】:
-
执行此操作的其他方法包括 Intel SDE (software.intel.com/en-us/articles/…) / PIN (Log all instruction with intel pintool),或使用 Intel PT:How to run record instruction-history and function-call-history in GDB? CPU 的硬件支持。或者使用 GDB,只需编写单步脚本(慢得多)Tracing/profiling instructions
标签: assembly x86-64 reverse-engineering disassembly