Memory Bandit

1 min read

Memory Bandit is a Rust-based memory hacking tool featuring a modern, reactive GUI built with Slint.

Features

  • Memory Operations: Read and write raw bytes with ease.
  • Process Information View:
    • Basic Process Information (PID, Parent, Architecture)
    • Deep Security Context: Analyze Tokens, Privileges, and Integrity Levels.
    • Loaded Modules & DLL Search Paths.
  • Architecture Support: x64 native support (x86 experimental).

Future Plans

  • Shellcode Runner: Execute custom shellcode in the target process thread.
  • Hex Editor: Rework the read/write view into a singular hexedit-style window with in-line editing.
  • Memory Protection: Add manual control over memory page protections (VirtualProtect).
  • Scanning: AOB / Pattern Scanning.