about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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