index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
elfs
/
elfparser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-4
/
+4
*
[BOX32][ELFLOADER] Fixed some issue with symbol resolver
ptitSeb
2024-09-14
1
-0
/
+13
*
[BOX32] Added 32bits elf header parser and dumper
ptitSeb
2024-08-17
1
-0
/
+3
*
[BOX32] prepare elfheader_t structure for 32bits elfs
ptitSeb
2024-08-17
1
-39
/
+39
*
[BOX32] Start differentiate 64bits from 32bits in elf parser
ptitSeb
2024-08-16
1
-5
/
+5
*
Fixes (#1659)
rajdakin
2024-07-09
1
-2
/
+2
*
Handle `.relr.dyn` section (#1626)
Yip Coekjan
2024-07-02
1
-0
/
+9
*
[ELFLOADER] Small change in the parser (for #1493)
ptitSeb
2024-05-05
1
-13
/
+13
*
[ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...
ptitSeb
2024-02-15
1
-107
/
+21
*
Cleanup some code (#1157)
xctan
2023-12-23
1
-1
/
+0
*
[ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)
KreitinnSoftware
2023-10-01
1
-2
/
+4
*
Fixed detection and loading of program linked with glibc 2.34+
ptitSeb
2023-08-26
1
-1
/
+16
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
[ELFLOADER] Added a check if lib version is compatible with what the elf load...
ptitSeb
2023-07-09
1
-12
/
+40
|
/
*
Now handling the BIND_NOW flags in elf header
ptitSeb
2023-03-19
1
-0
/
+4
*
Detect when program is linked with glibc 2.34+ to workaround the default libc...
ptitSeb
2022-11-01
1
-0
/
+28
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-6
/
+6
*
Fixed a few warnings
ptitSeb
2022-07-17
1
-2
/
+0
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-36
/
+40
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-0
/
+11
*
Added a warning if launching a binary with a preinit array
ptitSeb
2022-01-05
1
-0
/
+4
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-49
/
+123
*
Splited Elf Dump from LOG handling
ptitSeb
2021-05-28
1
-4
/
+4
*
First pass
rajdakin
2021-04-14
1
-16
/
+16
*
Avoid to much much warning mesage when searching for a correct lib binary
ptitSeb
2021-03-26
1
-1
/
+6
*
Fixed typo in an error message
ptitSeb
2021-03-09
1
-1
/
+1
*
Fixed a bunch of print format error
ptitSeb
2021-03-02
1
-10
/
+10
*
Read elf header of launched executable
ptitSeb
2021-03-01
1
-0
/
+313