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
/
elfloader32.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
1
-0
/
+1
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-0
/
+1
*
Some cosmetic changes to C header files (#2487)
Yang Liu
2025-04-01
1
-1
/
+0
*
Added elf support to mmap tracking
ptitSeb
2025-01-27
1
-1
/
+2
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-9
/
+9
*
Spelling/typo fixes in code and documentation updates (#2223)
olegos2
2024-12-28
1
-1
/
+1
*
[BOX32][ELFLOADER] Be less strick when a symbol for R_386_32 relocation is mi...
ptitSeb
2024-12-05
1
-2
/
+3
*
[NON4K][ELFLOADER] more Elfloader work for non-4k pagesize OS ([BOX32] too)
ptitSeb
2024-09-23
1
-7
/
+13
*
[NON4K] Fixed some typos ([BOX32] too)
ptitSeb
2024-09-23
1
-1
/
+1
*
[BOX32][NON4K] Try to fix elfloader when elf wants to load at an address not-...
ptitSeb
2024-09-23
1
-0
/
+5
*
[BOX32][ELFLOADER] Fixed PROTECTED symbol that were not loaded correctly
ptitSeb
2024-09-21
1
-0
/
+4
*
[BOX32] Partial handling of wrapped dl_iterate_phdr
ptitSeb
2024-09-16
1
-0
/
+35
*
[BOX32][ELFLOADER] Fixed some issue with symbol resolver
ptitSeb
2024-09-14
1
-13
/
+20
*
[TRACE] Improved trace on symbol name
ptitSeb
2024-08-29
1
-0
/
+9
*
[BOX32] Fixed some error log in elfloader32
ptitSeb
2024-08-28
1
-3
/
+3
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-0
/
+264
*
[BOX32] Added 32bits elf reloc type rel handling
ptitSeb
2024-08-17
1
-0
/
+377
*
[BOX32] Added 32bits elf alloc and load
ptitSeb
2024-08-17
1
-0
/
+249