mumbel / ghidra

Ghidra is a software reverse engineering (SRE) framework
https://www.nsa.gov/ghidra
Apache License 2.0
9 stars 1 forks source link

size of "long" for risc64 #23

Closed jimparis closed 2 years ago

jimparis commented 3 years ago

The size of "long" in riscv64-fp.cspec appears wrong to me; should it be 8 bytes? sizeof(long)==8 in the Kendryte k210 toolchain. Because of this ghidra thinks uint64_t is 4 bytes.

mumbel commented 3 years ago

@jimparis Thanks, for letting me know, sorry for not noticing this earlier

https://github.com/NationalSecurityAgency/ghidra/pull/2590

mumbel commented 2 years ago

Just got merged. Looks like 10.2 will have the fix