Skip to content

Commit 7ff4559

Browse files
authored
Merge pull request #53 from Bor-Code/docs/document-tauri-gui
docs: document Tauri GUI
2 parents 95d5dc1 + 90ada54 commit 7ff4559

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,28 @@ Only source files, headers, build configuration files, documentation, and projec
575575

576576
---
577577

578+
## Desktop GUI
579+
580+
MalwareAnalysisTool includes a Tauri-based desktop GUI.
581+
582+
The GUI provides:
583+
584+
- Static and dynamic analysis modes
585+
- Native file selection
586+
- TR/EN language switching
587+
- Matrix-themed interface
588+
- Verdict display
589+
- Risk score and risk level
590+
- SHA-256 and file size display
591+
- TXT/JSON report preview
592+
593+
To run the GUI in development mode:
594+
595+
```powershell
596+
cd gui
597+
npm install
598+
npm run tauri dev
599+
578600
## License
579601
580602
MIT — see the `LICENSE` file for details.

0 commit comments

Comments
 (0)