问题
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