diff --git a/README.md b/README.md index 58b17e8..99749d3 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,28 @@ Only source files, headers, build configuration files, documentation, and projec --- +## Desktop GUI + +MalwareAnalysisTool includes a Tauri-based desktop GUI. + +The GUI provides: + +- Static and dynamic analysis modes +- Native file selection +- TR/EN language switching +- Matrix-themed interface +- Verdict display +- Risk score and risk level +- SHA-256 and file size display +- TXT/JSON report preview + +To run the GUI in development mode: + +```powershell +cd gui +npm install +npm run tauri dev + ## License MIT — see the `LICENSE` file for details.