ramok0 / OffsetFinder

A tool made to find automaticly offsets in UE 4.25-4.27 games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offset Finder

A tool made to find offsets in UE 4.25-4.27 games

Features

  • PE Section scanning (.text and .rdata mainly)
  • External
  • Fast
  • Works with a lot of games

Todo

  • Engine version detection
  • UE 4.24 and older compatibility
  • Error handling

Tested on

  • Fortnite 15.00 (UE 4.26) (working as expected)
  • UpGun (4.26) (working as expected)
  • Fortnite 16.00 (UE 4.26) (didnt work at all because of custom engine version i guess)
  • Dauntless (UE 4.26) (failed to find FEngineLoop::Tick, GWorld and FMemory::Free, but everything else was fine)

Example

output

Dependencies

About

A tool made to find automaticly offsets in UE 4.25-4.27 games

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%