sleigh icon indicating copy to clipboard operation
sleigh copied to clipboard

A (SLEIGH) disassembler that supports multiple architectures

Results 1 sleigh issues
Sort by recently updated
recently updated
newest added

Hi, Suppose that we are translating a single ARM instruction (push {r7, lr}) using the following code in a pcode emulator: let mut decompiler = Decompiler::builder().arm(ArmVersion::Arm8, Endian::LittleEndian, rmMode::Thumb).build(); let code...