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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
3
-76
/
+76
*
Fixed a few warnings
ptitSeb
2022-07-17
2
-3
/
+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
2
-37
/
+41
*
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
2
-1
/
+5
*
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
*
Various small fixes and warning removal
ptitSeb
2022-04-11
1
-1
/
+1
*
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
*
Added [stack] to the generated maps file
ptitSeb
2022-03-08
1
-0
/
+7
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
2
-1
/
+14
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-0
/
+13
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
4
-0
/
+752
*
Fixed elfloader symbol version searching (in sync with box86)
ptitSeb
2022-01-22
1
-5
/
+7
*
Another attempt to make the function to find versionned symbol more resiliant
ptitSeb
2022-01-08
1
-8
/
+9
*
Made the missing symbol workaround more resiliant
ptitSeb
2022-01-05
1
-2
/
+5
*
Added a warning if launching a binary with a preinit array
ptitSeb
2022-01-05
1
-0
/
+4
*
Added a Workaround when dlsym a native (versionned) symbol without default ve...
ptitSeb
2022-01-05
1
-0
/
+65
*
Added some drm related wrapped libs (from box86)
ptitSeb
2021-12-31
1
-25
/
+25
*
Changed elfloader a bit to merge elf memory block if close enough (help load ...
ptitSeb
2021-11-18
1
-1
/
+1
*
Small fix for elfloader
ptitSeb
2021-10-05
1
-5
/
+5
*
Fixed some elf loading issues (like Torchlight2)
ptitSeb
2021-09-23
1
-3
/
+7
*
Fixed a bug with some TLS relocation when symbol is in another elf (helps c++...
ptitSeb
2021-09-19
1
-3
/
+3
*
Try to use mmap first when loading elf file into memory
ptitSeb
2021-09-12
1
-6
/
+10
*
Remove useless Error message on data_start not found
ptitSeb
2021-07-12
1
-2
/
+2
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
1
-12
/
+19
*
Fixed R_X86_64_TPOFF64 reloc on local elf (should help #31)
ptitSeb
2021-07-05
1
-4
/
+4
*
Try to speedup a bit FindR64COPYRel
ptitSeb
2021-07-05
1
-8
/
+10
*
Improved TLS handling (for #17, but probably help many other programs)
ptitSeb
2021-07-04
2
-10
/
+30
*
Fixed a typo
ptitSeb
2021-07-02
1
-2
/
+2
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-0
/
+2
*
More improvments to elfloader
ptitSeb
2021-06-23
1
-8
/
+25
*
Added some speicifc workaround for libcef (staticaly linked with tcmalloc)
ptitSeb
2021-06-15
1
-2
/
+34
*
Rephrased a comment
ptitSeb
2021-06-03
1
-1
/
+1
*
Improved elfloader with COPY and GLOBAL reloc with version
ptitSeb
2021-06-03
1
-5
/
+6
*
Added fallback to no version in PltResolver for ver=0 symbol not found
ptitSeb
2021-06-02
1
-0
/
+2
*
Added some support for R_X86_64_TLSDESC relocation
ptitSeb
2021-05-30
1
-2
/
+29
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
4
-133
/
+296
*
Splited Elf Dump from LOG handling
ptitSeb
2021-05-28
3
-91
/
+91
*
Small hack on elfloader (for Torchlight2 and Unity3D and Dosbox)
ptitSeb
2021-05-16
1
-8
/
+12
*
Improvments to ElfLoader Reloc handling and Reload of memory
ptitSeb
2021-04-19
1
-11
/
+19
*
Improved elfloader
ptitSeb
2021-04-14
1
-23
/
+25
[prev]
[next]