Man page - libr_resources(3)

Packages contas this manual

Manual

libr_resources(3) Library Functions Manual libr_resources(3)

libr_resources - Returns the number of resources contained in

the ELF binary.

#include <libr.h>

unsigned int libr_resources(libr_file *handle);

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.

libr_open(3), libr_list(3)

Erich Hoover ehoover@mines.edu

libr