在程序集中搜索
If you want to search for a certain assembler opcodes, you can use /a
commands.
The command /ad/ jmp [esp]
searches for the specified category of assembly mnemonic:
The command /a jmp eax
assembles a string to machine code, and then searches for the resulting bytes:
最后更新于
这有帮助吗?