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: 5 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T20:03:10.000Z (over 4 years ago)
- Last Synced: 2024-02-11T15:55:40.368Z (over 1 year 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.

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.