/usr/bin/procyon is in procyon-decompiler 0.5.32-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
#
# Launcher script for the Procyon Java decompiler
#
CLASSPATH=$CLASSPATH:/usr/share/java/jcommander.jar:/usr/share/java/procyon-core.jar:/usr/share/java/procyon-compilertools.jar:/usr/share/java/procyon-expressions.jar:/usr/share/java/procyon-reflection.jar:/usr/share/java/procyon-decompiler.jar
java -cp $CLASSPATH com.strobel.decompiler.DecompilerDriver $@
|