Memory Bandit

1 min read

Memory Bandit is a simple memory manipulation DLL written in Rust with Slint which allows you to read and write attached process memory.

Features

  • Read Process Memory
  • Write Process Memory
  • Process Information View
    • Basic Process Information
    • Security Context
    • Loaded Modules
    • DLL Search Paths (WIP)
  • x64/x86 (x86 largely untested)

Future Plans

  • Rework read/write view - create a singular hexedit-style window with in-line editing
  • Add Shellcode Runner
  • Add feature to change memory protections
  • Pattern Scanning