I
I
Ildar Gizetdinov2019-11-04 01:00:56
reverse engineering
Ildar Gizetdinov, 2019-11-04 01:00:56

Can the function have other arguments when decompiling il2cpp?

Good evening, I'm trying to modify GameAssembly.dll I
used `il2cpp dumper` and got the code in which I found the function I needed:
`public static int GetAutoBattleTicketsLimit(UserAccount account, UserEffectData effectData, DateTime now); // RVA: 0x18043EE60 Offset: 0x43DC60`
As we see three arguments in the function description, I open the dll itself through ida pro and look at the RVA address of the function:
5dbf4cf4ba268750046699.png
but there are only two of them, we try to open pseudocode:
5dbf4d30ee1ad710007091.png
I don’t understand something, or the arguments functions really can be so modified?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question