Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasherezade/ida_ifl
IFL - Interactive Functions List (plugin for IDA Pro)
https://github.com/hasherezade/ida_ifl
ida-plugin ida-pro idapython-plugin
Last synced: 18 days ago
JSON representation
IFL - Interactive Functions List (plugin for IDA Pro)
- Host: GitHub
- URL: https://github.com/hasherezade/ida_ifl
- Owner: hasherezade
- Created: 2015-09-22T23:45:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T23:03:52.000Z (4 months ago)
- Last Synced: 2024-10-28T00:00:33.524Z (19 days ago)
- Topics: ida-plugin, ida-pro, idapython-plugin
- Language: Python
- Homepage: https://www.youtube.com/watch?v=L6sROW_MivE
- Size: 343 KB
- Stars: 424
- Watchers: 23
- Forks: 64
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IFL - Interactive Functions List
[![GitHub release](https://img.shields.io/github/release/hasherezade/ida_ifl.svg)](https://github.com/hasherezade/ida_ifl/releases)
[![GitHub release date](https://img.shields.io/github/release-date/hasherezade/ida_ifl?color=blue)](https://github.com/hasherezade/ida_ifl/releases)[![Commit activity](https://img.shields.io/github/commit-activity/m/hasherezade/ida_ifl)](https://github.com/hasherezade/ida_ifl/commits)
[![Last Commit](https://img.shields.io/github/last-commit/hasherezade/ida_ifl/master)](https://github.com/hasherezade/ida_ifl/commits)License: CC-BY (https://creativecommons.org/licenses/by/3.0/)
A small plugin with a goal to provide user-friendly way to navigate between functions and their references.
Additionally, it allows to import reports generated by i.e. [PE-sieve](https://github.com/hasherezade/pe-sieve/wiki/1.-FAQ) into IDA. Supports:
+ [`.tag` format](https://github.com/hasherezade/tiny_tracer/wiki/Using-the-TAGs-with-disassemblers-and-debuggers) (generated by [PE-sieve](https://github.com/hasherezade/pe-sieve), [Tiny Tracer](https://github.com/hasherezade/tiny_tracer), [PE-bear](https://github.com/hasherezade/pe-bear-releases))
+ [`.imports.txt` format](https://github.com/hasherezade/pe-sieve/wiki/4.3.-Import-table-reconstruction-(imp)) (generated by [PE-sieve](https://github.com/hasherezade/pe-sieve))*A legacy version for Python 2 available via branch [python2](https://github.com/hasherezade/ida_ifl/tree/python2)*
#### For Binary Ninja version check: https://github.com/leandrofroes/bn_ifl
Demo
==Dark theme:
![](https://github.com/hasherezade/ida_ifl/blob/master/img/ida_ifl_dark.png)
Light theme:
![](https://github.com/hasherezade/ida_ifl/blob/master/img/ida_ifl_default.png)