Skip to content

User work flow

penhoi edited this page Jul 3, 2019 · 2 revisions
  1. Build Ghidra with command "gradle buildGhidra". Please refer to DevGuide.md for the building process.

  2. Run Ghidra. After building, the executable file should locate at path ./build/dist/ghidra_9.1_DEV/ghidraRun

  3. In Ghidra, create a project and select a binary to analysis. Please refer to GhidraGettingStartedVideo.mp4 for more details.

  4. Copy script "SymboicVSA.java" to fold $HOME/ghidra_scripts, so Ghidra's script manager can find it.

  5. Open Ghidra's script manager: "Window" -> "Script Manager". Then find out "SymboicVSA.java" to run.

  6. SymbolicVSA would list its findings in the sub-window "Console".

Clone this wiki locally