Ludi Unifies Decompiler Interfaces
Project description
LUDI Unifies Decompiler Interface
LUDI provides a unified interface for reverse engineering tools including IDA Pro, Ghidra, and angr. Write once, analyze anywhere.
⚠️ Development Status
This project is in early development. APIs may change significantly before version 1.0.0. The codebase currently contains AI-generated code that is not yet fully reviewed. Version 1.0.0 will be fully reviewed and stable.
Quick Start
pip install ludi
# Analyze with auto-detected backend
ludi /bin/ls functions get_all
# Use specific backend
ludi --backend ida /bin/ls functions get_decompiled_code main
# Interactive shell
ludi shell
import ludi
analyzer = ludi.auto("/path/to/binary")
# Simple, clean iteration
for func in analyzer.functions:
print(func.name, hex(func.start))
for symbol in analyzer.symbols:
print(symbol.name)
for xref in analyzer.xrefs:
print(hex(xref.from_addr), "->", hex(xref.to_addr))
Contributing
Contributions are welcome! Please feel free to submit pull requests and open issues for bugs, features, or suggestions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ludi-0.0.1.tar.gz.
File metadata
- Download URL: ludi-0.0.1.tar.gz
- Upload date:
- Size: 56.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6fc24c01a8c75b9b5c5d50aaa6d12485bf5f450c1516a94b5def11d7a539d2d
|
|
| MD5 |
259a155d761eee32e578d9f34784395c
|
|
| BLAKE2b-256 |
99970ececed40d29c769be1f2d228426f8607dbd7053c9c38b78ba864a301d02
|
Provenance
The following attestation bundles were made for ludi-0.0.1.tar.gz:
Publisher:
pypi.yml on ludi-project/LUDI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ludi-0.0.1.tar.gz -
Subject digest:
b6fc24c01a8c75b9b5c5d50aaa6d12485bf5f450c1516a94b5def11d7a539d2d - Sigstore transparency entry: 387916196
- Sigstore integration time:
-
Permalink:
ludi-project/LUDI@5ed724d96cbe8cf6aedc2523d83b86af408cceb5 -
Branch / Tag:
refs/tags/0.0.1 - Owner: https://github.com/ludi-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@5ed724d96cbe8cf6aedc2523d83b86af408cceb5 -
Trigger Event:
release
-
Statement type:
File details
Details for the file ludi-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ludi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 50.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7832262a6ac519e0775a92d31de0261c297504b58542709a2388f05b81fced9
|
|
| MD5 |
226509656dfc47ac0bc5920436b7f676
|
|
| BLAKE2b-256 |
1df4793990819031620504b27b6678120265d1bcbdb9a1734396e5fedc708db0
|
Provenance
The following attestation bundles were made for ludi-0.0.1-py3-none-any.whl:
Publisher:
pypi.yml on ludi-project/LUDI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ludi-0.0.1-py3-none-any.whl -
Subject digest:
b7832262a6ac519e0775a92d31de0261c297504b58542709a2388f05b81fced9 - Sigstore transparency entry: 387916231
- Sigstore integration time:
-
Permalink:
ludi-project/LUDI@5ed724d96cbe8cf6aedc2523d83b86af408cceb5 -
Branch / Tag:
refs/tags/0.0.1 - Owner: https://github.com/ludi-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi.yml@5ed724d96cbe8cf6aedc2523d83b86af408cceb5 -
Trigger Event:
release
-
Statement type: