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
The PR was larger than it should be as it was the first time to add a non-x86 arch so a lot refactoring was required.
You can search for "aarch64" in the PR to have basic ideas on how many new classes might be needed. But overall it's certainly non-trivial since the current design of symbolic execution (lambda.rb) may not be always suitable to different archs (I am neither a MIPS nor RISC-V expert so hard to tell without digging into their ISA).
What would it take to extend one_gadget to support MIPS and RISC-V architectures?
The text was updated successfully, but these errors were encountered: