Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowyroll/virusbattle-ida-plugin
The plugin is an integration of Virus Battle API to the well known IDA Disassembler.
https://github.com/flowyroll/virusbattle-ida-plugin
Last synced: 3 months ago
JSON representation
The plugin is an integration of Virus Battle API to the well known IDA Disassembler.
- Host: GitHub
- URL: https://github.com/flowyroll/virusbattle-ida-plugin
- Owner: flowyroll
- Created: 2015-05-11T14:21:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T17:58:36.000Z (over 9 years ago)
- Last Synced: 2024-07-29T06:10:36.403Z (4 months ago)
- Language: Python
- Size: 729 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# virusbattle-ida-plugin
The plugin is an integration of Virus Battle API to the well known IDA Disassembler.Virusbattle is a web service that analyses malware and other binaries with a variety of advanced static and dynamic analyses. For more information check out the [Lab Website](http://ulsrl.org/project/VirusBattle).
### Dependecies:
* IDAPython
* pySide
* GraphViz (Optional)### Usage:
* Install GraphViz and add it to the default environment path (for generation and view of API flow and call graphs)
* Prepare an IDA with pySide support
* `IDA -> File -> Script file... -> [choose VirusBattle_IDA_Plugin.py]`
* As a shortcut too see matched procedures for current function: `IDA -> View -> [VB] Matched Procs` or simply `Alt+Shift+V`