Adubbz / Ghidra-Switch-Loader

Nintendo Switch loader for Ghidra
ISC License
281 stars 43 forks source link

About the usage #2

Closed zellfy closed 5 years ago

zellfy commented 5 years ago

Set GHIDRA_INSTALL_DIR to your Ghidra install directory. This can be done by: 1.Adding it to your path 2.Running export GHIDRA_INSTALL_DIR=. Using -PGHIDRA_INSTALL_DIR= when running ./gradlew. 3.Run ./gradlew 4.You'll find the output zip file inside /dist can you explain these and upload some images, thank you.

Adubbz commented 5 years ago

As the build process just involves running commands, I don't think adding images would really help much. I have however improved that section a bit to make it clearer.