about summary refs log tree commit diff stats
path: root/src/elfs/elfload_dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-6/+7
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-8/+8
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-31/+29
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-291-8/+8
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-4/+0
* [BOX32] Added 32bits elf header parser and dumperptitSeb2024-08-171-5/+39
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-44/+52
* Handle `.relr.dyn` section (#1626)Yip Coekjan2024-07-021-0/+12
* [ANDROID] Fix Build When Compiling with NDK 26b, [CI] Download Basic Android ...KreitinnSoftware2024-02-171-3/+5
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-2/+3
* [ANDROID] Use TERMUX Define Instead ANDROID (#1093)Lily2023-11-271-1/+1
* [ANDROID] Fix Compiling (#1091)Lily2023-11-271-1/+3
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-7/+10
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-55/+55
* First passrajdakin2021-04-141-20/+20
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-251-1/+1
* More work on elfloader and relocation (and tls)ptitSeb2021-03-061-0/+25
* Another batch of printf/scanf format errorsptitSeb2021-03-021-1/+1
* Fixed a bunch of print format errorptitSeb2021-03-021-10/+10
* Read elf header of launched executableptitSeb2021-03-011-0/+366