about summary refs log tree commit diff stats
path: root/src/wrapped (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-21270-0/+0
* | Added 1 function to wrapped libatomic (for #46)ptitSeb2023-07-201-1/+1
* | Added 1 more symbol to wrapped libgtk3 (for #46)ptitSeb2023-07-191-0/+1
* | Added some more wrapped symbols to libx11 and friendsptitSeb2023-07-197-8/+12
* | [WRAPPERS] Generator version bumprajdakin2023-07-17581-581/+581
* | Added a large bunch of wrapped functions to libnss3 and libnspr4ptitSeb2023-07-175-639/+966
* | Actually added execle wrapped function (for #850)ptitSeb2023-07-173-1/+3
* | Added a few wrapped function to libmpg123 (for #820)ptitSeb2023-07-161-0/+3
* | Added wrapped execle (for #850)ptitSeb2023-07-161-2/+32
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-151-1/+0
* | Some fixes to wrapped libgio2 (for #840 and #46)ptitSeb2023-07-141-6/+10
* | [DYNAREC] Fixed an issue with calling native function that return a long doub...ptitSeb2023-07-132-0/+19
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-121-4/+16
* | Added empty wrapped libcap.so.2 and libgomp.so.2ptitSeb2023-07-1211-0/+643
* | Added one more function to wrapped libdbusptitSeb2023-07-104-1/+19
* | Improved wrapping of XextAddDisplay libxext functionptitSeb2023-07-091-68/+243
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-0969-672/+668
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-091-1/+1
* | Better wrapping for __libc_stack_end symbolptitSeb2023-07-083-8/+10
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-082-6/+6
* | 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 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