Skip to content

plantabt/HyperGear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperGear: A Speedhacking Software

Development Languages:

  1. Rust
  2. Asm
  3. TypeScript/JavaScript
  4. HTML
  5. CSS

Using Technology:

  1. DLL injection
  2. Inline hook (ASM)
  3. Tauri app + Skeleton UI Toolkit (Svelte + Tailwind)

How to Build:

Install CLIs:

  • Prerequisites

    Visit Tauri prerequisites for more information.

  • Install Tauri CLI

    Run cargo install tauri-cli

Build the Project:

  1. Navigate to the tauri app directory:
    git clone xxxx
    cd HyperGear/HyperGear
    
  2. Install package and build
    npm install
  3. Back to root dir and build
    cd ..
    [release]
    release.bat
    -
    [debug]
    debug.bat
    

How to Debug:

  1. Run for debugging

    cargo tauri dev
  2. At the main window

    Press:Ctrl + Shift + I
  3. Ida and x64Dbg

  4. Read the document

Visit Tauri debugging

Feature Demonstration:

ccc

Demo video