forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 5
User work flow
penhoi edited this page Jul 3, 2019
·
2 revisions
-
Build Ghidra with command "gradle buildGhidra". Please refer to DevGuide.md for the building process.
-
Run Ghidra. After building, the executable file should locate at path ./build/dist/ghidra_9.1_DEV/ghidraRun
-
In Ghidra, create a project and select a binary to analysis. Please refer to GhidraGettingStartedVideo.mp4 for more details.
-
Copy script "SymboicVSA.java" to fold $HOME/ghidra_scripts, so Ghidra's script manager can find it.
-
Open Ghidra's script manager: "Window" -> "Script Manager". Then find out "SymboicVSA.java" to run.
-
SymbolicVSA would list its findings in the sub-window "Console".