Releases: vykt/ptrscan
Releases · vykt/ptrscan
ptrscan v0.1.2 - Proton support
ptrscan v0.1.1 - Bug fixes
- Minor bug fixes.
ptrscan v0.1.0 - Specify offsets & scan select segments
This update makes ptrscan way better at scanning huge processes:
- Specify known offsets, significantly speeding up the scan and reducing the number of false positives.
- Specify read & write segments to scan, speeding up the scan massively and reducing false positives.
Report bugs, kthxbye <3
ptrscan v0.0.3 - Specify target by PID
Ptrscan now requires Libpwu v0.1.4.
- Target can now be specified by PID instead of name. Detection is performed automatically at runtime.
- Added temporary perror() error code output to debug target memory read errors.
- Bug fixes
ptrscan v0.0.2 - CMake library link fix
- Fixed incorrect link option specification in CMake file that prevented ptrscan from building on some distributions.
ptrscan v0.0.1 - First release
First release, report any bugs :^)