You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: