Marc C.

Results 12 issues of Marc C.
trafficstars

### Features I Want To Finish First - [x] Showing source code alongside disassembly **Windows** - [x] PE/COFF file disassembly and symbol discovery - [x] use PDB for symbol discovery...

enhancement

At the moment if you run `cargo disasm copy_nonoverlapping`, this is the output: ```asm core::intrinsics::copy_nonoverlapping: cc6e0 sub rsp, 0x28 cc6e4 mov qword ptr [rsp + 0x10], rdi cc6e9 mov qword...

bug