TristanBilot/deepiler
A neural-based decompiler using Deep Learning with Transformer model.
This tool helps reverse engineers and security researchers by translating MIPS assembly code into human-readable C code. You provide it with a MIPS assembly file, and it outputs the equivalent C code, helping you understand how software works at a deeper level. This is for professionals analyzing or auditing low-level code.
No commits in the last 6 months.
Use this if you need to translate MIPS assembly code into C, specifically for code that resembles functions found in the `math.h` library.
Not ideal if you need to decompile assembly from other architectures (like x86) or C code that falls outside the `math.h` function domain.
Stars
9
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 11, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/TristanBilot/deepiler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras-team/keras
Deep Learning for humans
Lightning-AI/torchmetrics
Machine learning metrics for distributed, scalable PyTorch applications.
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on 1 or 10,000+ GPUs with zero code changes.
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)