Skip to content

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

Closed
radare opened this issue Feb 3, 2016 · 5 comments
Closed

ahi for syscall numbers #4068

radare opened this issue Feb 3, 2016 · 5 comments

Comments

@radare
Copy link
Collaborator

radare commented Feb 3, 2016

No description provided.

@radare radare added this to the 0.10.1 milestone Feb 3, 2016
@unixfreaxjp
Copy link

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

and this is the suggested ones, snapshot:

@Maijin Maijin closed this as completed Feb 3, 2016
@Maijin Maijin reopened this Feb 3, 2016
@Maijin
Copy link
Contributor

Maijin commented Feb 3, 2016

Not working on OSX reverted

@unixfreaxjp
Copy link

Because OSX is not freebsd :-P

@radare
Copy link
Collaborator Author

radare commented Feb 3, 2016

Will fail also on windows. Mainly because linux linker doesnt verifies too much and does lazy resolving of symbols.

On 03 Feb 2016, at 15:17, unixfreaxjp notifications@github.com wrote:

Because OSX is not freebsd :-P


Reply to this email directly or view it on GitHub.

@Maijin Maijin closed this as completed Feb 3, 2016
@Maijin Maijin reopened this Feb 3, 2016
@Maijin Maijin closed this as completed in 8571a9c Feb 3, 2016
@radare
Copy link
Collaborator Author

radare commented Feb 3, 2016

At 3rd try 👍

On 03 Feb 2016, at 17:05, Maijin notifications@github.com wrote:

Closed #4068 via 8571a9c.


Reply to this email directly or view it on GitHub.

@Maijin Maijin added the has-test label Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants