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

Add command to run syscalls directly #151

Closed
trufae opened this issue Jun 10, 2019 · 5 comments
Closed

Add command to run syscalls directly #151

trufae opened this issue Jun 10, 2019 · 5 comments
Milestone

Comments

@trufae
Copy link
Member

trufae commented Jun 10, 2019

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

@trufae
Copy link
Member Author

trufae commented Jul 10, 2019

@trufae
Copy link
Member Author

trufae commented Apr 21, 2020

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]>

@trufae
Copy link
Member Author

trufae commented Apr 22, 2020

i have implemented dxs, but the list of syscalls is limited, it may use the ones defined in r2

@trufae
Copy link
Member Author

trufae commented May 2, 2020

Do we want to have \asl inside r2frida to enumaerte the target syscalls :?

@trufae trufae added this to the 4.6.0 milestone May 2, 2020
@trufae
Copy link
Member Author

trufae commented Feb 4, 2024

closing because we have #395

@trufae trufae closed this as completed Feb 4, 2024
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

1 participant