Skip to content

murx-/devi_binja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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