MrWildanMD / offset-finder

python based imgui/dearpygui offset-finder using string matching algorithm from il2cppdumper dump file (.cs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offset Finder (DearPyGUI)

Simple offset finder using string matching algorithm to find your offset only using class name and function name you want to get from dump.cs generated by Il2cppdumper

Statement

  • This project is for educational purposes
  • Use with discretion.

Installation

1. Clone this Repository
2. Make sure python 3.10 or higher installed
3. Run below command to install required dependency and run the program
  cd offset-finder
  py -m pip install -r requirements.txt
  py finder.py

Screenshots

Finding ML Radar MAP App Screenshot

Contributing

Contributions are always welcome!

About

python based imgui/dearpygui offset-finder using string matching algorithm from il2cppdumper dump file (.cs)


Languages

Language:Python 100.0%