about summary refs log tree commit diff stats
path: root/src/include/box64stack.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-03Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb4-33/+68
2022-07-03Show some value around RSP when a Signal is dumpedptitSeb1-0/+4
2022-07-02[DYNAREC] Fixed an issue with unwinding x86 address from signalptitSeb1-1/+2
2022-07-01Added syscall 231 (for #333)ptitSeb1-0/+1
2022-07-01Align address when call mprotectwannacu1-2/+3
2022-06-30Fixed a regression preventing wine-preloader to work correctlyptitSeb1-1/+1
2022-06-30Added syscall 270 (for #333)ptitSeb1-0/+1
2022-06-30Added syscall 27 (for #333)ptitSeb1-0/+1
2022-06-30Enable 64k page size eg Ampere A1.Martin Reed2-1/+9
2022-06-29Added one libssl wrapped functions (for #331)ptitSeb1-1/+1
2022-06-29Added 2 libssl wrapped functions (for #331)ptitSeb1-2/+2
2022-06-28Fixed printf_log for __cx_pure_virtual functionptitSeb1-1/+1
2022-06-28Added one libssl wrapped functions with reverse callback (for #331)ptitSeb4-1/+21
2022-06-28Added one more libssl wrapped functions (for #331)ptitSeb1-1/+1
2022-06-28Added one libssl wrapped functions (for #331)ptitSeb1-0/+1
2022-06-28Added one libcrypto wrapped functions (for #331)ptitSeb1-1/+1
2022-06-28Added one libssl wrapped functions (for #331)ptitSeb4-0/+6
2022-06-28Added a few more libssl wrapped functions (for #331)ptitSeb1-0/+3
2022-06-26Fixed some potential issue for eroneous execv call (fixes some infinite loopi...ptitSeb1-2/+2
2022-06-26Removed blockempty call in freeProtection, as the call is slow, at the expans...ptitSeb1-5/+10
2022-06-26Also changed the other wrapped __Xstat(64) function to accept a NULL bufferptitSeb1-11/+15
2022-06-26Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars)ptitSeb1-2/+3
2022-06-26Improved a bit HotPage handling (might help Terraria and RimWorld, maybe other)ptitSeb1-3/+37
2022-06-26Added one more FAudio wrapped function (for Terraria)ptitSeb1-1/+1
2022-06-26Added SDL_LoadFile wrapped function (helps Terraria)ptitSeb1-0/+1
2022-06-25Added a couple of wrapped function to libssl and libcrypto (for #330)ptitSeb2-1/+2
2022-06-25[DYNAREC] Remove assert, the test is not relevent anymoreptitSeb1-1/+0
2022-06-25[DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...ptitSeb1-3/+3
2022-06-25[DYNAREC] Added CPU Dump on Signal to help debugging (only if signal inside a...ptitSeb1-0/+10
2022-06-25[DYNAREC] Fixed a typo when turning off DynarecptitSeb1-1/+1
2022-06-25[DYNAREC] Added BRK emitter, to help debuggingptitSeb1-0/+4
2022-06-21Rollback the signal/return address change limitptitSeb1-8/+5
2022-06-19[DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in Un...ptitSeb1-1/+14
2022-06-19Various small debugging improvmentsptitSeb5-20/+26
2022-06-19Do not prefer emulated on 32bits pressure vessels for now (helps winegstreame...ptitSeb1-1/+1
2022-06-19Change process name (hidding box64, helps mesa find the correct hack for some...ptitSeb1-0/+23
2022-06-19Update main.cJai A P1-1/+1
2022-06-19Better handling of LD_PRELOAD librariesptitSeb1-3/+4
2022-06-11More work on libfuse (some AppImage now runs)ptitSeb6-68/+372
2022-06-11[DYNAREC] added 67 8B opcodeptitSeb1-0/+12
2022-06-11Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2-0/+125
2022-06-11[DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcodeptitSeb1-0/+5
2022-06-11Fixed a potential crash with previous commitptitSeb1-1/+1
2022-06-11Added support to load different libs with same name from different folders (f...ptitSeb1-4/+9
2022-06-11Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2-1/+29
2022-06-11Added __cxa_pure_virtual wrapped function (for #299)ptitSeb4-0/+11
2022-06-11Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb6-2/+24
2022-06-08Fix typos and arch type stringPierce Andjelkovic2-5/+5
2022-06-06Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...ptitSeb3-14/+23
2022-06-06Added one more GL extensionptitSeb4-0/+11