Skip to content

Releases: HeathHowren/Pointer-Lab

v1.0.1

13 May 03:23

Choose a tag to compare

What's changed\n- Replaced default ImGui bitmap font with Roboto Medium (15px) across the entire UI\n- Added Cousine Regular (14px) monospace font for Memory Viewer, Disassembly, Logs, and Lua panels\n- Completed ImGui color palette: scrollbars, table headers/rows, separators, nav cursor, modal dim\n- Tuned style vars: tighter indent spacing, slimmer scrollbars, smaller grab handles

Pointer Lab v1.0.0-alpha

13 May 02:55

Choose a tag to compare

Pre-release

Pointer Lab — Alpha v1

Initial alpha release.

Download: PointerLab.exe — run directly, no installer, no dependencies. Administrator privileges recommended for full process access. Windows 10 x64 or later.

Features

  • Memory scanner — exact, unknown-initial, changed, unchanged, increased, decreased across i8/i16/i32/i64/f32/f64 and byte patterns
  • Address list with groups, freeze loop, and F1–F12 hotkey toggles
  • Module-relative pointer-chain search
  • Hex memory viewer with live patching
  • x86/x64 disassembly listing and assembler patch panel
  • Software breakpoints via Windows debug APIs
  • Remote allocation, remote thread, and LoadLibraryW injection helpers
  • Embedded Lua 5.4 scripting console
  • Native .iretable project format, session persistence, crash logging

This is an alpha build — expect rough edges.