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

Is there any support for export label offset or variables? #580

Open
nyaoouo opened this issue Mar 25, 2024 · 0 comments
Open

Is there any support for export label offset or variables? #580

nyaoouo opened this issue Mar 25, 2024 · 0 comments

Comments

@nyaoouo
Copy link

nyaoouo commented Mar 25, 2024

i am working on some inline hook code like

jmp qword ptr [rip];
dq 0x7ffff8000;

but it seems not directly support variable in keystone

i also want to try something like

jmp qword ptr [rip];
DataHere:;
nop;nop;nop;nop;nop;nop;nop;nop;

but i don't find api to get label offsets for manually replace data

Is there any workaround for this?

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