ssexy icon indicating copy to clipboard operation
ssexy copied to clipboard

Instruction Debugging from Within Python

Open jbremer opened this issue 13 years ago • 0 comments

Ability to Single-Step Debug a sequence of instructions, to see what's going wrong and/or if it's working correctly. This will take a series of lines of assembly or machine code and modify these in such a way that it will while(1); between each instruction, from there do some windows hackery in order to obtain the xmm registers etc, in the trace it should show the instruction, in disassembled format, and the registers that were changed, after it. The initial registers should be shown as well, or included as lines/machine code. When referenced, m128s should be displayed as well.

jbremer avatar Feb 10 '12 07:02 jbremer