-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Feature survey: are convenient funtions like uall
, ptr_mangle
, ptr_demangle
needed?
#2447
Comments
I would love u48/p48, as well as ptr_mangle from glibc 2.4+ (I would love to get architecture-aware behaviour there), and maybe some ptr_mangle_cookie that would return the cookie suitable for ptr_(de)mangle, given actual pointer and mangled value. |
But when recving heap address, another |
You cannot reliably |
Let me do some explanation. |
I meant |
I see. If we add |
While tackling chanllenges, I find that some useful funtions like unpack 6 bytes of recv, processing pointers xored with
fs:[0x30]
not implemented yet. Could anyone tell me if these funtions are need to be implemented in pwntools? Plz let me know and I would like to include them in a new PR once I finished my first PR #2442.The text was updated successfully, but these errors were encountered: