Skip to content

Chanomhub/HexScan

Repository files navigation

HexScan

Cheat Engine alternative for linux

Table of Contents

Features

  • Value scanner
  • Memory editor
  • Structure dissector
  • Extremely unstable BFS pointer scanner

Cheat turbine is currently under active development, so expect this list to grow

A somewhat blurry roadmap can be found in src/main.cpp

Screenshots

Screenshot1

Screenshot2

Pasted image (2)

Getting started

Building from source (recommended)

Make sure you have the necessary build tools and dependencies installed:

cmake gcc g++ libxinerama libxcursor xorg glu

Clone and build the project:

git clone --recurse-submodules https://github.com/rednik1337/HexScan.git
cd HexScan
cmake -DCMAKE_BUILD_TYPE=Release -B cmake-build-release -S .
cmake --build cmake-build-release -j$(nproc)

If successful, the binary will be located at cmake-build-release/HexScan

Downloading the binary

Latest artifacts can be found in github actions

It is recommened to use the non appimage version of the binary if you can

Running

xhost +SI:localuser:root
sudo -EH ./HexScan

Credits

  • HexScan uses ImGui as its gui library

License

About

fork rednik1337

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors