lde icon indicating copy to clipboard operation
lde copied to clipboard

Length disassembler for x86 and x86_64 in Rust.

Results 2 lde issues
Sort by recently updated
recently updated
newest added

objdump: ```49 b8 00 00 00 00 01 00 00 00``` ```movabs $0x100000000,%r8``` lde stops the instruction at `49 b8 00 00 00 00`. Probably the same issue with `48...

log ``` BUG -> bytes: [0F, 0E] -> must have len: 2 -> have len: 0 -> mnemonic: femms BUG -> bytes: [0F, C9] -> must have len: 2 ->...