ELF解析实现 更多...
#include "celf.h"
#include "dram.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
ELF解析实现