panda-re / panda

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

Bump capstone version + aarch64 support in callstack_instr #1500

Closed AndrewFasano closed 2 months ago

AndrewFasano commented 2 months ago

Previously aarch64 was hitting arm32 code and failing to identify any calls and returns. this PR updates that plugin to support aarch64 and also bumps the capstone version as our prior version failed to properly identify call/return groups for aarch64.

Adds a simple pypanda test for callstack instr. Also has a commit dropping a needless call to cargo help while building the docker container.