-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
ahi for syscall numbers #4068
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
Comments
some missing syscall tables : [0x08048054]> aaa
[0x08048054]> e asm.emu=true
[0x08048054]> e asm.emuwrite=true
[0x08048054]> aeim
[0x08048054]>
[0x08048054]> pd
syscall 102 not implemented yet
syscall 102 not implemented yet
syscall 125 not implemented yet
<<< at this point r2 freezed.. until control -c or space >>
/ (fcn) entry0 71
| 0x08048054 31db xor ebx, ebx ; ebx=0x0 ; zf=0x1 -> 0x1464c00; pf=0x1 -> 0x1464c00; sf=0x0 ; cf=0x0 ; of=0x0
| 0x08048056 f7e3 mul ebx ; ebx=0x0
| 0x08048058 53 push ebx ; esp=0x177ffc |
Not working on OSX reverted |
Because OSX is not freebsd :-P |
Will fail also on windows. Mainly because linux linker doesnt verifies too much and does lazy resolving of symbols.
|
At 3rd try 👍
|
No description provided.
The text was updated successfully, but these errors were encountered: