Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ax330d/functions-plus
- Owner: ax330d
- License: mit
- Created: 2017-07-19T18:27:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T20:03:10.000Z (over 3 years ago)
- Last Synced: 2024-02-11T15:55:40.368Z (9 months ago)
- Topics: ida-plugin, ida-pro, python
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 109
- Watchers: 7
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.