Code Monkey home page Code Monkey logo

pointersearcher-x's Introduction

PointerSearcher-X

Memory dynamic pointer chain (scan/backtrack/search) tool.

(δΈ­ζ–‡ / English)

PointerSearch concept

ASLR causes the program memory address to always be different when you start the program. The so-called "static" addresses are addresses relative to the beginning of the program code (BinaryFile). With a static address, once you find it, you're done, because the address of the loader (BinaryFile) is easy to find. Unfortunately, not all memory of interest are "static", for these either code hack(often referred to as ASM hack) is needed or a pointer chain is needed(to find this chain is often referred to as pointer search).

Features:

It contains three tools:

  • scanner for scanning pointer files.

  • dumper for dump process memory.

Support:

  • aarch64-darwin

  • aarch64-linux-android (beta)

  • aarch64-linux-gnu

  • x86_64-linux-gnu

  • x86_64-windows (alpha)

  • aarch64-apple-ios

  • nintendo-switch

  • x86_64-darwin

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

If you want to incorporate PointerSearcher-X into your application, it's very easy. Its permissive MIT-style license won't burden you. See the C API for details.

Disclaimer

This is just for learning rust, no malicious purpose.

pointersearcher-x's People

Contributors

kekeimiku avatar mokurin000 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.