diff options
Diffstat (limited to 'results/scraper/fex/49')
| -rw-r--r-- | results/scraper/fex/49 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/49 b/results/scraper/fex/49 new file mode 100644 index 00000000..84efb4c4 --- /dev/null +++ b/results/scraper/fex/49 @@ -0,0 +1,5 @@ +Parse ELF interpreter correctly so we don't have to pass in dynamic linker +Right now ELFLoader is not pulling in the dynamic linker from the ELF. +This is requiring us to launch apps through the linker directly, which clang absolutely hates. +Pass it through ELFLoader so we no longer need to do this. +Saves us headaches, will be needed when we hook through binutils. \ No newline at end of file |