about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a couple of wrapped libc function (will help #65 among other)ptitSeb2021-07-194-3/+13
* Added a few more lzma wrapped functionsptitSeb2021-07-186-7/+139
* Made IRETQ to restore RSP and SS ([DYNAREC] too) (helps Wine64 exceptions han...ptitSeb2021-07-172-0/+17
* Less log for generated signalsptitSeb2021-07-171-1/+1
* Added the macro, for later use (maybe)ptitSeb2021-07-171-0/+2
* don't try to restore pointer in my___libc_start_main if quit is true for curr...ptitSeb2021-07-171-3/+5
* [DYNAREC] Try to avoid segfault when discovering natuve function durring buil...ptitSeb2021-07-171-1/+2
* [DYNAREC] Added 8F opcode and improved 8C oneptitSeb2021-07-171-3/+20
* Added 66 8C opcode (for #61)ptitSeb2021-07-161-1/+8
* [DYNAREC] Fixed a potential deadlock (for #64, thx again)ptitSeb2021-07-161-1/+3
* Added syscall 12 (for #45)ptitSeb2021-07-151-1/+2
* Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)ptitSeb2021-07-153-9/+25
* [DYNAREC] Don't limit the retry pattern on access error signal, as it often h...ptitSeb2021-07-151-1/+1
* Added 1 wrapped function to libX11 (for #56)ptitSeb2021-07-141-2/+2
* [DYNAREC] Fixed P flag computation for Test32 emiter (help #34)ptitSeb2021-07-141-1/+1
* Fixed regression introduced with 27d79eddec (for #54)ptitSeb2021-07-141-1/+1
* Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...ptitSeb2021-07-143-4/+13
* Try to make the 32bits mmap more resiliantptitSeb2021-07-141-0/+9
* Added some xml2 wrapped functions (for #44)ptitSeb2021-07-136-5/+27
* Added some posix_* wrapped functions (for #44)ptitSeb2021-07-131-15/+13
* Added wrapped libmpg123 (for #53)ptitSeb2021-07-137-1/+361
* Added 1 more wrapped function and fixed signature of 2 otherptitSeb2021-07-134-8/+11
* Added 1 wrapped libc functionptitSeb2021-07-131-1/+1
* More wrapped functions (for #44)ptitSeb2021-07-135-11/+26
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-137-22/+24
* Added a couple of libc wrapped functionsptitSeb2021-07-131-2/+2
* Added a few more libc wrapped functions (for #41)ptitSeb2021-07-131-4/+4
* Fixed ELF Signature detectionptitSeb2021-07-122-10/+18
* Added 2 more libc wrapped function (for #44)ptitSeb2021-07-126-2/+16
* Fix memory issue when launching box86 from box64 mainptitSeb2021-07-121-3/+5
* Added more libc wrapped function (for #44)ptitSeb2021-07-124-10/+30
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-125-29/+74
* Added a bunch of wrapped libc function (for #41)ptitSeb2021-07-124-23/+50
* [DYNAREC] Fixed shrd/shld emiter when both regs are the same (for #33)ptitSeb2021-07-121-4/+4
* Added 1 wrapped libc function (for #44)ptitSeb2021-07-121-1/+1
* Added some more libc wrapped functionsptitSeb2021-07-127-16/+60
* Remove useless Error message on data_start not foundptitSeb2021-07-121-2/+2
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-128-35/+47
* Added 66 0F 3A 0A opcode (for #33)ptitSeb2021-07-111-0/+24
* Added 66 0F 3A 20 opcode (for #33)ptitSeb2021-07-111-0/+7
* Added 66 0F 38 14 opcode (for #33)ptitSeb2021-07-111-0/+10
* Fixed 66 0F 3A 0E opcode (for #33)ptitSeb2021-07-111-12/+11
* Added 66 0F 38 0E opcode (for #33)ptitSeb2021-07-111-0/+11
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-1110-45/+62
* [DYNAREC] Stop building block if protection of next byte is 0 without the Cus...ptitSeb2021-07-101-1/+1
* Fixed some issue with memory protection trackingptitSeb2021-07-101-5/+6
* (Re?)add 66 0F 38 17 opcodeptitSeb2021-07-101-0/+8
* Added 67 E8 opcode ([DYNAREC] too) (for #45)ptitSeb2021-07-102-0/+10
* Added memmem wrapped function (for #33)ptitSeb2021-07-104-1/+6
* Added C2 opcode (for #44)ptitSeb2021-07-091-1/+6