Option 'Search for|Last record in run trace' in Disassembler pop-up menu finds whether and when given command was executed for the last time. 在弹出菜单反汇编中的'查找|跟踪过程中的最新记录'选项查找给定的命令是否可执行和何时执行的。
I can tell not because I'm a disassembler on legs, but because there is a trick to ARM code.
我看得出来不是因为我是一个有腿的反汇编程序,而是因为 ARM 代码有一个技巧。
英语百科
Disassembler
A disassembler is a computer program that translates machine language into assembly language—the inverse operation to that of an assembler. A disassembler differs from a decompiler, which targets a high-level language rather than an assembly language. Disassembly, the output of a disassembler, is often formatted for human-readability rather than suitability for input to an assembler, making it principally a reverse-engineering tool.