Man page - libr_clear(3)

Packages contas this manual

Manual

libr_clear(3) Library Functions Manual libr_clear(3)

libr_clear - Remove a resource from an ELF executable.

#include <libr.h>

int libr_clear(libr_file *handle, char *resourcename);

Removes a libr-compatible resource from an ELF executable. The handle must be opened using libr_open(3) with either LIBR_WRITE or LIBR_READ_WRITE access in order to remove a resource.

Please note that resource removal does not occur until the handle is closed using libr_close(3).

Parameters

handle A handle returned by libr_open(3).
resourcename The name of the libr-compatible resource to remove.

libr_open(3), libr_close(3)

Erich Hoover ehoover@mines.edu

libr