Revision as of 08:40, 5 August 2025 by CarstenEmde(talk | contribs)(Added libusb.a static library archive, since this is also shown after upgrading the callgraph tool)
Use a shell script to encapsulate the same search mechanism as used in the search Web script, but process the result further to display callgraphs of binary programs and libraries that relate to a given OSSelot package:
#!/bin/bash
if test -z "$1"
then
echo "Usage: $0 <package> <version>"
exit 1
fi
package="$1"
version="$2"
if test "$version"
then
package="$package/version-$version"
fi
wget -qO - https://www.osselot.org/callgraphs.php?$package
If the script is called "getcallgraphs" and invoked for the library libusb package as
Web interface for direct use of the script described above to display available versions of a given package with links. These links can be used to generate a list of callgraphs of binary programs and libraries provided by the package.
Look for software packages that may have already been curated at OSSelot and display related callgraphs of binary program and libraries
Interfaces to obtain list of licenses and entire disclosure documents