Skip to content

Commit

Permalink
remove tranform memshell check
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed Dec 22, 2023
1 parent 414cf65 commit 7385664
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ public byte[] transform(ClassLoader loader, String className, Class<?> classBein
if (disable)
return null;

if(scanswitch) {
checkClassFilter(loader, className,classfileBuffer);
}
// if(scanswitch) {
// checkClassFilter(loader, className,classfileBuffer);
// }

Type classType = Type.getObjectType(className);
SmithClass smithClass = smithClasses.get(classType.getClassName());
Expand Down

0 comments on commit 7385664

Please sign in to comment.