Skip to main content

Detects banned/insecure functions in binary files using radare2 decompilers.

Project description

BannedFuncDetector

BannedFuncDetector

Detect banned/insecure functions in binary files using radare2 decompilers

PyPI Version Python Versions License CI Status Coverage

GitHub Stars GitHub Issues Buy Me a Coffee


Overview

BannedFuncDetector is a Python tool that scans binary files to detect banned or insecure functions. It supports traditional radare2 decompilers and AI-assisted decompilation to provide readable output and highlight risky calls.

Key Features

Feature Description
Binary Analysis Analyze PE/ELF/Mach-O binaries for banned functions
Multiple Decompilers r2ghidra, r2dec, default, and decai (AI assistant)
Directory Scans Analyze one file or whole directories
Parallel Processing Speed up directory scans
JSON Reports Results saved per target with structured output
Library Mode Use via CLI or import as a Python package

Supported Decompilers

Default (pdc)  r2ghidra (pdg)  r2dec (pdd)  decai (AI assistant)

Installation

From PyPI (Recommended)

pip install bannedfuncdetector

From Source

git clone https://github.com/seifreed/BannedFuncDetector.git
cd BannedFuncDetector
python3 -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -e .

Quick Start

# Analyze a single binary
bannedfunc -f /path/to/binary

# Analyze a directory
bannedfunc -d /path/to/binaries --parallel

# Use r2dec
bannedfunc -f /path/to/binary --decompiler r2dec

Usage

Command Line Interface

# Basic analysis
bannedfunc -f /path/to/binary

# Analyze a directory with parallel workers
bannedfunc -d /path/to/binaries --parallel

# Save output to a custom directory
bannedfunc -f /path/to/binary -o output

# Force a decompiler
bannedfunc -f /path/to/binary --decompiler r2ghidra --force-decompiler

# Skip decompilation analysis (names only)
bannedfunc -f /path/to/binary --skip-analysis

Available Options

Option Description
-f, --file Executable file to analyze
-d, --directory Directory with executables to analyze
-o, --output Output directory for results
--decompiler Decompiler to use (default, r2ghidra, r2dec, decai)
--force-decompiler Force the specified decompiler
--parallel Process files in parallel (directory only)
--skip-banned Skip banned function name checks
--skip-analysis Skip decompilation analysis
--check-requirements Check system requirements before running
-v, --verbose Show detailed information

Python Library

Basic Usage

from bannedfuncdetector.bannedfunc import analyze_file

result = analyze_file(
    "/path/to/binary",
    decompiler_type="r2ghidra",
    output_dir="output",
)

print(result)

Directory Analysis

from bannedfuncdetector.bannedfunc import analyze_directory

results = analyze_directory(
    "/path/to/binaries",
    output_dir="output",
    decompiler_type="r2dec",
)

print(results)

Requirements

  • Python 3.13+ (tested on 3.13 y 3.14)
  • radare2 (required)
  • r2ghidra/r2dec (optional decompilers)
  • Ollama + decai plugin (optional for AI-assisted decompilation)
  • See pyproject.toml for Python dependencies

Support the Project

If you find BannedFuncDetector useful, consider supporting its development:

Buy Me A Coffee

Made with dedication for the reverse engineering community

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bannedfuncdetector-3.0.1.tar.gz (203.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bannedfuncdetector-3.0.1-py3-none-any.whl (112.4 kB view details)

Uploaded Python 3

File details

Details for the file bannedfuncdetector-3.0.1.tar.gz.

File metadata

  • Download URL: bannedfuncdetector-3.0.1.tar.gz
  • Upload date:
  • Size: 203.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bannedfuncdetector-3.0.1.tar.gz
Algorithm Hash digest
SHA256 362798065d47b5bc1f4d75d0f67afbfaa501c6818dff3bbe581f9c29be068b55
MD5 895b953867e996e473dc3c392d085936
BLAKE2b-256 4db7fc85c177f91a034cc840670a0b1a8f5c6c51be962ba841c8548ec1579d66

See more details on using hashes here.

Provenance

The following attestation bundles were made for bannedfuncdetector-3.0.1.tar.gz:

Publisher: release.yml on seifreed/BannedFuncDetector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bannedfuncdetector-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bannedfuncdetector-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 976ec6f0413618611e324553e42e74691c2c5c9cbc375b5c3830ac034fdc066e
MD5 c33686ce1d3955ab3b1cc4c45f9a7218
BLAKE2b-256 383aaa43818d305e2dd9f7c4000a37f3cbc559aef4004750a785685d5cfb6878

See more details on using hashes here.

Provenance

The following attestation bundles were made for bannedfuncdetector-3.0.1-py3-none-any.whl:

Publisher: release.yml on seifreed/BannedFuncDetector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page