Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr4sh/ida-ubigraph
IDA Pro plug-in and tools for displaying 3D graphs of procedures using UbiGraph
https://github.com/cr4sh/ida-ubigraph
3d graphs ida proof-of-concept reversing visualization
Last synced: 3 months ago
JSON representation
IDA Pro plug-in and tools for displaying 3D graphs of procedures using UbiGraph
- Host: GitHub
- URL: https://github.com/cr4sh/ida-ubigraph
- Owner: Cr4sh
- Archived: true
- Created: 2011-06-19T14:54:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T18:58:52.000Z (over 11 years ago)
- Last Synced: 2024-02-11T15:55:42.073Z (9 months ago)
- Topics: 3d, graphs, ida, proof-of-concept, reversing, visualization
- Language: C++
- Homepage:
- Size: 3.07 MB
- Stars: 23
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
IDA Pro plug-in and tools for displaying 3D graphs of procedures using UbiGraph.
based on modified MyNav-1.1 IDA plugin.Video demo:
http://vimeo.com/26200637UbiGraph project page:
http://ubietylab.net/ubigraph/index.htmlMyNav plugin project page:
http://code.google.com/p/mynav/Developed by:
Oleksiuk Dmitry, eSage Lab
mailto:[email protected]http://d-olex.blogspot.com
http://twitter.com/d_olex==========================
Installation notes
==========================1) Install patched MyNav (that located in mynav-1.1-ubigraph) as usual.
See ./mynav-1.1-ubigraph/README.TXT for more information.1) Edit UbiGraph server address in ./mynav-1.1-ubigraph/ubiconfig.py
2) Copy ./ubicallback.pyd into the IDA root directory.
3) Run UbiGraph server. You can use it on a real Linux and OS X boxes, or in virtual machine for the Windows machines.
4) Use MyNav Functions Browser from IDA as usual.