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
When analyzing FUN_140001030 of this binary I got this error:
go.py> Running...
Forwards analysis FUN_140001030
array(ghidra.program.model.listing.Parameter, [[undefined4 * param_1@RCX:8]])
Loop variants []
call: 14000103e
Forwards analysis _malloc_base
array(ghidra.program.model.listing.Parameter, [[ulonglong param_1@RCX:8]])
Loop variants []
call: 1400040ca
Traceback (most recent call last):
File "/Users/ben/ghidra_scripts/go.py", line 67, in <module>
argument_varnodes = PCodeInterpreter.analyzeFunctionForward(currentFunction, pci)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 738, in analyzeFunctionForward
traverseForward(i, 0, pci, visited)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 700, in traverseForward
traverseForward(child.getOutput(), depth + 1, pci, visited)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 700, in traverseForward
traverseForward(child.getOutput(), depth + 1, pci, visited)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 696, in traverseForward
pci.process(child, depth)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 96, in process
self.store(inputs, output)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 324, in store
for j in self.lookup_node(inputs[2]):
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 574, in lookup_node
self.get_node_definition(varnode)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 598, in get_node_definition
self.process(defining_instruction, -1)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 116, in process
self.call(inputs, output)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 439, in call
parameter_varnodes = analyzeFunctionForward(called_func, pci_new)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 738, in analyzeFunctionForward
traverseForward(i, 0, pci, visited)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 700, in traverseForward
traverseForward(child.getOutput(), depth + 1, pci, visited)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 696, in traverseForward
pci.process(child, depth)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 116, in process
self.call(inputs, output)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 435, in call
checkFixParameters(called_func, inputs[1:])
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 619, in checkFixParameters
hf = get_highfunction(func)
File "/Users/ben/ghidra_scripts/PCodeInterpreter.py", line 610, in get_highfunction
decompileResults = decompInterface.decompileFunction(func, 30, monitor)
at ghidra.app.decompiler.DecompInterface.decompileFunction(DecompInterface.java:706)
at jdk.internal.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
java.lang.NullPointerException: java.lang.NullPointerException
When analyzing FUN_140001030 of this binary I got this error:
simple4.exe.zip
PS Sorry about the zip wrapper. GitHub doesn't allow EXE files to be uploaded, unless they are zipped first, then EXEs are just fine. 🙄 Thanks GitHub.
The text was updated successfully, but these errors were encountered: