Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quark-engine/ghidraquark
GhidraQuark bridges Quark Engine into Ghidra
https://github.com/quark-engine/ghidraquark
Last synced: 8 days ago
JSON representation
GhidraQuark bridges Quark Engine into Ghidra
- Host: GitHub
- URL: https://github.com/quark-engine/ghidraquark
- Owner: quark-engine
- Created: 2021-01-27T08:07:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T02:58:46.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:02:23.397Z (3 months ago)
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 32
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ghidra - ghidraquark - A Ghidra plugin that provides powerful overview for Android Apps. (Ghidra Scripts/Plugins/Extension)
README
GhidraQuark bridges Quark Engine into Ghidra.
Fire a Quark analysis or inspect program behaviors with Quark report. Work with Quark and Ghidra all at once!
## Demo
[![](https://i.imgur.com/CipAD0D.jpg)](https://www.youtube.com/watch?v=VXzfFB2S4bo&ab_channel=JunWeiSong)
## Installing the extension
+ Download the built extension from GitHub
+ Visit the Releases page, normally use the latest release
+ Download the built extension zip file `ghidra_9.2.2_PUBLIC_20210204_QuarkEngineHelper`
+ If you don't already have Ghdira, download and install Ghidra from https://ghidra-sre.org/
+ Install the extension into Ghidra
+ Start Ghidra
+ Open `File->Install Extensions...`
+ Press the `+` icon found in the top right of the `Install Extensions` window
+ Navigate to the file location where you downloaded the extension zip file above and select it
+ Press `OK`
+ You may want to restart Ghidra for the changes to take effect
+ Enjoy it!## Building extension from the command line
+ Install Gradle
+ Execute the following commands
```
$ gradle -PGHIDRA_INSTALL_DIR=
```+ Zip file will be created in the `dist` folder
## Resources
### Ghidra
+ https://ghidra.re/online-courses/
+ https://ghidra.re/ghidra_docs/api/
+ https://github.com/edmcman/ghidra-scala-loader---
Don't forget to take a glance at our [Quark-Engine](https://github.com/quark-engine/quark-engine) GitHub page :)