Open
Description
Work environment
Questions | Answers |
---|---|
OS/arch/bits (mandatory) | MacOS x86, MacOS ARM64 (13.x), Linux ARMv8 (Alpine) |
File format of the file you reverse (mandatory) | Mach-O, ELF |
Architecture/bits of the file (mandatory) | x86_64, ARM64 |
rizin -v full output, not truncated (mandatory) |
rizin-0.4.0 |
Expected behavior
- File loads properly in the debug mode
- Registers aren't empty
- Data/disassembly aren't empty
- Stepping works
- Breakpoint and continue work
Actual behavior
File doesn't load properly
Steps to reproduce the behavior
- Compile fresh Rizin (
dev
orstable
) codesign
the binaryrizin -d $(which rz-ax)
Observe PC pointing to 0, 0xFF
s everywhere, all registers are empty, stepping doesn't work.
Activity