Skip to content

Out of memory issue #14

@waialualib

Description

@waialualib

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions