We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use r2 knowledge to resolve syscall numbers . Make it work like dxc but calling syscalls instead of functions.
We will ned to use the code generation apis to construct the snippet to call that and return from it
The text was updated successfully, but these errors were encountered:
As an example https://github.com/nowsecure/r2frida/blob/master/plugins/inject-exit.js
Sorry, something went wrong.
On iOS and macOS we can just use dxc with the syscall symbol
[0x00000000]> \dxc syscall 0x2000001 DetachReason: FRIDA_SESSION_DETACH_REASON_PROCESS_TERMINATED Target process terminated [0x00000000]>
i have implemented dxs, but the list of syscalls is limited, it may use the ones defined in r2
Do we want to have \asl inside r2frida to enumaerte the target syscalls :?
closing because we have #395
No branches or pull requests
Use r2 knowledge to resolve syscall numbers . Make it work like dxc but calling syscalls instead of functions.
We will ned to use the code generation apis to construct the snippet to call that and return from it
The text was updated successfully, but these errors were encountered: