maoabc / nmmp

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

Method rule #47

Closed AntonPripyat closed 1 year ago

AntonPripyat commented 1 year ago

Can you add a rule for method like this?

"method path.to.class.ClassFile.MethodName"

maoabc commented 1 year ago

class path.to.class.ClassFile { MethodNameA;MethodNameB;}

AntonPripyat commented 1 year ago

Thanks ❤️