HEX DEREF SUPPORT
Main view:
- Fixed logic issue with automatic process attach
- Fixed unhandled exceptions with protected processes where an anti-cheat stripped handle access
- Added an option in settings to refresh the process list automatically
"C" kernel driver:
Added process handle elevation feature. You can attach your favorite tool to any protected user mode process with PROCESS_ALL_ACCESS (0x1FFFFF) handle.
Memory viewer:
- Minor UI optimizations (a slightly less lag when drawing user process memory)
- By default show the values as unsigned
- When you modify a value in memory, the value entered can also be a hexadecimal number
- Fixed various unhandled exceptions with protected processes
Post a comment