Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capstone version + aarch64 support in callstack_instr #1500

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

AndrewFasano
Copy link
Member

@AndrewFasano AndrewFasano commented Jun 3, 2024

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.

@AndrewFasano AndrewFasano changed the title Aarch64 support for callstack instr Bump capstone version + aarch64 support in callstack_instr Jun 3, 2024
@AndrewFasano AndrewFasano merged commit c7eaf7d into dev Jun 3, 2024
8 checks passed
@AndrewFasano AndrewFasano deleted the callstack_instr branch June 3, 2024 21:44
@AndrewFasano AndrewFasano restored the callstack_instr branch June 3, 2024 21:44
@AndrewFasano AndrewFasano deleted the callstack_instr branch June 3, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant