Skip to content
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

Expose memory mappings in Python API #55

Open
Boyan-MILANOV opened this issue Feb 25, 2022 Discussed in #48 · 0 comments
Open

Expose memory mappings in Python API #55

Boyan-MILANOV opened this issue Feb 25, 2022 Discussed in #48 · 0 comments
Labels
bindings Python bindings Good first issue Good issue to get started and contribute to Maat

Comments

@Boyan-MILANOV
Copy link
Collaborator

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 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.

@Boyan-MILANOV Boyan-MILANOV added bindings Python bindings Good first issue Good issue to get started and contribute to Maat labels Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings Python bindings Good first issue Good issue to get started and contribute to Maat
Projects
None yet
Development

No branches or pull requests

1 participant