Page 1 of 1

Use on il2cpp Unity binary?

Posted: Wed May 06, 2020 7:34 pm
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.

Re: Use on il2cpp Unity binary?

Posted: Sat May 09, 2020 9:29 am
by Admin
Unfortunately we are not going to support third-parties software.