about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Emit a SIGILL on Illegal FF opcode (and better trace for it). Also fixed some...ptitSeb2023-07-261-11/+8
* add /usr/x86_64-linux-gnu/lib to the shared library search pathJohannes Schauer Marin Rodrigues2023-07-231-0/+2
* [DYNAREC] Improvments to BOX64_DYNAREC_FORWARD handlingptitSeb2023-07-231-7/+14
* [32BITS] Added C4 and C5 opcodesptitSeb2023-07-231-1/+26
* [32BITS] added D6 undocumented opcodeptitSeb2023-07-232-2/+21
* [DYNAREC] Added more info when FillBlock generate a segfaultptitSeb2023-07-231-0/+1
* [ARM64_DYNAREC] Fixed invalid DE opcodes handlingptitSeb2023-07-231-1/+2
* [325BITS][ARM64_DYNAREC] Improved 66 50-5F opcodesptitSeb2023-07-231-18/+18
* [32BITS] Added 66 50-5F opcodes ([ARM64_DYNAREC] too, and fixed 66 61 opcode)ptitSeb2023-07-232-30/+98
* [32BITS] Added 66 FF /6 opcode ([ARM64_DYNAREC] too)ptitSeb2023-07-232-4/+16
* Removed a debug leftoverptitSeb2023-07-221-3/+3
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-228-24/+79
* Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...ptitSeb2023-07-226-6/+19
* [TRACE] Fixed crash when tracing a function that is not defined in main at be...ptitSeb2023-07-221-0/+5
* Merge pull request #896 from josch/exeptitSeb2023-07-21383-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-21383-0/+0
* | Added 1 function to wrapped libatomic (for #46)ptitSeb2023-07-201-1/+1
* | Added 67 0F 11 opcode ([ARM64_DYNAREC] too) (for #892)ptitSeb2023-07-192-0/+35
* | 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 67 F3 0F 6F opcode ([ARM64_DYNAREC] too) (for #873 / steam on wow64)ptitSeb2023-07-172-0/+20
* | Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888)ptitSeb2023-07-172-2/+13
* | Added 0F D4 opcode ([ARM64_DYNAREC] too)ptitSeb2023-07-173-2/+17
* | Added a large bunch of wrapped functions to libnss3 and libnspr4ptitSeb2023-07-175-639/+966
* | [DYNAREC] Small cosmetic change in updateNeed utility functionptitSeb2023-07-171-2/+2
* | 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
* | [ARM64_DYNAREC] Fixed an issue with GB high extraction/re-insertion (for #867...ptitSeb2023-07-161-3/+3
* | Added wrapped execle (for #850)ptitSeb2023-07-161-2/+32
* | [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-165-0/+91
* | Fixed some warnings/build errorsptitSeb2023-07-161-1/+2
* | Fixed some of 16bits opcodes ([ARM64_DYNAREC] too)ptitSeb2023-07-162-7/+7
* | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...ptitSeb2023-07-155-5/+15
* | [DYNAREC] Better handling if wrapped function that return float/double in x87...ptitSeb2023-07-142-6/+10
* | [ARM64_DYNAREC] Added 66 9C/9D opcodes (mostly for 32bits)ptitSeb2023-07-142-0/+26
* | Added 66 9C/9D opcodes (mostly for 32bits)ptitSeb2023-07-141-0/+10
* | [DYNAREC] Fixed an issue with forward jump state retreivalptitSeb2023-07-141-0/+7
* | 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-137-8/+31
* | Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...ptitSeb2023-07-123-9/+70
* | Added empty wrapped libcap.so.2 and libgomp.so.2ptitSeb2023-07-1212-0/+645
* | Added more path option when searching for x86_64 librariesptitSeb2023-07-121-0/+7
* | Improved handling of malloc_hack_2ptitSeb2023-07-124-15/+38
* | [DYNAREC] Used uwrapped malloc functions for dynarecptitSeb2023-07-121-4/+4
* | Added one more function to wrapped libdbusptitSeb2023-07-104-1/+19
* | Improved wrapping of XextAddDisplay libxext functionptitSeb2023-07-091-68/+243
* | Fixed previous commitptitSeb2023-07-091-3/+2
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-0978-766/+756
* | [ELFLOADER] Added a check if lib version is compatible with what the elf load...ptitSeb2023-07-099-34/+91