about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed the libraries free orderingrajdakin2021-04-091-5/+5
* Changed missed unwanted "box86"rajdakin2021-04-091-1/+1
* [TRACE] Added a new trace optionrajdakin2021-04-071-3/+14
* Added RK3326 definitions.krishenriksen2021-04-071-1/+1
* Cleanup trace_func if still present at exitptitSeb2021-04-051-0/+5
* Fixed _start preparationptitSeb2021-04-051-6/+3
* More work around stack alignement and frame pointerptitSeb2021-04-031-1/+2
* Added libs64 as default LD_LIBRARY_PATHptitSeb2021-04-011-1/+1
* Added 'bin64' to the folder were to look for libsptitSeb2021-03-301-1/+1
* [DYNAREC] disable dynarec when all fini function of loaded libs are doneptitSeb2021-03-301-0/+4
* Small change in start en end of emulated softwareptitSeb2021-03-291-1/+2
* Improved shutdown sequenceptitSeb2021-03-251-0/+46
* [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