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.
Just plain output like this is enough:
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.