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.
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.