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

Support for mipsel #136

Open
zloyle opened this issue Feb 23, 2022 · 2 comments
Open

Support for mipsel #136

zloyle opened this issue Feb 23, 2022 · 2 comments

Comments

@zloyle
Copy link

zloyle commented Feb 23, 2022

Is it possible to add mipsel support via the method outlined in the docs?

reptyr works on i386, x86_64, and ARM. Ports to other architectures should be straightforward, and should in most cases be as simple as adding an arch/ARCH.h file and adding a clause to the ifdef ladder in ptrace.c.

@nelhage
Copy link
Owner

nelhage commented Feb 23, 2022

I have no familiarity with mipsel, but it seems likely. #133 recently added support for riscv64 and might be useful as a template if you're interested in trying.

@zloyle
Copy link
Author

zloyle commented Feb 23, 2022

Understood. Thanks. I'll take a look at the link you posted.

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

No branches or pull requests

2 participants