MizzMaster

Results 3 comments of MizzMaster

https://workupload.com/file/h4wWFDDQuek ![image](https://user-images.githubusercontent.com/69322376/119946295-25cf9b00-bf9f-11eb-91ce-363199331a2e.png)

> 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 {...