You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverse-engineering tools like cutter/iaito are perfect for analyzing/debugging x86 code, with powerful features like trace sessions that allows debugging both forwards and backwards.
Readers/students/TAs will be greatly empowered by such tools and have a much easier time debugging compiler output compared to dealing with GDB directly.
An example of tracing, continuing to a breakpoint, then stepping backwards:
The text was updated successfully, but these errors were encountered:
Reverse-engineering tools like cutter/iaito are perfect for analyzing/debugging x86 code, with powerful features like trace sessions that allows debugging both forwards and backwards.
Readers/students/TAs will be greatly empowered by such tools and have a much easier time debugging compiler output compared to dealing with GDB directly.
An example of tracing, continuing to a breakpoint, then stepping backwards:
The text was updated successfully, but these errors were encountered: