about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed an issue with GetECommon and REX.bptitSeb2021-03-041-2/+2
* Added REX C1 opcodesptitSeb2021-03-041-0/+29
* Added C3 RET opcodeptitSeb2021-03-041-0/+5
* Added 70..7F Jcc opcocesptitSeb2021-03-041-0/+87
* Fixed those 2 functions declarationsptitSeb2021-03-041-2/+2
* Added REX 85 TEST opcodeptitSeb2021-03-041-0/+10
* Added REX 8B opcodeptitSeb2021-03-042-1/+11
* Added E8 CALL opcodeptitSeb2021-03-041-0/+12
* Preparing to execute wrapped functionptitSeb2021-03-042-246/+89
* Added REX FF opcodesptitSeb2021-03-042-5/+69
* Added REX 8D LEA opcodeptitSeb2021-03-041-0/+10
* Added REX 81/83 opcodesptitSeb2021-03-041-0/+36
* Added Rex 50..5F PUSH/POP opcodesptitSeb2021-03-041-0/+29
* Fix REX handling and added REX 89 opcodeptitSeb2021-03-042-12/+22
* First x86_64 opcode executed :)ptitSeb2021-03-044-11/+2112
* Preparing defered flags handlingptitSeb2021-03-043-26/+234
* A bit more work on syscall, to avoid old deprecated onesptitSeb2021-03-041-9/+31
* A bit more work to prepare x86_64 emulationptitSeb2021-03-032-10/+18
* Some work on Mod/RM 64bits decoding (with RIP relative addressing)ptitSeb2021-03-035-167/+191
* Fixed trace and prepare rex decodingptitSeb2021-03-034-264/+330
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-25/+25
* More infrastructure added to elf and x64 emuptitSeb2021-03-035-36/+1340
* Fixed a bunch of print format errorptitSeb2021-03-021-4/+4
* Added Zydis lib support for Trace enabled buildptitSeb2021-03-022-0/+4460
* More x64emu preparationptitSeb2021-03-021-1/+1
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-026-0/+1603