-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
This seems like a really great project with a lot of potential uses. For one, I'd like to use it in my pwndbg debugger scripts for GDB in order to simulate execution of a single basic block (to determine the expected path of a conditional branch).
Unfortunately, there do not appear to be any examples which I can base this work off of. Since I'm running in a debugger, I can provide complete state information, and even memory access.
How would I go about simulating a short sequence of instructions, given a known starting register context?