Is there any benefit of using Proguard for obfuscating java app, before compiling it to the executable binary using Graalvm's native-image?
As far as I understand, Proguard is only obfuscating class/method/param names, which are anyway not present when compiled to binary (or maybe I'm wrong here)?