about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
* Faked libvdpau and added 2 wrapped symbols to libva and steam can stream game...ptitSeb2023-06-247-5/+108
* [WRAPPER] Added more symbols for nss3 (#853)Yang Liu2023-06-234-6/+11
* [WRAPPER] Added more gtk functions (#849)Yang Liu2023-06-2114-18/+93
* [WRAPPER] Added more symbols for openssl wrapper (#847)Yang Liu2023-06-199-52/+560
* Added ability to trace and dump 32bits codeptitSeb2023-06-171-1/+1
* [WRAPPER] Rework on libharfbuzz wrapper (#836)Yang Liu2023-06-137-154/+1465
* made my_dlsym protected by static mutex (help #829)ptitSeb2023-06-101-1/+14
* Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu (for...ptitSeb2023-06-1011-25/+159
* Fixed an issue in wrapped execvptitSeb2023-06-101-1/+1
* [WRAPPER] Added more libicu wrapped functions (for #829) (#831)Yang Liu2023-06-097-2/+15
* Added more libicu wrapped function (for #829)ptitSeb2023-06-095-0/+113
* Added some icu wrapped function (for #829)ptitSeb2023-06-095-0/+60
* [WRAPPER] Added some more libc wrappers (#826)Yang Liu2023-06-084-3/+8
* [VULKAN] Added one more extensionptitSeb2023-06-061-0/+3
* Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809)ptitSeb2023-05-281-0/+1
* Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809)ptitSeb2023-05-281-1/+1
* Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809)ptitSeb2023-05-284-2/+57
* Added a few gstreamer wrapped functionptitSeb2023-05-282-6/+6
* Added wrapped g_settings_get_uint funciton (for #809)ptitSeb2023-05-281-1/+1
* Added GstTaskPoll to gtkclass wrappingptitSeb2023-05-281-0/+2
* [WRAPPER] Added some wayland function wrappers (#807)Yang Liu2023-05-284-13/+18
* [DYNAREC] Do not track memory that is not accessible (should save some memory)ptitSeb2023-05-281-4/+11
* [WRAPPER] Added 4 more libc dprintf wrappers (#798)Yang Liu2023-05-226-4/+61
* [WRAPPER] Added vwprintf (#794)Yang Liu2023-05-204-35/+10
* [WRAPPER] Added 1 more symbol for libc (for #787) (#788)Yang Liu2023-05-154-8/+20
* Added 1 libx11 symbol for #758 (#776)Yang Liu2023-05-111-1/+1
* Optimized Exit bridge managmentptitSeb2023-05-101-2/+2
* Improved custom memory allocatorptitSeb2023-05-101-1/+1
* Added some more libgstreamer wrapped functionsptitSeb2023-05-097-8/+44
* Added a few wrapped function to gcrypt and gnutlsptitSeb2023-05-082-1/+8
* Hide segfault on quit from my_exit tooptitSeb2023-05-081-0/+2
* Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+8
* Added 4 XXX_chk function to wrapped libc (for #769)ptitSeb2023-05-084-4/+14
* Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress (i...ptitSeb2023-05-072-5/+8
* [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-0760-1461/+1461
* Improved handling of x86_64 47bits memory (should help #763)ptitSeb2023-05-051-3/+3
* Added some mpg123 wrapped functions (#762)Yang Liu2023-05-054-11/+16
* Added u_uastrncpy_XX to wrapped libicuXX (for #293)ptitSeb2023-05-012-0/+2
* Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-289-61/+69
* Added wrapped libharfbuzzptitSeb2023-04-288-0/+629
* Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-281-0/+2
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb2023-04-261-1/+13
* Used wrapperhelper a bit on wraped libcrypto3ptitSeb2023-04-264-284/+361
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-251-7/+5
* Used wrapperhelper on wrapped gtk3 and gdk3ptitSeb2023-04-245-773/+787
* Used wrapperhelper on wrapped libX11ptitSeb2023-04-244-600/+859
* Used wrapperhelper on SDL2 and friendsptitSeb2023-04-248-169/+145
* Used wrapperhelper on SDL1.2 and friendsptitSeb2023-04-248-57/+100
* Used wrapperhelper on wrapped pulseaudioptitSeb2023-04-244-34/+24
* Used wrapperhelper on wrapped liblzmaptitSeb2023-04-244-41/+71