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
/
elfloader.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)
ptitSeb
2023-06-04
1
-1
/
+5
*
Improved handling of x86_64 47bits memory (should help #763)
ptitSeb
2023-05-05
1
-1
/
+1
*
Improved mallock_hack_2, trying to reduce potential memory leaks
ptitSeb
2023-05-03
1
-2
/
+2
*
Fixed and improved __cxa_atexit handling
ptitSeb
2023-04-22
1
-0
/
+1
*
[ELF] Fixed a use-after-free issue (#709)
Yang Liu
2023-04-18
1
-2
/
+3
*
Do not error out for missing weak R_X86_64_64 binding
ptitSeb
2023-04-16
1
-8
/
+10
*
Another fix for dlopen/dlclose sequence (should be ok now, at last)
ptitSeb
2023-04-16
1
-2
/
+0
*
[ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib...
ptitSeb
2023-04-10
1
-18
/
+18
*
[ELFLOADER] Optimized RelocateElfRELA for subsequent identical symbols
ptitSeb
2023-04-10
1
-9
/
+34
*
[ELFLOADER] Improved handling of default versions
ptitSeb
2023-04-10
1
-26
/
+44
*
[DYNAREC] Destroy DynaBlock memory when freeing a lib
ptitSeb
2023-04-10
1
-1
/
+5
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-27
/
+27
*
Improved elf loading at specific addresses
ptitSeb
2023-03-25
1
-1
/
+13
*
Now handling the BIND_NOW flags in elf header
ptitSeb
2023-03-19
1
-0
/
+8
*
Tried to optimize TLS fetching
ptitSeb
2023-03-12
1
-6
/
+1
*
Hide a warning when running java stuffs
ptitSeb
2023-02-19
1
-2
/
+2
*
Imrpoved a bit backtrace again
ptitSeb
2023-02-18
1
-1
/
+17
*
Various minor warning fixes
ptitSeb
2023-02-13
1
-5
/
+6
*
Changes for Alpine (#508)
RainbowC0
2023-02-05
1
-0
/
+3
*
Fixed an issue with TLS Relocation (should fix the regression notified in #360)
ptitSeb
2023-01-05
1
-1
/
+1
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
1
-11
/
+15
*
Reworked how /proc/self/maps is tranformed
ptitSeb
2022-12-29
1
-30
/
+34
*
Try to improve some TLS Relocation
ptitSeb
2022-12-29
1
-8
/
+22
*
Check if symbol comes from a Lib already init'd, and init it if not
ptitSeb
2022-12-17
1
-26
/
+16
*
Some small fixes for pagesize != 4096
ptitSeb
2022-12-08
1
-1
/
+1
*
Don't init main elf in PltReleader
ptitSeb
2022-12-04
1
-1
/
+1
*
Improved RunElfInitPltResolver function
ptitSeb
2022-12-04
1
-2
/
+6
*
Check if Symbol Elf is inited in PltResolver (helps #422 and #360)
ptitSeb
2022-12-04
1
-7
/
+55
*
Cosmetic change on my_dl_iterate_phdr callback
ptitSeb
2022-11-13
1
-8
/
+8
*
Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...
ptitSeb
2022-11-13
1
-10
/
+12
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
1
-2
/
+2
*
Malloc override (#437)
ptitSeb
2022-10-29
1
-35
/
+9
*
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
2022-10-22
1
-6
/
+42
*
Add SW64 base support (#382)
wannacu
2022-08-11
1
-1
/
+1
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-36
/
+36
*
Fixed a few warnings
ptitSeb
2022-07-17
1
-1
/
+2
*
Improve trace a bit
ptitSeb
2022-07-16
1
-3
/
+3
*
Added a workaround for missing __gxx_personality_v0 function (for #349)
ptitSeb
2022-07-11
1
-3
/
+7
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-1
/
+1
*
Added support for R_X86_64_IRELATIVE reloc, along with a test for it (for #303)
ptitSeb
2022-07-03
1
-0
/
+8
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-7
/
+5
*
Align address when call mprotect
wannacu
2022-07-01
1
-2
/
+3
*
Various small debugging improvments
ptitSeb
2022-06-19
1
-7
/
+4
*
Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...
ptitSeb
2022-06-06
1
-14
/
+20
*
Added some failsafe on unwind
ptitSeb
2022-06-05
1
-1
/
+1
*
Small fixes to the symbol name to avoid overriding by libs
ptitSeb
2022-05-09
1
-2
/
+2
*
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
2022-04-24
1
-9
/
+10
*
Change message to Warning instead of Error for missing Weak GLOB_DAT
ptitSeb
2022-04-06
1
-2
/
+2
*
Fixed some warnings
ptitSeb
2022-03-29
1
-1
/
+1
*
More work around steam and proton/SteamPlay (working, but need also latest bo...
ptitSeb
2022-03-26
1
-0
/
+2
[next]