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
File "D:\_Dev\_ReverseEngineering\ghidra_10.4_PUBLIC_20230928\pyhidra\ghidra_pyhidra_callgraphs.py", line 503, in <module>
GhidraProgramUtilities.setAnalyzedFlag(program, True)
AttributeError: type object 'ghidra.program.util.GhidraProgramUtilities' has no attribute 'setAnalyzedFlag'. Did you mean: 'resetAnalysisFlags'?
Tried to investigate but I can't find the root cause, as the Ghidra API definitely defines setAnalyzedFlag...
While debugging I found that indeed there is no such method:
The text was updated successfully, but these errors were encountered:
Hi,
I ran with simple parameters on one of my C libraries :
python .\ghidra_pyhidra_callgraphs.py .\Utils.dll -m 3
But ended up with this error :
Tried to investigate but I can't find the root cause, as the Ghidra API definitely defines
setAnalyzedFlag
...While debugging I found that indeed there is no such method:
The text was updated successfully, but these errors were encountered: