about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [DYNAREC] Added D9 opcodesptitSeb2021-04-036-6/+369
* [DYNAREC] Better 0F 77 EMMS emulationptitSeb2021-04-033-2/+5
* [DYNAREC] Added F3 0F 52 opcodeptitSeb2021-04-032-0/+31
* [DYNAREC] Added F3 0F E6 opcodeptitSeb2021-04-031-0/+10
* [DYNAREC] Added 66 03/C6 opcodesptitSeb2021-04-031-1/+37
* Better trace for strcmpptitSeb2021-04-031-0/+3
* Added wrapped pwrite functionptitSeb2021-04-031-1/+1
* Changed the way alignment of mutex is doneptitSeb2021-04-032-6/+50
* Small fix for dl_iterate_phdrptitSeb2021-04-031-1/+1
* Better trace for opendir and strlenptitSeb2021-04-031-0/+7
* Added 64 00..35/C6 opcodesptitSeb2021-04-021-10/+57
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-024-5/+9
* [DYNAREC] Fixed 0F 5D/5F/6E/6F opcodesptitSeb2021-04-021-9/+9
* [DYNAREC] Added 66 0F E0 opcodeptitSeb2021-04-021-0/+8
* [DYNAREC] Added 0F E8/E9 opcodes and fixed 0F E7 opcodeptitSeb2021-04-021-8/+22
* [DYNAREC] Added 66 AB opcodesptitSeb2021-04-021-0/+23
* [DYNAREC] Added 0F D8/D9/DC/DD opcodesptitSeb2021-04-021-0/+29
* [DYNAREC] Added 0F DB opcodeptitSeb2021-04-021-0/+8
* [DYNAREC] Added 0F 73 opcodeptitSeb2021-04-022-0/+44
* [DYNAREC] Added 0F 38 00 opcodeptitSeb2021-04-021-0/+10
* [DYNAREC] Added 0F 38 0B opcodeptitSeb2021-04-021-0/+8
* Added 66 0F 38 0B opcode ([DYNAREC] too)ptitSeb2021-04-024-0/+40
* Added 0F E0 opcode ([DYNAREC] too)ptitSeb2021-04-024-1/+57
* Added 0F E7 opcode ([DYNAREC] too)ptitSeb2021-04-022-1/+22
* Added wrapped swscanfptitSeb2021-04-024-1/+104
* [DYNAREC] Fixed SQXTUN2_8 emiter, and so 66 0F 67 opcodeptitSeb2021-04-021-8/+6
* Fixed trace on mremapptitSeb2021-04-021-1/+2
* Changed LOG Level of dl_iterate_phdr warningptitSeb2021-04-021-1/+1
* [DYNAREC] Fixed CSETM printerptitSeb2021-04-021-1/+1
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-023-0/+45
* Minor change to elfloaderptitSeb2021-04-021-1/+2
* Better trace for mmap64ptitSeb2021-04-021-0/+3
* Change Elfloader handling of R_X86_64_GLOB_DAT with R_X86_64_COPY by preapply...ptitSeb2021-04-021-3/+6
* Added wrapped rawmemchr functionptitSeb2021-04-021-2/+2
* Added wrapped libutilptitSeb2021-04-023-1/+52
* Just to be sure the sign is extended to 64bitsptitSeb2021-04-011-1/+1
* Better trace for mkdirptitSeb2021-04-011-0/+4
* Added a few more libc wrapped functionsptitSeb2021-04-011-4/+4
* Added libs64 as default LD_LIBRARY_PATHptitSeb2021-04-011-1/+1
* Try to add 0F AE /7 CLFLUSH opcodeptitSeb2021-04-011-0/+5
* Added some more libc wrapped functionsptitSeb2021-04-014-3/+7
* Try to setup some kind of Stack Frame on new threadptitSeb2021-04-011-0/+2
* Added wrapped glob64 and freeglob64 functionsptitSeb2021-04-012-6/+4
* Added F0 FF opcodesptitSeb2021-04-011-0/+61
* Added wrapped fdatasync functionptitSeb2021-04-011-1/+1
* Added 67 89 opcodeptitSeb2021-04-011-0/+15
* [DYNAREC] Added 0F 51 opcodeptitSeb2021-04-011-0/+8
* [DYNAREC] Small Fix for 67 8D opcodeptitSeb2021-04-011-1/+5
* [DYNAREC] Fixed F3 0F 70 opcodeptitSeb2021-04-011-2/+2
* Small change to 67 C1 opcodeptitSeb2021-04-011-1/+1