7 static dword gotStart = 0, gotEnd = 0;
25 got = (dword*)gotStart;
26 while(got < (dword*)gotEnd)
28 if(*got == FunctionAddress)
bool ELFGetSectionAddress(dword SectionIndex, dword *SectionAddress, dword *SectionSize)
dword ELFGetSectionIndex(const char *SectionName)
bool ELFOpenFile(const char *FileName)
bool ELFReadShstrtabSection(void)
dword * FindGotPointer(dword FunctionAddress)