about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/elfloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index 56a51c51..d8caa27b 100755
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -22,8 +22,8 @@ const char* ElfName(elfheader_t* head);
 int CalcLoadAddr(elfheader_t* head);
 int AllocElfMemory(box64context_t* context, elfheader_t* head, int mainbin);
 void FreeElfMemory(elfheader_t* head);
-//int LoadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
-//int ReloadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
+int LoadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
+int ReloadElfMemory(FILE* f, box64context_t* context, elfheader_t* head);
 //int RelocateElf(lib_t *maplib, lib_t* local_maplib, elfheader_t* head);
 //int RelocateElfPlt(lib_t *maplib, lib_t* local_maplib, elfheader_t* head);
 //void CalcStack(elfheader_t* h, uint32_t* stacksz, int* stackalign);