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 would be cool to have the binary's PLT symbols to have avoid some edge cases with breakpoints, such as strcmp, which in libc is resolved as __strcmp_avx2 (on my machine).
It would be cool to have the binary's PLT symbols to have avoid some edge cases with breakpoints, such as
strcmp, which in libc is resolved as__strcmp_avx2(on my machine).I would propose something like
"plt@symbol_name".