.installOn(inst);
for (Class<?> clazz : inst.getAllLoadedClasses()) {
if (inst.isModifiableClass(clazz)
&& targetClassSet.contains(clazz.getName())) {
try {
inst.retransformClasses(clazz);
} catch (Exception ignored) {}
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)