You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getClassLoader can probably just wrap around smalivm's SmaliClassLoader since it knows of all input smali classes. The rest don't look too tricky (read: technically impossible).
The methods:
Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
Ljava/security/AccessController;->doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
Ljava/lang/Class;->newInstance()Ljava/lang/Object;
Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
The
getClassLoader
can probably just wrap around smalivm'sSmaliClassLoader
since it knows of all input smali classes. The rest don't look too tricky (read: technically impossible).Reference: #52
The text was updated successfully, but these errors were encountered: