Skip to content

Niedzwiedzw/betrayal_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betrayal_engine

Cheat engine clone attempt

running

# first terminal
cargo run --example test-program  # runs a test program
#second terminal
ps -aux | rg test-program  # note the PID
cargo build && sudo ./target/debug/betrayal_engine  # type the PID in a prompt

reclass

to run betrayal_engine in reclass mode type

cargo build --release && EDITOR=emacs sudo -HE ./target/release/betrayal_engine --pid=<PID> reclass

You can substitute emacs for other editor like VSCode. Won't work for vim unless you write a small custom script that opens a new terminal and then vim inside. Contributions are welcome.

About

Cheat engine clone attempt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages