Giter Site home page Giter Site logo

silentninjabee / farlight84_ios_sdk Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 3.0 50.78 MB

Sdk dump including: Header files, objects dump, json file for ida pro analysis. For Unreal Engine 4.25 game "Farlight 84" for Apple iPhone/iPad on iOS Arm64

Python 30.93% C++ 69.07%
apple game ida-pro ios mod ue4 unreal-engine-4 arm64 hack ios-sdk

farlight84_ios_sdk's Introduction

Farlight84 iOS SDK

The Farlight 84 iOS SDK is a comprehensive package designed for the game built on the Unreal Engine v4.25 for Apple iOS ARM-64 platform. This SDK provides critical tools and resources tailored for developers working with Farlight84 on iOS devices.

Global Offsets (as of 26th July 2024)

Apple iOS ARM64 - Farlight 84 Global Offsets

const long GWORLD = 0x107DC4BF8;
const long FNAMEPOOL = 0x107bb6400;
const long OBJECTARRAY = 0x107d4bd50;
 
 // Example for memory aimbot with the offset needed for get/set player look at angle
 
const long myLookAtOffset = 0x2B0C;
 
FRotator currentLookAtAngle = Read<FRotator>(PlayerCameraManager + myLookAtOffset);

Key Features

IDA/Ghidra Function Naming Python Script

Included in this SDK is a Python script that enhances the decompilation and analysis of the games executable in Ghidra or IDA Pro. These python scripts leverage the scripts.json file included in the zipped package, simplifying the importing of function names and addresses into IDA or Ghidra, greatly streamlining your analysis efforts.

ghidra_funcs.py = support all current versions of Ghidra

ida_funcs.py = IDA v7.2 and lower (python2 script)

ida_funcs_python3.py = IDA v7.2+ (python3 script)

Visual Guide to Importing UFunctions Using ida_funcs.py

  • Before Importing the Included JSON
    • Before Loading Dump Script
  • After Importing the Included JSON
    • After Loading Dump Script

ZIP File Contents

Headers [folder]

Contains C++ headers Group by UE Reflection System Types, split into seperate .h files for Enums, Classes, and Structs. Note: These headers may require modifications to compile successfully.

  • AIOHeader.hpp: An all-in-one header file encapsulating the entire dump.

Log Files

  • logs.txt: Log file containing details of the dump process and global offset information.

Object Dumps

  • ObjectsDump.txt: Dump of ObjObjects.

JSON Script

  • script.json: This file contains a JSON array detailing UFunction's that get called by the game logic typically marked as "Exec", there names and inheritance, and addresses. This is for importing this usefull infomation into IDA Pro, or Ghidra for static analysis of the games executable Macho file.

Dumping Method

The dump included in this SDK was generated using a modified version of the iOS_UE4Dumper. For more information and access to the tool, visit: GitHub - iOS_UE4Dumper

Additional Resources

For SDK information pertaining to Steam and Windows platforms, please visit: GitHub - Farlight84 SDK for Steam and Windows

                    __      __        __     =--------=    __        __        __                     
                   /_/\    /_/\      /\_\                 /_/\      /\_\      /\_\                    
                   ) ) )   ) ) )    / ( (                 ) ) \    ( ( (     ( ( (                    
                  /_/ /   /_/ /    /   \_\               /_/   \    \ \_\     \ \_\                   
 _    _    _      ) ) )   ) ) )    \   / /               \ \   /    ( ( (     ( ( (     _    _    _   
/_/\ /_/\ /_/\   / / /   / / /      \ (_(                 )_) /      \ \ \     \ \ \   /_/\ /_/\ /_/\ 
\_\/ \_\/ \_\/   \/_/    \/_/        \/_/                 \_\/        \_\/      \_\/   \_\/ \_\/ \_\/ 

Update Log*:

{dd/mm/yyyy}:

  • 26/07/2024: Major Game update updated global offsets and new dump zip file.
  • 07/07/2024: Major Game update v2.3.4. Updated global offsets and new dump zip file.
  • 17/05/2024: Minor update v.2.2.1. New dump, global offsets, and some helpfull functions not found in the SDK provided.
  • 24/04/2024: Major game update v.2.2.o. New full sdk dump and global offsets updated.
  • 08/02/2024: Minor game update v.2.0.1. New dump and global offsets have been updated.
  • 26/01/2024: Major Game Update to v2.0.0. New classes new content. Still looking through IDA for global pointers however I uploaded SDK
  • 29/12/2023: Update new season. v15.1.9 update.
  • 02/12/2023: Update new season. v15.6.2 update.
  • 10/11/2023: Major game Updated. v15.2.1 Update Global Offsets,
  • 27/09/2023: New Season Game Update. v14.4.8. Update to Global Offsets and some minor offsets
  • 03/09/2023: Update to Global Offsets. New dump with the latest uploaded, teamID offset changed
  • 01/09/2023: Update to Global Offsets. New dump with the latest uploaded.
  • 27/08/2023: Update to Global Offsets. New Major game update. majority of internal offsets are the same. Updated new global offsets.
  • 15/08/2023: Included python IDA scri[t to import the script.json symbols for IDA v7.7 (python3)
  • 27/7/2023: Major game update. Team information has been moved into a new class.
  • 16/6/2023: A New Version for iOS is being pushed out with an Update to the Global Offsets
  • 03/6/2023: Fixed the ida_funcs.py script. Confirmed working with "IDA - The Interactive Disassembler (Version 7.0.170914 macOSx86_64)"

farlight84_ios_sdk's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

janz420 uvbs

farlight84_ios_sdk's Issues

Usage

How can i make hack with it ?
What are offsets can i use?
Please help me if you can
Iphone 11 pro max ios 15.4.1 jb dopamine

UE4 Dumper.

Is it possible that you could potentially drop or send me the modified version of the dumper? I'd like to visibly see the difference between pubg's offsets and farlight's offset. t.me/nKeys

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.