maoabc / nmmp

dex-vm used to protect the android classes.dex file
736 stars 259 forks source link

Constuctror Init and Cinit #107

Open Midorfeedwtf opened 2 months ago

Midorfeedwtf commented 2 months ago

Hello maoabc , 1 st thx you for this insane project , i have a question how we can hide also init and cinit constructor , in the doc you said not for them , but its possible to hide them via config mapping , or simply not possible ? thx per advanced of your answer.

maoabc commented 2 months ago
and cannot be nativeized. If you must do this, you can extract some instructions to generate a method similar to myinit0, and then convert myinit0 to native, and the method calls myinit0. But this is somewhat difficult, so it is not implemented. > Message ID: ***@***.***> >