You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
[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?
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?
The text was updated successfully, but these errors were encountered: