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
Originally posted by novafacing February 24, 2022
Is there a way to either explicitly set or access the address libraries are loaded at? I'm using angr to extract some PLT information and trying to set a callback in maat on the PLT stub address in the loaded library, but the addresses don't match up.
I'm using the Python interface. Thanks!
#48 explains that memory mappings are currently accessible only from the C++ API. While @novafacing posted a workaround script to get the mappings programatically we should eventually add python bindings for the MemEngine.mappings attribute and the MemMapManager class.
The text was updated successfully, but these errors were encountered:
Discussed in #48
Originally posted by novafacing February 24, 2022
Is there a way to either explicitly set or access the address libraries are loaded at? I'm using
angr
to extract some PLT information and trying to set a callback inmaat
on the PLT stub address in the loaded library, but the addresses don't match up.I'm using the Python interface. Thanks!
#48 explains that memory mappings are currently accessible only from the C++ API. While @novafacing posted a workaround script to get the mappings programatically we should eventually add python bindings for the
MemEngine.mappings
attribute and theMemMapManager
class.The text was updated successfully, but these errors were encountered: