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

SavePatch failed! #4

Open
mahdizolqadr opened this issue Dec 28, 2020 · 2 comments
Open

SavePatch failed! #4

mahdizolqadr opened this issue Dec 28, 2020 · 2 comments

Comments

@mahdizolqadr
Copy link

hi
i use your script for save patch but this script failed and raised error:

AttributeError: 'ghidra.program.database.mem.MemoryMapDB' object has no attribute 'getAddressSourceInfo'

thanks

@mahdizolqadr
Copy link
Author

sourceinfo = mem.getAddressSourceInfo(address)
AttributeError: 'ghidra.program.database.mem.MemoryMapDB' object has no attribute 'getAddressSourceInfo'

@schlafwandler
Copy link
Owner

Hi,
I can not reproduce this problem with Ghidra 9.2.1; and according to https://ghidra.re/ghidra_docs/api/ghidra/program/database/mem/MemoryMapDB.html MemoryMapDB should have a method getAddressSourceInfo​.

Can you give me some additional information, like the Ghidra version and OS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants