Memory dynamic pointer chain search tool.
-
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
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.
It was only intended to solve the following two problems, but has now been extended to other platforms.
This is just for learning rust, no malicious purpose.