rizin icon indicating copy to clipboard operation
rizin copied to clipboard

`arF` doesn't print floating point registers

Open Rot127 opened this issue 3 months ago • 0 comments

Work environment

Questions Answers
OS/arch/bits (mandatory) Fedora 32
File format of the file you reverse (mandatory) ELF
Architecture/bits of the file (mandatory) Sparc (others as well)
rizin -v full output, not truncated (mandatory) https://github.com/rizinorg/rizin/commit/095d53a075fb2c6239d91a70e925940269976d87

Expected behavior

rizin -qc "arF" test/bins/elf/core/core-linux-arm64
<fp regs>

arF prints the floating point registers as defined in the register profile.

Actual behavior

It prints nothing.

Steps to reproduce the behavior

rizin -qc "arF" test/bins/elf/core/core-linux-arm64
<fp regs>

Additional Logs, screenshots, source code, configuration dump, ...

Same happens for Sparc

Rot127 avatar Sep 02 '25 19:09 Rot127