Settings

Theme

Show HN: CheatEngine-Rs – A Cheat Engine Rewritten in Rust for the Terminal

github.com

3 points by varik77 3 months ago · 2 comments · 1 min read

Reader

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.

casey2 3 months ago

Looks real neet!

But 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.

  • varik77OP 3 months ago

    Thanks! Yes you should be root in order to edit the memory of other programs, so I think before running anything as root users should think they know what they’re doing ;)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection