Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading