/usr/bin/packscanner is in dumphd 0.61-0.4ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/bash
java -server -Djava.library.path=/usr/share/dumphd -cp DumpHD.jar dumphd.util.PackScanner "$@"
|