Hacker News new | ask | show | jobs
by purple_ducks 2749 days ago
> Java libraries which are binary blobs

Java libraries are JAR -> Java Archives. You can unzip them and there is JVM bytecode inside which can be decompiled. Not really binary blobs.