about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ELFLOADER] Added a check if lib version is compatible with what the elf ↵ptitSeb2023-07-091-1/+1
| | | | | | | | loading it wants (helps Linux games on Steam)
* | Better wrapping for __libc_stack_end symbolptitSeb2023-07-083-8/+10
| |
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ptitSeb2023-07-082-6/+6
| | | | | | | | heroic and other libcef based software)
* | Added __isoc99_swscanf wrapped function to libc for real this time (for #424)ptitSeb2023-07-053-1/+3
| |
* | Added __iso99_swscanf wrapped function to libc (for #424)ptitSeb2023-07-051-0/+8
| |
* | Added some more libxft wrapped function (for #424)ptitSeb2023-07-051-6/+6
| |
* | Added 2 wrapped function for libxft (for #424)ptitSeb2023-07-021-2/+2
| |
* | Fixed signature for wrapped vkGetPhysicalDeviceQueueFamilyProperties2 functionptitSeb2023-07-021-1/+1
| |
* | Better wrapping for libz and liblzmaptitSeb2023-07-025-61/+152
| |
* | Faked libvdpau and added 2 wrapped symbols to libva and steam can stream ↵ptitSeb2023-06-247-5/+108
| | | | | | | | games again
* | [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 gtk functions * Fixed some gtk wrappers
* | [WRAPPER] Added more symbols for openssl wrapper (#847)Yang Liu2023-06-199-52/+560
| | | | | | | | | | * Added more symbols for openssl * Added more symbols for openssl
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-1/+1
| |
* | [WRAPPER] Rework on libharfbuzz wrapper (#836)Yang Liu2023-06-137-154/+1465
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework of libharfbuzz, part 1 * Rework of libharfbuzz, part 2 * Rework of libharfbuzz, part 3 * Rework of libharfbuzz, part 4 * Rework of libharfbuzz, part 5 * Fixed typo * Fixed typo * Rework of libharfbuzz, part 6 * Rework of libharfbuzz, part 7 * Done
* | 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 ↵ptitSeb2023-06-1011-25/+159
| | | | | | | | (for #829)
* | 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 ↵ptitSeb2023-05-072-5/+8
| | | | | | | | (in sync with the others)
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-0760-1461/+1461
| | | | | | | | | | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L
* | 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 some mpg123 wrapped functions * Added a warning to wrapperhelper README
* | Added u_uastrncpy_XX to wrapped libicuXX (for #293)ptitSeb2023-05-012-0/+2
| |
* | Introduced RunFunctionFmt (should help RV64 and other signe extended ↵ptitSeb2023-04-289-61/+69
| | | | | | | | platform), conversion not finished
* | Added wrapped libharfbuzzptitSeb2023-04-288-0/+629
| |
* | Fix for local library open using dlopen that are then promoted to global ↵ptitSeb2023-04-281-0/+2
|/ | | | with another dlopen (help java 17, probably other too)