This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! convert il2cpp data type to c datatype

antranz1000

Platinian
how can i convert il2cpp data type to c data type ?, is there any template exist ? i see that we have libil2cpp tool which deals with all data type but i don't know why ?

data type like this here, i don't find this in any template on the internet

public PoolObjHandle`1 Captain; // 0x168
 
i saw that on docs BNM only can get the static field, with these field like this BNM doesn't have any method to get
when casting manually by offset, the result is a wrong object, how can i get these object from another class ?
 
so i got the object, but strange thing is i'm only can get field type like int or Vector3, but i can't get field of the object of a class inside current class object, i mean it return wrong object, i don't know why