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
SVD-Loader.py> Running...
Loading SVD file...
Done!
Generating memory regions...
Traceback (most recent call last):
File "/home/taotieren/ghidra_scripts/SVD-Loader-Ghidra/SVD-Loader.py", line 113, in<module>
t = currentProgram.memory.createUninitializedBlock(r.name, addr, length, False)
File "/home/taotieren/ghidra_scripts/SVD-Loader-Ghidra/SVD-Loader.py", line 113, in<module>
t = currentProgram.memory.createUninitializedBlock(r.name, addr, length, False)
at ghidra.program.database.mem.MemoryMapDB.checkRange(MemoryMapDB.java:1931)
at ghidra.program.database.mem.MemoryMapDB.createUninitializedBlock(MemoryMapDB.java:707)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
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.mem.MemoryConflictException: ghidra.program.model.mem.MemoryConflictException: Part of range (58003800, 580043ff) already exists in memory.
SVD-Loader.py> Finished!
The text was updated successfully, but these errors were encountered:
os: Arch linux
ghidra 10.1.2-1
The text was updated successfully, but these errors were encountered: