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
*
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
*
Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...
ptitSeb
2023-04-26
1
-1
/
+13
*
Used wrapperhelper a bit on wraped libcrypto3
ptitSeb
2023-04-26
4
-284
/
+361
*
Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)
ptitSeb
2023-04-25
1
-7
/
+5
*
Used wrapperhelper on wrapped gtk3 and gdk3
ptitSeb
2023-04-24
5
-773
/
+787
*
Used wrapperhelper on wrapped libX11
ptitSeb
2023-04-24
4
-600
/
+859
*
Used wrapperhelper on SDL2 and friends
ptitSeb
2023-04-24
8
-169
/
+145
*
Used wrapperhelper on SDL1.2 and friends
ptitSeb
2023-04-24
8
-57
/
+100
*
Used wrapperhelper on wrapped pulseaudio
ptitSeb
2023-04-24
4
-34
/
+24
*
Used wrapperhelper on wrapped liblzma
ptitSeb
2023-04-24
4
-41
/
+71
[next]