Scroll to navigation

ELF_CLONE(3) Libelf Programmer's Manual ELF_CLONE(3)

NAME

elf_clone - Create a clone of an existing ELF descriptor.

SYNOPSIS

#include <libelf.h>

Elf *elf_clone (int filedes, Elf_Cmd cmd);

DESCRIPTION

The elf_clone()

2017-09-05 Libelf