about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-2/+85
* Default log level to INFO for nowptitSeb2021-03-071-2/+2
* Fixed some integrated help typo and copypastaptitSeb2021-03-071-12/+7
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-1/+1
* Fixed TRACE on Init with Symbol nameptitSeb2021-03-061-1/+1
* Added 0F 1F NOP opcodeptitSeb2021-03-041-3/+7
* Not sure yet on what registers are expected thoses variablesptitSeb2021-03-041-2/+2
* Fixed trace and prepare rex decodingptitSeb2021-03-031-1/+13
* 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-031-0/+7
* Added rt and pthread wrapped libptitSeb2021-03-031-0/+6
* Preload libs if neededptitSeb2021-03-031-0/+9
* Add symbols from main elf to maplibptitSeb2021-03-031-10/+26
* More preparation on main x64emu_t structureptitSeb2021-03-021-0/+6
* Another batch of printf/scanf format errorsptitSeb2021-03-021-7/+7
* Added basic thread infrastructureptitSeb2021-03-021-0/+1
* More x64emu preparationptitSeb2021-03-021-0/+6
* Initializing x64emu structureptitSeb2021-03-021-1/+1
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-021-0/+3
* Preparing auxval handlingptitSeb2021-03-021-1/+2
* More elf loader and parsing and stack preparingptitSeb2021-03-021-0/+9
* Detecting tcmalloc nowptitSeb2021-03-021-7/+52
* Load elf in memoryptitSeb2021-03-011-0/+11
* Main elf memory allocatedptitSeb2021-03-011-0/+20
* Added main elf to contextptitSeb2021-03-011-1/+1
* Read elf header of launched executableptitSeb2021-03-011-2/+4
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+734