-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I have tried running it with both an existing project and a new one, in powershell and in cmd.exe.
Existing project:
.\support\analyzeHeadless.bat C:\Users\j displayenhancementservice2.gpr -postScript post_script.py -scriptPath C:\Users\j\ghidra_scripts
New project
.\support\analyzeHeadless.bat C:\Users\j displayEnhancementDll3_headless.gpr -import C:/Users/j/Downloads/microsoft.graphics.display.displayenhancementservice.dll -postscript post_script.py
INFO SCRIPT: C:\Users\j\Downloads\ghidra_10.3.1_PUBLIC_20230614\ghidra_10.3.1_PUBLIC\post_script.py (HeadlessAnalyzer) Traceback (most recent call last): File "C:\Users\j\Downloads\ghidra_10.3.1_PUBLIC_20230614\ghidra_10.3.1_PUBLIC\post_script.py", line 69, in <module> for arg in args[0].split(","): IndexError: index out of range: 0

