Are there any cpu emulators that could help me learn i386 assembly?

This page summarizes the projects mentioned and recommended in the original post on /r/asm

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • gef

    GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux

  • https://github.com/hugsy/gef, https://hugsy.github.io/gef/, https://hugsy.github.io/gef/commands/context/ ("Values in red indicate that this register has had its value changed since the last time execution stopped.")

  • gai

    Gdb Assembly Informant steps through your assembly code one instruction at a time and diffs register values.

  • You can also use plugin for GDB enhancing the assembly debugging experience, e.g., https://github.com/thlorenz/gai (this one hasn't been updated for a while, although it shows the idea of specifically diffing register values)

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • gdb-dashboard

    Modular visual interface for GDB in Python

  • https://github.com/cyrus-and/gdb-dashboard, https://github.com/cyrus-and/gdb-dashboard/wiki

  • peda

    PEDA - Python Exploit Development Assistance for GDB

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Beej's Quick Guide to GDB (2009)

    3 projects | news.ycombinator.com | 5 Nov 2023
  • How do you use gdb without the tui? Are there advantages? Or just describe your GDB workflow.

    1 project | /r/C_Programming | 25 Apr 2023
  • Any good and easy-to-use C debuggers?

    1 project | /r/C_Programming | 12 Jan 2023
  • Emulating an emulator inside itself. Meet Blink

    3 projects | news.ycombinator.com | 4 Jan 2023
  • What plugins do you recommend for ExploitDev or RE and why?

    1 project | /r/ExploitDev | 19 Oct 2022