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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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)

  • 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.

    InfluxDB 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