8000 GitHub - skirge/devi_binja: Binary Ninja Plugin for devi - see https://github.com/murx-/devi/ for devi details
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from murx-/devi_binja

Binary Ninja Plugin for devi - see https://github.com/murx-/devi/ for devi details

Notifications You must be signed in to change notification settings

skirge/devi_binja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devi_binja

Binary Ninja Plugin for devi. For a detailed description how devi works see its repository. This plugin uses the newly introduced possibility to add cross-references in binary ninja to devirtualize virtual calls.

Devi consits of two components, one for dynamic analysis (DBI) and one for static analysis (disassembler). This repository is only the static analysis part for binary ninja. See https://github.com/murx-/devi/ for the details of the dynamic part.

Minimal Example

Disassembly

Before:

Disassembly before devi

After:

Disassembly with devi

XRefs

Before:

Xrefs before devi

After:

Xrefs after devi

About

Binary Ninja Plugin for devi - see https://github.com/murx-/devi/ for devi details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0