Git Product home page Git Product logo

x64dbgcallfinder's Introduction

x64dbgCallFinder

A x64dbg plugin for quickly locating key functions.

English / 简体中文

Install

Copy the plugin to the x64dbgroot\release\<x32|x64>\plugins\ directory.

Usage

Step 1: Run the program

Press F9 to run the program.

Step 2: Function scanning

This step will search for user functions and set conditional breakpoints. If the number of functions is large (for example, greater than 100), the x64dbg window may be blocked for tens of seconds.

Step 3: Trigger the software function

For example, if you want to find the click event of a certain button (assuming the function is onClick), just click this button. At this point the call count of onClick is incremented by 1.

Step 4: Filter according to the number of calls

Enter the new number of calls in the text box, since the button is clicked once, the number of calls is 1. Click the search button, and the address of the function that meets the criteria will be printed in the text box and log window.

Step 5: Repeat the above steps

Click the button again, then enter 2 in the text box, and then click the search button, and the number of filtered results will be reduced.

Repeat the above steps until you find the onClick function.

How it work

Search all user functions, and set a conditional breakpoint, the number of function calls will be recorded. Filter functions of interest based on call count.

See also

cheat engine code filter:

https://www.youtube.com/watch?v=csrU18C4rWY

License

x64dbgCallFinder is licensed under the MIT License.

x64dbgcallfinder's People

Contributors

kwansy98tester avatar kwansy98 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.