about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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