github.com
Fix address length on 64 bit archs by xairy · Pull Request #127 · sashs/Ropper
Currently it's set to 4, which results in stripped addresses for gadgets from kernel binaries, e.g. for arm64: 0x085bcec0: ldr x8, [x2, #0x250]; mov x0, x2; ldr x8, [x8, #0xc0]; blr x8; This pa...