varik77

↗ HN profile [ 36.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. CheatEngineRS is minimal implementation of CheatEngine written in Rust with ratatui for TUI. Currently it supports limited data types (u32/64, i32/64) and works only on MacOS and Linux.

  3. We made extensions dynamically loadable (via dlopen) into a wasm-compiled postgres, on top of pglite. The demo app showcases a restaurant search by name, and by nearest neighbor. demo: https://pglite.lantern.dev/ blog:…