4 releases (2 breaking)

Uses new Rust 2024

new 0.3.1 Feb 7, 2026
0.3.0 Jan 17, 2025
0.2.0 Jan 5, 2025
0.1.0 Jan 4, 2025

#5 in #virtual-table

LGPL-3.0-only

19KB
507 lines

mnemosyne

A process hacking library.

Features

  • hooking functions
  • hooking virtual table methods
  • writing and reading memory
  • signature scanning

Examples

fn main() {
  for process in process::list().unwrap() {
    if process.name == "brave" {
      println!("{}", process.id);
    }
  }
}

Dependencies

~0–510KB
~11K SLoC