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

Use x64dbg variable or expression for block address #4

Open
not6 opened this issue May 20, 2024 · 0 comments
Open

Use x64dbg variable or expression for block address #4

not6 opened this issue May 20, 2024 · 0 comments

Comments

@not6
Copy link

not6 commented May 20, 2024

Hello, it would be very useful if you were able to do something like this:

<lastalloc+123> ; $lastalloc is a x64dbg variable
    ; asm code here

Currently it seems like doing this is not possible and it can get quite annoying if you allocate memory in the target process and want to assemble code there since the resulting address is usually random and you have to manually input it in Multiline Ultimate Assembler everytime. It would be great if this was possible to automate instead and it doesn't sound like it should be too hard to implement

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