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
it noticable that after applying hook to libraries, it splits memory blocks into two parts or 4 (if hooking was with exit), this can be fixed by mprotect the whole block of memory (size of block can be identified from /proc/self/maps) where the hooked function exists and reverting the prots change after finishing (optional).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
it noticable that after applying hook to libraries, it splits memory blocks into two parts or 4 (if hooking was with exit), this can be fixed by
mprotect
the whole block of memory (size of block can be identified from/proc/self/maps
) where the hooked function exists and reverting the prots change after finishing (optional).Beta Was this translation helpful? Give feedback.
All reactions