about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* A bit more work to prepare x86_64 emulationptitSeb2021-03-033-11/+19
* Some work on Mod/RM 64bits decoding (with RIP relative addressing)ptitSeb2021-03-035-167/+191
* Fixed trace and prepare rex decodingptitSeb2021-03-035-265/+343
* Ready to emulate main elfptitSeb2021-03-031-2/+17
* Do ElfPlt on main elfptitSeb2021-03-031-0/+4
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-038-32/+89
* Added rt and pthread wrapped libptitSeb2021-03-039-2/+431
* Preload libs if neededptitSeb2021-03-031-0/+9
* Add symbols from main elf to maplibptitSeb2021-03-032-11/+27
* More infrastructure added to elf and x64 emuptitSeb2021-03-0337-248/+9404
* Added Protection handlingptitSeb2021-03-021-30/+66
* Added bridge handlingptitSeb2021-03-025-5/+282
* More preparation on main x64emu_t structureptitSeb2021-03-022-2/+8
* Another batch of printf/scanf format errorsptitSeb2021-03-023-9/+9
* Fixed a bunch of print format errorptitSeb2021-03-025-42/+42
* Added basic thread infrastructureptitSeb2021-03-025-6/+850