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

Question about DynamicHooks Memory Allocation #654

Open
Nianmou opened this issue Nov 4, 2024 · 1 comment
Open

Question about DynamicHooks Memory Allocation #654

Nianmou opened this issue Nov 4, 2024 · 1 comment
Labels
untriaged New issue has not been triaged

Comments

@Nianmou
Copy link

Nianmou commented Nov 4, 2024

We are using DynamicHooks, encountered rip assembly instruction trampoline hooks can not allocate memory, as if when because the allocation of the bypass memory address is too far away, what is a good solution?

@github-actions github-actions bot added the untriaged New issue has not been triaged label Nov 4, 2024
@Nianmou
Copy link
Author

Nianmou commented Nov 4, 2024

[Info] - Trampoline - Bounds of relative addresses accessed [0xffffffffffffffff, (nil)] [Info] - Trampoline - Attempting to allocate trampoline within +-2GB range of 0x7bd661bd0ca0 [Info] - Trampoline - Allocated trampoline at 0x7bd6e1bcf000 (using 1 attempts) [Info] - Trampoline - Bounds of relative addresses accessed [0xffffffffffffffff, (nil)] [Info] - Trampoline - Attempting to allocate trampoline within +-2GB range of 0x7bd661794660 [Info] - Trampoline - Allocated trampoline at 0x7bd6e1793000 (using 1 attempts)
Some may try to reassign, but some hooks just fail, can they be assigned manually, or is there another solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

1 participant