Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

IFL - Interactive Functions List (plugin for IDA Pro)

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)