Material Editor It is an advanced visual tool for intelligent inspection and analysis of binary files, designed with an emphasis on structural clarity, human interpretability, and extensibility.
- Loading and viewing binaries with real-time hexadecimal dumps
- Automatic structure inference (
ascii
,uint32
, known signatures, etc.) - Natural language semantic interpretation
- C++-like syntax pattern editor, with dynamic highlighting and validation
- Interactive structural table that reflects detected fields (offsets, sizes, types, values)
- Statistical type and entropy analysis
- Pie Chart display of field distribution
- Minimalist dark theme and design inspired by tools like ImHex or Ghidra
# Step 1: clone the repository
git clone https://github.com/tu-usuario/material-editor.git
cd material-editor
# Step 2: install packages
pip install -r requirements.txt
# Step 3: run app
python src/ui/material_editor.py
This project is licensed under the GNU General Public License v3.0