how to change the machine code to ASM by Using OllyDbg

来源:互联网 发布:淘宝2016年全年交易额 编辑:程序博客网 时间:2024/04/23 14:29

firstly i will tell you that the process is just so easy ...

Step1:get your own machine code in pure Hex mode just like AA BB 2A or \xAA\xBB, either of which will be ok.

Step2:open you OD

Step3:create any real asm file and use the OD's Menu ( view->file) to open it (just give an enviroment , you can select any asm)

Step4: copy your machine Code and then Select the Hex Dump zone which will be filled by your own machine code (in hex mode) by using the menu of Edit->binary paste)

VIPStep5: Still right click , and click the option of "Disassemble" , everything is ok, the world is peace , and you will get your asm code in the right hand of the Hex Column.


I dont use Chinese here just because this pc hasn't the Sougou inputing method here, sorry for that.


原创粉丝点击