Man page - libr_resources(3)
Packages contas this manual
Manual
| libr_resources(3) | Library Functions Manual | libr_resources(3) |
NAME
libr_resources - Returns the number of resources contained in
the ELF binary.
SYNOPSIS
#include <libr.h>
unsigned int libr_resources(libr_file *handle);
DESCRIPTION
Returns the total number of libr-compatible resources contained in the ELF binary. Intended to be used with libr_list(3) to return the full list of resources contained in the binary.
Parameters
handle A handle returned by
libr_open(3).
Returns
The total number of libr resources in the binary.
SEE ALSO
libr_open(3), libr_list(3)
AUTHOR
Erich Hoover ehoover@mines.edu
| libr |