Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reb311ion/CapaExplorer
Capa analysis importer for Ghidra.
https://github.com/reb311ion/CapaExplorer
Last synced: about 2 months ago
JSON representation
Capa analysis importer for Ghidra.
- Host: GitHub
- URL: https://github.com/reb311ion/CapaExplorer
- Owner: reb311ion
- License: mit
- Created: 2020-11-26T16:59:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T07:34:42.000Z (about 4 years ago)
- Last Synced: 2024-08-04T01:02:24.716Z (5 months ago)
- Language: Python
- Size: 154 KB
- Stars: 61
- Watchers: 9
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ghidra - CapaExplorer - Capa analysis importer for Ghidra. (Ghidra Scripts/Plugins/Extension)
README
CapaExplorer
IMPROVE THE DRAGON
## π Installation:
Copy the repository files into any of `ghidra_scripts` directories, open the Script Manager and search for capaexplorer and enable In Tool option:
![image](https://user-images.githubusercontent.com/22657154/100378199-4ed89880-301b-11eb-8986-e47472c3821a.png)
## β¨Demo:
[Capa](https://github.com/fireeye/capa) json output can be generated using the following command:```c
capa -j malware.exe > output.json
```![image](https://user-images.githubusercontent.com/22657154/100378347-9b23d880-301b-11eb-9faf-b933afc930ac.png)
## π License
Licensed under [MIT License](https://github.com/reb311ion/CapaExplorer/blob/master/LICENSE)
## βοΈ BUG? OPEN NEW ISSUE
OPEN [NEW ISSUE](https://github.com/reb311ion/CapaExplorer/issues)