Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-14 | loader: Several improvements | Samuel Holland | 1 | -18/+75 | |
* Handle programs that have a DT_NEEDED entry for glibc's ld.so. * Handle when LD_PRELOAD is already set. * Use the --argv0 option to properly set argv[0] in the target program. * Ensure the the argument list is terminated with a NULL sentinel. * Document the details of the loader's implementation. [NOTE: Better commit summary?] Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -3/+4 | |
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2017-06-14 | implement program loader | William Pitcock | 1 | -0/+56 | |