Skip to content

Releases: vykt/ptrscan

ptrscan v0.1.1 - Bug fixes

25 Apr 12:45
Compare
Choose a tag to compare

ptrscan v0.1.0 - Specify offsets & scan select segments

31 Mar 00:20
Compare
Choose a tag to compare

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

28 Mar 02:24
Compare
Choose a tag to compare

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

27 Mar 23:39
Compare
Choose a tag to compare
  • Fixed incorrect link option specification in CMake file that prevented ptrscan from building on some distributions.

ptrscan v0.0.1 - First release

15 Jan 09:59
Compare
Choose a tag to compare

First release, report any bugs :^)