about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Zydis lib support for Trace enabled buildptitSeb2021-03-024-2/+4481
* More x64emu preparationptitSeb2021-03-024-113/+136
* Initializing x64emu structureptitSeb2021-03-023-7/+10
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-0211-0/+1980
* Preparing auxval handlingptitSeb2021-03-023-1/+74
* More elf loader and parsing and stack preparingptitSeb2021-03-025-33/+197
* Detecting tcmalloc nowptitSeb2021-03-023-10/+55
* Load elf in memoryptitSeb2021-03-013-3/+14
* Main elf memory allocatedptitSeb2021-03-011-0/+20
* Future custommem helper init'd and fini'dptitSeb2021-03-011-2/+3
* Added main elf to contextptitSeb2021-03-013-3/+11
* Read elf header of launched executableptitSeb2021-03-0110-2/+2959
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-2814-0/+2246