Skip to content

Disassemly outputs as JSON #46

@morganchristiansson

Description

@morganchristiansson

Just plain output like this is enough:

00439780 56              PUSH       ESI
00439781 8b f1           MOV        ESI,this
00439783 33 c0           XOR        EAX,EAX

Similar to objdump

It currently wraps the disassembly in a complex and verbose JSON structure.
The address on each line is already token inefficient, don't need to make it worse by splitting it up into JSON.

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