Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

kekeimiku/PointerSearcher-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 13, 2024
869d4aa · Sep 13, 2024
Aug 9, 2024
Sep 13, 2024
Jun 8, 2024
May 7, 2024
May 7, 2024
May 7, 2024
May 7, 2024
May 7, 2024
May 7, 2024

Repository files navigation

PointerSearcher-X

Memory dynamic pointer chain search tool.

(中文 / English)

Support:

  • aarch64-darwin

  • aarch64-apple-ios

  • x86_64-linux-gnu

  • aarch64-linux-gnu

  • aarch64-linux-android (beta)

  • x86_64-darwin (alpha)

  • x86_64-windows (alpha)

  • nintendo-switch

How to use ?

This project provides a simple command line program example, the simplest usage:

ptrscan scan_pointer_chain use_process --pid 123 --addr-list 0x1234567 --depth 4 --range 0:3000

For more advanced usage, please refer to ptrscan --help

It is strongly recommended that you create your own pointer scanner using libptrsx.h for maximum flexibility.

About

It was only intended to solve the following two problems, but has now been extended to other platforms.

scanmem/scanmem#431

korcankaraokcu/PINCE#15

Disclaimer

This is just for learning rust, no malicious purpose.