Skip to content

Display More Symbols in Trace #321

@Nokel81

Description

@Nokel81

Trace already has access to symbols, but it would be very useful to be able see the label names when they are used (in the assembly) for jumps, loads, and addressing.

Example:

.s:

mov eax, [some_label + 4]

...
some_label:
dd 3
dd 6

usercorn trace:

L some_label: 0x804a680
mov eax, dword ptr [0x804a680 + 4]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions