about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some more GL wrapped functionsptitSeb2021-04-054-0/+27
* One more change to __libc_start_main to end emulation when doneptitSeb2021-04-051-0/+1
* Fixed _start preparationptitSeb2021-04-051-6/+3
* Re-enabled the pre-calc of next block for new threadptitSeb2021-04-051-1/+1
* Better trace for glXGetProcAddressptitSeb2021-04-051-0/+3
* Merge pull request #1 from rajdakin/wrapper_addptitSeb2021-04-042-926/+1658
|\
| * [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-042-926/+1658
* | [DYNAREC] Added 66 64 8B opcodeptitSeb2021-04-043-1/+86
* | Added some more libc wrapped functionsptitSeb2021-04-041-6/+6
* | Ooops, that typo was breaking some C#/Unity stuffptitSeb2021-04-041-1/+1
* | Disabled handling of CC opcode for now (ignoring it is better)ptitSeb2021-04-041-1/+1
* | Added some more 67 opcodes (may need to find a better solution for this)ptitSeb2021-04-044-1/+81
|/
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-046-17/+70
* One more libc wrapped functionptitSeb2021-04-034-1/+5
* [DYNAREC] A few more printer on litteral LDRptitSeb2021-04-031-1/+13
* [DYNAREC] Some more fixes on some DB opcodes (until ARMv8.5 detection is impl...ptitSeb2021-04-031-0/+42
* More work on stack alignementsptitSeb2021-04-031-2/+2
* More work around stack alignement and frame pointerptitSeb2021-04-035-2/+13
* [DYNAREC] Fixed x87 virtual stack managmentptitSeb2021-04-031-11/+11
* Added some more libc wrapped functionsptitSeb2021-04-034-5/+9
* [DYNAREC] Added DF opcodesptitSeb2021-04-034-12/+342
* [DYNAREC] Added DD opcodesptitSeb2021-04-033-1/+203
* [DYNAREC] Fixed many issues with x87 cache handlingptitSeb2021-04-031-14/+14
* [DYNAREC] removed a warningptitSeb2021-04-031-2/+0
* [DYNAREC] Added D8 opcodesptitSeb2021-04-033-1/+237
* [DYNAREC] Added DB opcodesptitSeb2021-04-035-11/+280
* [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