代码搜索:ELF
找到约 10,000 项符合「ELF」的源代码
代码结果 10,000
www.eeworm.com/read/261658/11631320
elf timermatch.elf
www.eeworm.com/read/261658/11631364
elf printf.elf
www.eeworm.com/read/261256/11657004
elf test.elf
www.eeworm.com/read/157845/11659340
elf gvgledtest.elf
www.eeworm.com/read/261017/11671632
elf main.elf
www.eeworm.com/read/260968/11684172
h elf.h
/** ELF class
*/
#include "elf_file.h"
class ELF {
public:
ELF(const char* filename);
void Dump();
void* ProgramSegment(int index);
Elf32_Ehdr header;
Elf32_Shdr* sectionHeaders;
www.eeworm.com/read/260968/11684196
cpp elf.cpp
/** Read in an elf file
*/
#include "stdafx.h"
using namespace std;
ELF::ELF(const char* filename) {
input = fopen(filename, "rb+");
if (input == NULL) throw "Failed to open file";
t
www.eeworm.com/read/346607/11735865
elf slv.elf
www.eeworm.com/read/346307/11755453
elf main.elf
www.eeworm.com/read/346292/11755962