cemu
载入中...
搜索中...
未找到
celf.c 文件参考

ELF解析实现 更多...

#include "celf.h"
#include "dram.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>

函数

char * elf_arch (int arch)
 
char * read_section (int fd, Elf64_Shdr sh, int buff)
 
u16 find_segment (void *mmaped_elf, int fsize)
 
int get_file_size (int fd)
 
void * map_elf (char *file_name, void *addr, int *file_len)
 

详细描述

ELF解析实现

作者
your name (you@d.nosp@m.omai.nosp@m.n.com)
版本
0.1
日期
2024-01-08