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

Allow display code to work when debugging ARM binaries. #169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ZenClark
Copy link

@ZenClark ZenClark commented Sep 5, 2021

While learning to write in ARM, I spent a few hours going through the peda code to get the context code working while debugging an ARM binary. This adds a system library and a few checks to confirm if the platform is ARM or not. While there could be a lot of improvements, overall it works well enough while I am learning to program in ARM assembly code on a Raspberry Pi .

When I finished cleaning up the code for a pull request I noticed that others have started PRs and forks for ARM; those appear to be aging though and are not based on recent code. This one changes very few things but gets noticeable results.

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.

1 participant