Jump to content
  • 0

how to use functions under a class


INFluxxe

Question

2 answers to this question

Recommended Posts

a void method is a function that work only on the field of that class , 
to execute it you need to perform a trampoline hook on another function
whenever the 2ed function get called the start fn get executed
it's a hard task to perform bc you need a good grasp on assembly and cpp detours 
search on youtube how to do a trampoline hook or detours then you mimic it with lua and assembly

Link to comment
Share on other sites

On 2/12/2023 at 9:06 AM, INFluxxe said:

 hello, I'm quite new to this and I saw these functions under a class and I would love to know how to execute them or something. 

image.png

Look offset 

Libbase + offset = value 

Libase 

Unity game: il2cpp

Unreal game : ue4 

Example

Il2cpp + offset and you find this value 

And you must edit by code arm 

Or used template arm edit chek in my profil

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.