Sigminer
A lightweight set of C++ libraries for extracting function signatures and type metadata from ELF object files without source code. Given an object file and function name, Sigminer returns the function’s return type, parameter types, size, signedness, and related descriptors. Its purpose-built design includes a C ABI and extensible mappers for tools such as printf and bpftrace.

