- Rust
- Asm
- TypeScript/JavaScript
- HTML
- CSS
- DLL injection
- Inline hook (ASM)
- Tauri app + Skeleton UI Toolkit (Svelte + Tailwind)
-
Visit Tauri prerequisites for more information.
-
Run
cargo install tauri-cli
- Navigate to the tauri app directory:
git clone xxxx cd HyperGear/HyperGear
- Install package and build
npm install
- Back to root dir and build
cd .. [release] release.bat - [debug] debug.bat
-
Run for debugging
cargo tauri dev
-
At the main window
Press:Ctrl + Shift + I
-
Ida and x64Dbg
-
Read the document
Visit Tauri debugging