Open therealchjones opened 1 year ago
By default Ghidra puts in home directory from GUI, puts in working directory for headless. Would prefer in temporary directory.
Script places the file in working directory (see CParserUtils.java in Ghidra source), should be fixable by simply running the Ghidra instances from temporary directory in autoanalyze.sh
By default Ghidra puts in home directory from GUI, puts in working directory for headless. Would prefer in temporary directory.