• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

real time assembly code view of a running app

Red Squirrel

No Lifer
I remember when I took an assembly class I could watch each assembly instruction as my program executed when in debug mode. Is there a way to do that with a precompiled program? Like lets say I do it to a random exe program I can see each step in assembly. Sort of like a real time decompilation. Is there an app that would allow me to do this?
 
Know of a good debugger program for this? something that can maybe freeze/slow down as well, since I'm sure even something as simple as a TCP blocking socket will be spitting out assembly instructions like theres no tomorrow.
 
That looks like a neat program. I'll mess with it further, looks like it may do what I need. Mind you I'm not that deep into assembly so I probably wont know what most of this stuff means, but I can figure my way around. 😛 Not expecting this to be easy.
 
Back
Top