therealchjones / mffer

Marvel Future Fight exploration & reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to customize where Ghidra puts CParser temporary file (libil2cpp.sh_CParser.out)

therealchjones opened this issue · comments

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