illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

Menu option to negate a condition #5

Closed 0ca closed 8 years ago

0ca commented 8 years ago

When we are debugging a program and we are in a symbolic condition, it could be very cool to have an option to negate the condition solving the formulas for the condition instruction.

We should inject the solution in the memory/registers and set the flags to satisfy the conditions (ZF or SF, or...).

0ca commented 8 years ago

This is the same than #19