mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 08:39:59 +07:00
8 lines
106 B
C
8 lines
106 B
C
|
#include <libelf.h>
|
||
|
#
|
||
|
int main(void)
|
||
|
{
|
||
|
Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0);
|
||
|
return (long)elf;
|
||
|
}
|