Foro de elhacker.net

Programación => Ingeniería Inversa => Mensaje iniciado por: el-brujo en 26 Agosto 2015, 17:45 pm



Título: Google hace Open Source la herramienta BinNavi
Publicado por: el-brujo en 26 Agosto 2015, 17:45 pm
Google hace Open Source la herramienta BinNavi, el IDE para análisis de binarios que pertenecía a la empresa Zynamics, adquirida hace años por el gigante de Internet.

https://github.com/google/binnavi

Citar
BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code.
http://www.zynamics.com/binnavi.html

Citar
Use Cases

    Do control flow based code analysis of disassembled x86, ARM, MIPS, and PowerPC code
    Cut down on complexity by removing unimportant code from functions
    Use powerful remote debuggers to debug programs on different operating systems
    Use Differential Debugging to quickly locate relevant code
    Create and assign user-defined tags to mark important functions and basic blocks
    Use advanced code analysis algorithms to keep track of data and code
    Manage all your reverse engineering projects in one central database
    Write scripts and plugins to extend BinNavi to meet your specific goals
    Rename and annotate variables and functions to make them self-explanatory
    Use the REIL meta-language to write platform-independent program analysis code

(http://www.zynamics.com/images/binnavi_screenshot_1_sm.png)

(http://www.zynamics.com/images/binnavi_screenshot_2_sm.png)

(http://www.zynamics.com/images/binnavi_screenshot_3_sm.png)

(http://www.zynamics.com/images/binnavi_screenshot_4_sm.png)

(http://www.zynamics.com/images/binnavi_screenshot_5_sm.png)

Fuente:
http://www.securitybydefault.com/2015/08/enlaces-de-la-secmana-290.html


Título: Re: Google hace Open Source la herramienta BinNavi
Publicado por: MCKSys Argentina en 26 Agosto 2015, 18:33 pm
Muy Bueno! Gracias por el aporte!

Saludos!