| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix REX handling and added REX 89 opcode | ptitSeb | 2021-03-04 | 2 | -12/+22 |
| * | First x86_64 opcode executed :) | ptitSeb | 2021-03-04 | 4 | -11/+2112 |
| * | Preparing defered flags handling | ptitSeb | 2021-03-04 | 3 | -26/+234 |
| * | A bit more work on syscall, to avoid old deprecated ones | ptitSeb | 2021-03-04 | 1 | -9/+31 |
| * | A bit more work to prepare x86_64 emulation | ptitSeb | 2021-03-03 | 2 | -10/+18 |
| * | Some work on Mod/RM 64bits decoding (with RIP relative addressing) | ptitSeb | 2021-03-03 | 5 | -167/+191 |
| * | Fixed trace and prepare rex decoding | ptitSeb | 2021-03-03 | 4 | -264/+330 |
| * | Added some X86_64 RelocA and a few wrapped function (wrapper still not correc... | ptitSeb | 2021-03-03 | 1 | -25/+25 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 5 | -36/+1340 |
| * | Fixed a bunch of print format error | ptitSeb | 2021-03-02 | 1 | -4/+4 |
| * | Added Zydis lib support for Trace enabled build | ptitSeb | 2021-03-02 | 2 | -0/+4460 |
| * | More x64emu preparation | ptitSeb | 2021-03-02 | 1 | -1/+1 |
| * | Added some x86_64 regs and emu infrastructure | ptitSeb | 2021-03-02 | 6 | -0/+1603 |