about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added REX 63 MOVSXD opcodeptitSeb2021-03-051-0/+10
* Added REX 0F 80..8F Jcc opcodesptitSeb2021-03-051-0/+6
* Added REX 88 MOV opcode and adjusted REX 8B oneptitSeb2021-03-051-5/+7
* Adjusted 89 and 8B opcode to clear upper part of regs when ED is a regptitSeb2021-03-051-2/+10
* Small change in wrapped function traceptitSeb2021-03-051-1/+1
* Added REX 0F B6 MOVZX opcodeptitSeb2021-03-051-1/+10
* Added calloc and free wrapped functionsptitSeb2021-03-055-3/+11
* Added REX 0F 40..4F CMOVcc opcodesptitSeb2021-03-053-127/+134
* Fixed PltResolver slot handlingptitSeb2021-03-051-2/+4
* Added REX 0F AF IMUL opcodesptitSeb2021-03-054-5/+37
* Added EB JMP opcodeptitSeb2021-03-051-0/+6
* Fixed va_list handling on aarch64ptitSeb2021-03-051-3/+3
* A bit more work on va_list handlingptitSeb2021-03-051-3/+22
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-057-20/+484
* Fixed __libc_start_main emulationptitSeb2021-03-042-6/+6
* Added REX 98 CWDE/CDQE opcodeptitSeb2021-03-041-0/+7
* Added puts wrapped function (and test03 works)ptitSeb2021-03-041-1/+1
* Added C9 LEAVE opcode (and test02 works too)ptitSeb2021-03-041-0/+5
* Added C syscall wrapperptitSeb2021-03-044-1/+8
* Fix injection of PLT ResolverptitSeb2021-03-041-6/+6
* Added 68 PUSH Id opcodeptitSeb2021-03-041-0/+4
* Added R_X86_64_JUMP_SLOT to RelA relocation handlingptitSeb2021-03-041-1/+29
* Added 0F 05 SYSCALL opcode (and test01 works now)ptitSeb2021-03-041-0/+4
* Added REX C6 MOV opcodeptitSeb2021-03-041-0/+5
* Added REX C7 MOV opcodeptitSeb2021-03-041-2/+12
* Added REX B8..BF MOV opcodesptitSeb2021-03-041-0/+14
* Added REX 38..3D CMP opcodesptitSeb2021-03-041-8/+46
* Added REX D1/D3 opcodesptitSeb2021-03-041-0/+30
* Added E9 JMP opcodeptitSeb2021-03-041-0/+5
* Added 0F 1F NOP opcodeptitSeb2021-03-043-3/+87
* 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
* Added first attempt at function wrappingptitSeb2021-03-041-24/+24
* 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
* Not sure yet on what registers are expected thoses variablesptitSeb2021-03-041-2/+2
* Preparing defered flags handlingptitSeb2021-03-044-30/+259
* A bit more work on syscall, to avoid old deprecated onesptitSeb2021-03-042-65/+40
* Small change to wrapped ld-linux to make it more portableptitSeb2021-03-041-2/+7