Created
February 9, 2025 18:00
-
-
Save v-p-b/3fad443b533f94d3057dd22ee83c534d to your computer and use it in GitHub Desktop.
Ghidra Run Configuration for IntelliJ IDEA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="ProjectRunConfigurationManager"> | |
<configuration default="false" name="RunGhidra" type="Application" factoryName="Application"> | |
<envs> | |
<!-- TODO Set the `GHIDRA_INSTALL_DIR` Path Variable under `File/Settings/Path Variables` --> | |
<env name="GHIDRA_INSTALL_DIR" value="$GHIDRA_INSTALL_DIR$" /> | |
</envs> | |
<option name="MAIN_CLASS_NAME" value="ghidra.Ghidra" /> | |
<module name="YourProject.main" /> <!-- TODO Update project/module name --> | |
<option name="PROGRAM_PARAMETERS" value="ghidra.GhidraRun" /> | |
<option name="VM_PARAMETERS" value="-Dghidra.external.modules=$PROJECT_DIR$ -Djava.system.class.loader=ghidra.GhidraClassLoader -Dfile.encoding=UTF8 -Duser.country=US -Duser.language=en -Duser.variant= -Dsun.java2d.opengl=false -Djdk.tls.client.protocols=TLSv1.2,TLSv1.3 -Dcpu.core.limit= -Dcpu.core.override= -Dfont.size.override= -Dpython.console.encoding=UTF-8 -Xshare:off -Dsun.java2d.pmoffscreen=false -Dsun.java2d.xrender=true -Dsun.java2d.uiScale=1 -Dawt.useSystemAAFontSettings=on" /> | |
<method v="2"> | |
<option name="Make" enabled="true" /> | |
</method> | |
</configuration> | |
</component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment