about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [DYNAREC] Added 66 0F E6 opcodeptitSeb2021-04-011-0/+25
* [DYNAREC] Small change to 8D opcodeptitSeb2021-04-011-1/+2
* [DYNAREC] Fixed 67 8D opcde, and remove hack for 67 REX.W, it was wrongptitSeb2021-04-014-6/+123
* [DYNAREC] Added 66 0F 5C opcodeptitSeb2021-04-011-0/+7
* Added wrapped fchmodat functionptitSeb2021-04-011-1/+1
* [DYNAREC] Added 66 0F 58/59 opcodeptitSeb2021-04-011-1/+14
* Added 67 C1 opcodeptitSeb2021-04-011-1/+116
* [DYNAREC] Handling 67 REX.W as just REX.WptitSeb2021-04-011-0/+3
* [DYNAREC] Added 66 0F F5 opcodeptitSeb2021-04-012-8/+18
* Added 0F 31 opcode ([DYNAREC] too)ptitSeb2021-04-012-0/+13
* [DYNAREC] Added 66 0F C6 opcodeptitSeb2021-04-011-0/+20
* Added 66 0F 3A 0F opcode ([DYNAREC] too)ptitSeb2021-04-012-0/+48
* Cosmetic changeptitSeb2021-04-011-2/+0
* Wrapped malloc to call calloc instead (not sure it's really needed)ptitSeb2021-04-012-6/+3
* Better trace for XCreateWindowptitSeb2021-04-011-0/+7
* Fixed 0F 7E opcode, plus a few other small changesptitSeb2021-04-011-16/+19
* [DYNAREC] Small optim of 0F 6E opcodeptitSeb2021-04-011-5/+14
* [DYNAREC] Added 0F 68/69/6A opcodesptitSeb2021-03-311-0/+21
* [DYNAREC] Added 0F E5 opcodeptitSeb2021-03-311-0/+10
* [DYNAREC] Added 0F F8/F9/FA opcodeptitSeb2021-03-311-0/+22
* [DYNAREC] Added F3 0F 70 opcodes and another fix for F2 0F 70 opcodeptitSeb2021-03-312-9/+23
* [DYNAREC] Added 66 0F D5 and 0F D5 opcodes and fixed F2 0F 70 opcodeptitSeb2021-03-314-3/+21
* [DYNAREC] Added 0F FC/FD/FE opcodeptitSeb2021-03-311-0/+22
* [DYNAREC] Added 0F 70 opcodeptitSeb2021-03-312-1/+62
* [DYNAREC] Added 0F C4/C5 opcodeptitSeb2021-03-311-0/+28
* [DYNAREC] Added 0F F6 opcodeptitSeb2021-03-311-0/+13
* [DYNAREC] Added 0F EF opcodeptitSeb2021-03-311-0/+15
* [DYNAREC] Added 66 0F 63 opcodeptitSeb2021-03-311-1/+12
* [DYNAREC] Added 66 0F E5 opcodeptitSeb2021-03-312-0/+18
* [DYNAREC] Added 66 0F E8/E9/EA opcodesptitSeb2021-03-311-0/+21
* [DYNAREC] Added 66 0F DC/DD/DE opcodesptitSeb2021-03-312-1/+56
* [DYNAREC] Added 66 0F D8/D9 opcodesptitSeb2021-03-312-0/+34
* [DYNAREC] Added 67 8D opcodeptitSeb2021-03-311-0/+18
* [DYNAREC] Added 0F 77 opcodeptitSeb2021-03-311-0/+8
* [DYNAREC] Add 66 0F E4 opcodeptitSeb2021-03-312-0/+28
* [DYNAREC] Added 0F 6E/6F opcodesptitSeb2021-03-311-0/+34
* [DYNAREC] Added 0F 67/71 opcodesptitSeb2021-03-312-1/+68