Is there a command line tool to get the machine code for an assembly instruction?
问题 0x042444FF; /* inc dword ptr [esp+4] */ I need this tool to know which part means inc , dword or vice versa. 回答1: You can use the objdump tool to 'decompile' an executable binary back to assembly code, though because of possible optimisations, the resulting assembly code may not be the same as the original assembly (but they should be similar in essence). 回答2: command line tool that takes that hex number and disassembles it for you. I have not heard of a tool. You could take that number make