Use on il2cpp Unity binary?

Issues related to VMProtect
Post Reply
unitygamedev
Posts: 1
Joined: Wed May 06, 2020 7:07 pm

Use on il2cpp Unity binary?

Post by unitygamedev »

Can vmprotect protect game that uses il2cpp? il2cpp will generate "global-metdata.dat" that matches function names, types, strings to IDs in compiled binary:

https://github.com/Perfare/Il2CppDumper ... taClass.cs

Metadata may have offset to specific function in il2cpp built binary, I am not sure.

Can vmprotect do "simple" packing mode here where after execution all the offsets and things will be the same so that il2cpp loader still works?

More info on il2cpp loading flow here https://www.nevermoe.com/2016/08/10/uni ... ta-loader/

This would be very good functionality for vmprotect, many games use il2cpp for speed.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Use on il2cpp Unity binary?

Post by Admin »

Unfortunately we are not going to support third-parties software.
Post Reply