Disassemble Memory

我只是一个虾纸丫 提交于 2019-12-08 11:08:40

问题


I want to disassemble part of a program directly in memory. I am interested how generated code looks like when I investigate the stack and check how and where a certain routine was loaded and how it is bind and invoked.

Is there a ready to use program or library I can use to disassemble a certain byte sequence I extracted from a given location?

来源:https://stackoverflow.com/questions/29562098/disassemble-memory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!