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?