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
*
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
*
Fixed dynarec builds
ptitSeb
2021-04-14
1
-1
/
+1
*
Oops-es
rajdakin
2021-04-14
1
-6
/
+8
*
Second pass
rajdakin
2021-04-14
1
-0
/
+1
*
First pass
rajdakin
2021-04-14
4
-136
/
+121
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-1
/
+1
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-4
/
+4
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-6
/
+6
*
Small fix for dl_iterate_phdr
ptitSeb
2021-04-03
1
-1
/
+1
*
Changed LOG Level of dl_iterate_phdr warning
ptitSeb
2021-04-02
1
-1
/
+1
*
Minor change to elfloader
ptitSeb
2021-04-02
1
-1
/
+2
*
Change Elfloader handling of R_X86_64_GLOB_DAT with R_X86_64_COPY by preapply...
ptitSeb
2021-04-02
1
-3
/
+6
*
Set stack alignment to be 16bytes minimum
ptitSeb
2021-03-26
1
-1
/
+1
*
Avoid to much much warning mesage when searching for a correct lib binary
ptitSeb
2021-03-26
1
-1
/
+6
*
Added wrapped libgnutls
ptitSeb
2021-03-25
1
-1
/
+0
*
Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfix
ptitSeb
2021-03-25
1
-1
/
+2
*
Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...
ptitSeb
2021-03-25
2
-8
/
+10
*
More libc wrapped symbols
ptitSeb
2021-03-25
1
-0
/
+21
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-1
/
+1
*
Fixed R_X86_64_64 handling is elfloader
ptitSeb
2021-03-25
1
-4
/
+7
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-4
/
+4
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
1
-1
/
+1
*
Fixed typo in an error message
ptitSeb
2021-03-09
1
-1
/
+1
*
Added special case for stdin/stdout/stderr in elfloader R_X86_64_COPY handling
ptitSeb
2021-03-08
1
-1
/
+9
*
Small adjustment for __pthread_unwind_next (but still crashing on aarch64)
ptitSeb
2021-03-07
1
-0
/
+1
*
More work on elfloader reloc and addend handling
ptitSeb
2021-03-06
1
-6
/
+6
*
More work on elfloader and relocation (and tls)
ptitSeb
2021-03-06
3
-21
/
+148
*
More work on wrapped lib and elf relocations
ptitSeb
2021-03-06
1
-1
/
+1
*
Added calloc and free wrapped functions
ptitSeb
2021-03-05
1
-1
/
+1
*
Fixed PltResolver slot handling
ptitSeb
2021-03-05
1
-2
/
+4
[next]