Skip to content

0Eniltilps/foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Function Analyzer Plus!

Enhance your IDA workflow with advanced function detection, analysis, and visualization.


🧩 About the Plugin

Function Analyzer Plus improves IDA’s native capabilities by:

  • Detecting hidden or non-standard functions in binaries.
  • Visualizing control flow and call graphs.
  • Providing advanced heuristics for obfuscated or stripped binaries.
  • Integrating directly into the IDA UI for ease of use.

This plugin is ideal for reverse engineers, malware analysts, and vulnerability researchers who frequently deal with challenging binary structures.


πŸš€ Installation

Requirements

  • IDA Pro version 8.4 – 9.1
  • Python 3.x (configured with IDA)

Steps

  1. Download or clone this repository.
  2. Copy function_analyzer_plus.py into your IDA plugins directory:
    • Windows:
      C:\Program Files\IDA Pro\plugins\
    • macOS/Linux:
      ~/IDA/plugins/
  3. Restart IDA.

You should see the plugin listed under Edit > Plugins > Function Analyzer Plus.


πŸ› οΈ Usage

  1. Open a binary in IDA.
  2. Launch the plugin via Edit > Plugins > Function Analyzer Plus.
  3. The plugin will scan for:
    • Undiscovered functions
    • Irregular code flows
    • Potential anomalies in disassembly
  4. Use the interactive view to navigate the findings.

Optional parameters and configuration can be found in the top section of function_analyzer_plus.py.


βœ… Compatibility

  • IDA Pro: 8.4 to 9.1 (tested on 9.1)
  • Platforms: Windows, Linux, macOS
  • File Types: PE, ELF, Mach-O (partial)

πŸ“· Screenshots

(Insert screenshots or gifs here to demonstrate UI or results)


πŸ“¦ Repository Contents

.
β”œβ”€β”€ function_analyzer_plus.py      # Main plugin script
β”œβ”€β”€ README.md                      # This documentation
β”œβ”€β”€ idalogo.png                    # Logo used in plugin listing
β”œβ”€β”€ ida-plugin.json               # Plugin metadata for registry

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •