Disassemble the memory

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?

0
source share

Source: https://habr.com/ru/post/1620839/


All Articles