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
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[ELFLOADER] Added a check if lib version is compatible with what the elf load...
ptitSeb
2023-07-09
1
-1
/
+1
*
|
Better wrapping for __libc_stack_end symbol
ptitSeb
2023-07-08
3
-8
/
+10
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
2
-6
/
+6
*
|
Added __isoc99_swscanf wrapped function to libc for real this time (for #424)
ptitSeb
2023-07-05
3
-1
/
+3
*
|
Added __iso99_swscanf wrapped function to libc (for #424)
ptitSeb
2023-07-05
1
-0
/
+8
*
|
Added some more libxft wrapped function (for #424)
ptitSeb
2023-07-05
1
-6
/
+6
*
|
Added 2 wrapped function for libxft (for #424)
ptitSeb
2023-07-02
1
-2
/
+2
*
|
Fixed signature for wrapped vkGetPhysicalDeviceQueueFamilyProperties2 function
ptitSeb
2023-07-02
1
-1
/
+1
*
|
Better wrapping for libz and liblzma
ptitSeb
2023-07-02
5
-61
/
+152
*
|
Faked libvdpau and added 2 wrapped symbols to libva and steam can stream game...
ptitSeb
2023-06-24
7
-5
/
+108
*
|
[WRAPPER] Added more symbols for nss3 (#853)
Yang Liu
2023-06-23
4
-6
/
+11
*
|
[WRAPPER] Added more gtk functions (#849)
Yang Liu
2023-06-21
14
-18
/
+93
*
|
[WRAPPER] Added more symbols for openssl wrapper (#847)
Yang Liu
2023-06-19
9
-52
/
+560
*
|
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-1
/
+1
*
|
[WRAPPER] Rework on libharfbuzz wrapper (#836)
Yang Liu
2023-06-13
7
-154
/
+1465
*
|
made my_dlsym protected by static mutex (help #829)
ptitSeb
2023-06-10
1
-1
/
+14
*
|
Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu (for...
ptitSeb
2023-06-10
11
-25
/
+159
*
|
Fixed an issue in wrapped execv
ptitSeb
2023-06-10
1
-1
/
+1
*
|
[WRAPPER] Added more libicu wrapped functions (for #829) (#831)
Yang Liu
2023-06-09
7
-2
/
+15
*
|
Added more libicu wrapped function (for #829)
ptitSeb
2023-06-09
5
-0
/
+113
*
|
Added some icu wrapped function (for #829)
ptitSeb
2023-06-09
5
-0
/
+60
*
|
[WRAPPER] Added some more libc wrappers (#826)
Yang Liu
2023-06-08
4
-3
/
+8
*
|
[VULKAN] Added one more extension
ptitSeb
2023-06-06
1
-0
/
+3
*
|
Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-0
/
+1
*
|
Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
|
Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
4
-2
/
+57
*
|
Added a few gstreamer wrapped function
ptitSeb
2023-05-28
2
-6
/
+6
*
|
Added wrapped g_settings_get_uint funciton (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
|
Added GstTaskPoll to gtkclass wrapping
ptitSeb
2023-05-28
1
-0
/
+2
*
|
[WRAPPER] Added some wayland function wrappers (#807)
Yang Liu
2023-05-28
4
-13
/
+18
*
|
[DYNAREC] Do not track memory that is not accessible (should save some memory)
ptitSeb
2023-05-28
1
-4
/
+11
*
|
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
6
-4
/
+61
*
|
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
4
-35
/
+10
*
|
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
4
-8
/
+20
*
|
Added 1 libx11 symbol for #758 (#776)
Yang Liu
2023-05-11
1
-1
/
+1
*
|
Optimized Exit bridge managment
ptitSeb
2023-05-10
1
-2
/
+2
*
|
Improved custom memory allocator
ptitSeb
2023-05-10
1
-1
/
+1
*
|
Added some more libgstreamer wrapped functions
ptitSeb
2023-05-09
7
-8
/
+44
*
|
Added a few wrapped function to gcrypt and gnutls
ptitSeb
2023-05-08
2
-1
/
+8
*
|
Hide segfault on quit from my_exit too
ptitSeb
2023-05-08
1
-0
/
+2
*
|
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-2
/
+8
*
|
Added 4 XXX_chk function to wrapped libc (for #769)
ptitSeb
2023-05-08
4
-4
/
+14
*
|
Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress (i...
ptitSeb
2023-05-07
2
-5
/
+8
*
|
[WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)
Yang Liu
2023-05-07
60
-1461
/
+1461
*
|
Improved handling of x86_64 47bits memory (should help #763)
ptitSeb
2023-05-05
1
-3
/
+3
*
|
Added some mpg123 wrapped functions (#762)
Yang Liu
2023-05-05
4
-11
/
+16
*
|
Added u_uastrncpy_XX to wrapped libicuXX (for #293)
ptitSeb
2023-05-01
2
-0
/
+2
*
|
Introduced RunFunctionFmt (should help RV64 and other signe extended platform...
ptitSeb
2023-04-28
9
-61
/
+69
*
|
Added wrapped libharfbuzz
ptitSeb
2023-04-28
8
-0
/
+629
*
|
Fix for local library open using dlopen that are then promoted to global with...
ptitSeb
2023-04-28
1
-0
/
+2
|
/
[prev]
[next]