Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 03:15:23 < tmzt> NetRipper: there wouldn't be kernel syscalls for that, the kernel doesn't deal with dymanic loading expcept for modules which get put in the symboltable
- 03:15:32 < tmzt> (kernel is monolithic)
- 03:17:00 < tmzt> the ELF header binary code finds and loads the dynamic loader (ld-linux.so.3 on arm usually)
- 03:17:10 < tmzt> which takes care of finding the other libraries and linking them into the process
Add Comment
Please, Sign In to add comment