Giter Club home page Giter Club logo

ptrscan's Introduction

ptrscan

ABOUT:

Ptrscan is an implementation of a pointer scanner following the ideas of Cheat Engine's own pointer scanner implementation. Ptrscan was written from scratch to run natively on Linux - no more running CE through wine.

What is a pointer scanner?


DEPENDENES:

Ptrscan dynamically links libpwu. Visit the page and follow installation instructions.


INSTALLAON:

Fetch the repo:

$ git clone https://github.com/vykt/ptrscan

Generate build files:

$ cd ptrscan && ./buildgen.sh

Build the release:

$ cd build && make scan

Check the install script & install:

$ cd .. && sudo ./install.sh

EXAMPLES:

Using ptrscan is covered in the ptrscan manpage:

$ man ptrscan
  1. Pointer scan process example_proc for address 0x55134a90f080 (-a) and save the results to first_map.pscan (-w):
ptrscan -a 0x55134a90f080 -w first_map.pscan example_proc
  1. Verify the pointer chains (-x) in first_map.pscan (-r) to check that they arrive at address 0x55431bea1080 (-a). Output the new results to second_map.pscan (-w).
ptrscan -x -a 0x55431bea1080 -r first_map.pscan -w second_map.pscan example_proc
  1. Using the default terminal interface (-c), carry out an aligned (-q) pointer scan with 0x500 lookback (-p) and the depth of 4 levels (-l). Use 4 threads (-t). Report on the progress of the scan (-v). Output pointer chains to the third_map.pscan file. Carry out the scan on the example_proc process.
ptrscan -c -v -q -p 0x500 -l 4 -t 4 -a 0x7fffba434000 -w third_map.pscan example_proc

FUTURE CONSIDERATIONS:

An alternative ncurses interface is planned. For any other feature requests or bugs please open an issue.

ptrscan's People

Contributors

vykt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.