about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix REX handling and added REX 89 opcodeptitSeb2021-03-042-12/+22
* First x86_64 opcode executed :)ptitSeb2021-03-045-11/+2113
* 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-0310-2/+433
* 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-0339-272/+9949
* Added Protection handlingptitSeb2021-03-021-30/+66
* Added bridge handlingptitSeb2021-03-026-5/+283
* 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-026-6/+851
* Added Zydis lib support for Trace enabled buildptitSeb2021-03-025-2/+4482
* More x64emu preparationptitSeb2021-03-024-113/+136
* Initializing x64emu structureptitSeb2021-03-023-7/+10
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-0212-0/+1983
* Preparing auxval handlingptitSeb2021-03-024-1/+75
* More elf loader and parsing and stack preparingptitSeb2021-03-026-33/+198
* 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-0111-2/+2963
* Added x86_64 version of libgcc_s and libstdc++ptitSeb2021-02-282-0/+0
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-2817-0/+2590
* Refined .gitignoreptitSeb2021-02-281-0/+9
* Added x86_64 tests (based on box86)ptitSeb2021-02-2847-0/+2280
* Initial commitptitSeb2020-12-012-0/+73