MizzMaster
MizzMaster
https://workupload.com/file/h4wWFDDQuek 
> There's no good way to resolve bytecode instruction correlation to decompiled source code in any of the decompilers AFAIK There might be, but for now you may can prevent...
I didn't tested this code yet but this would do the job ```java public Reflect callDuplicate(Class returnType, String name, Object... args) throws ReflectException { Class[] types = types(args); try {...