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

Out of memory issue #14

Open
waialualib opened this issue Aug 14, 2022 · 0 comments
Open

Out of memory issue #14

waialualib opened this issue Aug 14, 2022 · 0 comments

Comments

@waialualib
Copy link

waialualib commented Aug 14, 2022

Ghidra 10.1.5 on Win11

golang_renamer.py> Running...
745490
Traceback (most recent call last):
  File "\ghidra_scripts\golang_renamer.py", line 152, in <module>
    GoRename()
  File "\ghidra_scripts\golang_renamer.py", line 141, in GoRename
    process_segment(go_renamer)
  File "\ghidra_scripts\golang_renamer.py", line 81, in process_segment
    h = handler(addressToInt(position.getStart()), get_bitness())
  File "\ghidra_scripts\golang_renamer.py", line 95, in go_renamer
    ptr.maker(base+offset)
  File "\ghidra_scripts\golang_renamer.py", line 50, in MakeQword
    listing.createData(addr, QWORD)
	at ghidra.program.database.code.CodeManager.checkValidAddressRange(CodeManager.java:1941)
	at ghidra.program.database.code.CodeManager.createCodeUnit(CodeManager.java:2055)
	at ghidra.program.database.ListingDB.createData(ListingDB.java:422)
	at jdk.internal.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
ghidra.program.model.util.CodeUnitInsertionException: ghidra.program.model.util.CodeUnitInsertionException: Insufficent memory at address 00b3d560 (length: 8 bytes)
golang_renamer.py> Finished!
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

1 participant