I want to parse part of a program directly in memory. I am interested in how the generated code looks when I examine the stack and check how and where a particular procedure was loaded, and how it is connected and called.
Is there a ready-to-use program or library that I can use to disassemble a specific sequence of bytes that I extracted from a given location?
source
share