Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ax330d/functions-plus

IDA Pro plugin to show functions in a tree view
https://github.com/ax330d/functions-plus

ida-plugin ida-pro python

Last synced: 3 months ago
JSON representation

IDA Pro plugin to show functions in a tree view

Awesome Lists containing this project

README

        

# Functions+

IDA Pro plugin to make functions tree view. Plugin parses function names and groups them by namespaces.

![Functions+](https://github.com/ax330d/functions-plus/raw/master/tree-example.png "Functions+")

Currently does not support search, is not possible to sort, no context menu.

You can enable displaying function attributes in the script by setting `show_extra_fields` to `True`.

## Usage

Use it as any other plugin: Alt+F7.