about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added one more function to libX11ptitSeb2022-09-121-1/+1
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-122-5/+17
* Added some wrapped function to libgio, libgdk3 and libxiptitSeb2022-09-126-15/+21
* Added many wrapped function to libva and friendsptitSeb2022-09-117-51/+85
* Added a few more wrapped libnss3 functionsptitSeb2022-09-114-2/+7
* Some more wrapping on AtkUtilsptitSeb2022-09-117-8/+91
* Added syscall 297ptitSeb2022-09-111-0/+1
* Added empty wrapped libva and friendsptitSeb2022-09-1022-0/+342
* Added some more GL/GLES extensionsptitSeb2022-09-107-4/+236
* Added localtime64 and localtime64_r in case they existsptitSeb2022-09-101-0/+2
* Fixed an issue with dlsym(RTLD_NEXT, ...) not always finding the symbolsptitSeb2022-09-101-1/+1
* Added empty wrapped libfreebl3ptitSeb2022-09-107-0/+66
* Added a few more extensions to wrapped libGLptitSeb2022-09-101-1/+8
* Added a few libnss3 wrapped functionsptitSeb2022-09-104-3/+8
* Added special case for pthread_kill because behaviour changed with glibc 2.34ptitSeb2022-09-104-0/+30
* Added wprintw wrapped function to ncurses and ncurses6 lib (for #401)ptitSeb2022-09-087-2/+24
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-085-8/+41
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-044-32/+35
* Limit all libc mmap to 47bits maxptitSeb2022-09-041-2/+2
* Make StrongMem emulation level 2 strongerptitSeb2022-09-042-6/+24
* Fixed x86/x86_64 binary detection (for #399)ptitSeb2022-08-311-2/+4
* small improvment to x64/x86 signature detectionptitSeb2022-08-301-10/+4
* Added 1 libxi wrapped functionptitSeb2022-08-281-2/+2
* Added 1 wrapped function to gtk3ptitSeb2022-08-281-0/+1
* Fixed gtk_get_major/minor/micro version wrapped function to gtk2ptitSeb2022-08-281-3/+4
* Added gtk_get_major/minor/micro version wrapped function to gtk2ptitSeb2022-08-281-0/+3
* Added a few more FAudio wrapped functionsptitSeb2022-08-281-11/+11
* Added some CERT function to wrapped libnss3 (for #375)ptitSeb2022-08-131-2/+2
* Fixed a warningptitSeb2022-08-111-0/+1
* Add SW64 base support (#382)wannacu2022-08-115-1/+55
* Fixed issue with last RIP handling refactorptitSeb2022-08-101-1/+1
* Some cleanupptitSeb2022-08-105-1/+8
* Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)ptitSeb2022-08-092-16/+27
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-0630-406/+434
* Fixed a warningptitSeb2022-08-061-2/+2
* Also use __libc_memalign instead of posix_memalignptitSeb2022-08-063-7/+12
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-0629-390/+438
* Backport SDL_DYNAPI_entry wrapper from box86. (#374)João Henrique2022-08-063-1/+941
* Added a new extension to wrapped libGLptitSeb2022-07-311-1/+4
* Small improvment in signal handlingptitSeb2022-07-301-7/+8
* Added some wayland wrapped libs (partial)ptitSeb2022-07-3017-0/+296
* Small changed to wrapped exit functionptitSeb2022-07-301-0/+1
* Fixed wrapped gtk_tree_store_new functionptitSeb2022-07-301-1/+1
* Small improvment to BOX64_ROLLING_LOG=1ptitSeb2022-07-302-3/+3
* Better trace for readlinkptitSeb2022-07-301-0/+4
* Added a few more wrapped nns3 and nspr4 functionsptitSeb2022-07-305-6/+11
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-303-0/+85
* Added wrapped g_signal_override_class_handler functionptitSeb2022-07-304-1/+8
* Fixed CERT_PKIXVerifyCert that can have a well hiden callback...ptitSeb2022-07-306-7/+86
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-307-6/+57