about summary refs log tree commit diff stats
path: root/src/elfs/elfparser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now handling the BIND_NOW flags in elf headerptitSeb2023-03-191-0/+4
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-011-0/+28
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-6/+6
* Fixed a few warningsptitSeb2022-07-171-2/+0
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-36/+40
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+11
* Added a warning if launching a binary with a preinit arrayptitSeb2022-01-051-0/+4
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-49/+123
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-4/+4
* First passrajdakin2021-04-141-16/+16
* Avoid to much much warning mesage when searching for a correct lib binaryptitSeb2021-03-261-1/+6
* Fixed typo in an error messageptitSeb2021-03-091-1/+1
* Fixed a bunch of print format errorptitSeb2021-03-021-10/+10
* Read elf header of launched executableptitSeb2021-03-011-0/+313