awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
W

williballenthin/python-idb

0
View on GitHub↗
0 stars·0 forks·6 views

Python Idb

Features

  • Binary Analysis - Parses and analyzes IDA Pro database files.
  • IDA Pro Plugins - Parses and analyzes IDA database files programmatically.

Star history

Star history chart for williballenthin/python-idbStar history chart for williballenthin/python-idb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Python Idb

These projects share indexed features with Python Idb. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • fireeye/flare-flossfireeye avatar

    fireeye/flare-floss

    4,054View on GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    View on GitHub↗4,054
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0View on GitHub↗

    GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.

    View on GitHub↗0
  • bootleg/ret-syncbootleg avatar

    bootleg/ret-sync

    2,349View on GitHub↗

    ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

    C
    View on GitHub↗2,349
  • sibears/idagolanghelpersibears avatar

    sibears/IDAGolangHelper

    1,090View on GitHub↗

    Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary

    Pythonida
    View on GitHub↗1,090
Compare all 30 related projects→

Frequently asked questions

What are the main features of williballenthin/python-idb?

The main features of williballenthin/python-idb are: Binary Analysis, IDA Pro Plugins.

Which projects share features with williballenthin/python-idb?

Projects with overlapping indexed features include: fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from… sibears/idagolanghelper — Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary. cisco-talos/ghida — GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA. bootleg/ret-sync — ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with… corkami/pics — Pics is a comprehensive reference library providing visual documentation for binary file structures, character… crytic/slither.