diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 8495aca5..b5ba59ec 100755 --- a/src/main.c +++ b/src/main.c @@ -871,6 +871,10 @@ int main(int argc, const char **argv, const char **env) { FreeBox64Context(&my_context); return -1; } + // and handle PLT + RelocateElfPlt(my_context->maplib, NULL, elf_header); + // defered init +// RunDeferedElfInit(emu); return 0; } |