panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.47k stars 475 forks source link

MIPS broken ABI assert #1337

Closed lacraig2 closed 1 year ago

lacraig2 commented 1 year ago
python3: /panda/panda/plugins/syscalls2/syscalls2.cpp:787: uint64_t get_64_linux_mips(CPUState*, uint32_t): Assertion `0' failed.

An assert is triggered when a MIPS guest reads a 64-bit value. This assert should be removed.

lacraig2 commented 1 year ago

Fixed by #1337