Skip to content

Qemu-Gang/jiaa

 
 

Repository files navigation

jiaa

QEMU KVM cheat for the egg game. Powered by memflow

Building from source

This is an in-tree build, don't be put off by all the folders, it's a plain C project.

build memflow

  • cargo build --release --workspace

build jiaa

  • mkdir jiaa-build && cd jiaa-build
  • cmake ../jiaa-src
  • make

Basic usage

First you will want to ensure that evdev-mirror and peeper are running.

If this is your first time using memflow, make sure to install the qemu_procfs connector. ( Use install.sh )

After all that is done, you can finally run jiaa as root

sudo ./jiaa

Features

  • ESP tracers
  • Flight [CTRL - toggle altitude lock, SPACE - ascend]
  • Nudge through terrain [Insert/Delete (X-axis), Home/end (Z-axis), PgUp/PgDown (Y-axis UP/DOWN)]

Media

https://streamable.com/7oa3ou

Acknowledgements

  • UC Thread
  • zZzeta/S - entity iteration and some struct data
  • Finz Rus - some sigs and info on entities
  • Frankie11 - w2s

memflow

  • CasualX for his wonderful pelite crate
  • ufrisk for his prior work on the subject and many inspirations

Languages

  • Rust 90.2%
  • C 5.1%
  • C++ 4.4%
  • Other 0.3%