News

A python script that reads assembly code files (and linked files) and generates a HTMl file which presents a flowchart of the code layout, each function and all the code. I created this project ...
. ├── frontend/ │ └── index.html # Interactive UI in HTML/CSS/JS ├── backend/ │ ├── app.py # Flask entry point │ └── model_analysis_module/ # Modeling and XAI logic organized in submodules │ ├── utils ...