Show HN: CheatEngine-Rs – A Cheat Engine Rewritten in Rust for the Terminal (github.com)
A terminal version of Cheat Engine written in Rust. It lets you explore and change live process memory right from the command line.
You can search for 4-byte or 8-byte integers, strings, or raw hex values. For strings and hex, you can set how many bytes to read, which helps with prefix searches. The list view uses Vim-style keys (j/k/G/gg) for easy navigation.
1 comment
[ 3.1 ms ] story [ 9.5 ms ] threadBut I think by default the program shouldn't allow editing memory, perhaps an --unsafe flag for the user that really thinks they know what they're doing.