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 the ability to output absolute jump targets instead of relative #1

Open
jrmuizel opened this issue Feb 3, 2023 · 0 comments
Open

Comments

@jrmuizel
Copy link

jrmuizel commented Feb 3, 2023

Instead of:

0x00000013: 7f08          : jg $+0x8
0x00000015: 0fafc0        : imul eax, eax
0x00000018: eb00          : jmp $+0x0
0x0000001a: 5d            : pop rbp

something like:

0x00000013: 7f08          : jg 0x1d
0x00000015: 0fafc0        : imul eax, eax
0x00000018: eb00          : jmp 0x1d
0x0000001a: 5d            : pop rbp
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