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
The issue is that __malloc_hook was removed from the API in glibc version 2.34, which is the symbol which GEF uses as a hack to find the main_arena when the libc is stripped.
While a __malloc_hook symbol is still included in the glibc versions in question, it is just for compatibility reasons and it is not close to the main_arena anymore.