Man page - libr_clear(3)
Packages contas this manual
Manual
| libr_clear(3) | Library Functions Manual | libr_clear(3) |
NAME
libr_clear - Remove a resource from an ELF executable.
SYNOPSIS
#include <libr.h>
int libr_clear(libr_file *handle, char *resourcename);
DESCRIPTION
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.
resourcename The name of the libr-compatible resource to remove.
SEE ALSO
libr_open(3), libr_close(3)
AUTHOR
Erich Hoover ehoover@mines.edu
| libr |