Man page - libr_resources(3)

Packages contains this manual

Manual

libr_resources

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

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