Krzysiek

Results 9 comments of Krzysiek

Sorry for closing it so lately ;) thanks!

Thanks, setting CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER worked for compilation of libbytehound.so I'll check how it behaves with those changes ;)

Unfortunately the backtraces are still invalid ;( This calltrace is from some quite old bytehound version Fragment of calltrace which I'm allowed to share points to ![image](https://github.com/koute/bytehound/assets/2975592/0eeae9fe-aba4-4550-8d76-3b804db601a7) after checking what...

Hi Am I right that llvm-dwarfdump should show me this DW_CFA_* entries? I did it on binary, and it does not contain any debug symbols. Then I thought that maybe...

You're right, it's eh_frame - it contains DW_CFA_AARCH64_negate_ra_state entries. llvm-dwarfdump --eh-frame libc.so.6 shows for example ``` 00000054 00000018 00000058 FDE cie=00000000 pc=0002ae40...0002ae50 Format: DWARF32 DW_CFA_advance_loc: 4 DW_CFA_AARCH64_negate_ra_state: DW_CFA_advance_loc: 4 DW_CFA_def_cfa_offset:...

> Well, the way to go here is to make it handle it properly, not just ignore it. (: This error pops up for a reason, and AFAIK this DWARF...

I'll recompile it once again, to be sure but I'm quite sure that I passed everything for my latest checks, even details like values od -march, -mcpu, -mtune. CC and...

I went back to this issue and did the basic steps further, but still I can't fix it. I see gimli added support for this opcode: https://github.com/gimli-rs/gimli/issues/667 But it is...

Hmm seems that indeed the easiest way is to disable it. _so it's really a lot better to just disable the pointer authentication feature instead (which, again, AFAIK can be...