Description: This project is a plugin for the IDAPro Disassembler.
Its purpose is to allow a reverse engineer the chance to step through x86 code while reverse engineering a binary.
The plugin can help you step through any x86 binary from any platform though it does not do library or system calls at the moment.
I find it particularly useful for stepping through obfuscated code as it automatically reorganizes an
IDA disassembly based on actual code paths