index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-5
/
+5
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-1
/
+1
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-3
/
+14
*
Added RK3326 definitions.
krishenriksen
2021-04-07
1
-1
/
+1
*
Cleanup trace_func if still present at exit
ptitSeb
2021-04-05
1
-0
/
+5
*
Fixed _start preparation
ptitSeb
2021-04-05
1
-6
/
+3
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-1
/
+2
*
Added libs64 as default LD_LIBRARY_PATH
ptitSeb
2021-04-01
1
-1
/
+1
*
Added 'bin64' to the folder were to look for libs
ptitSeb
2021-03-30
1
-1
/
+1
*
[DYNAREC] disable dynarec when all fini function of loaded libs are done
ptitSeb
2021-03-30
1
-0
/
+4
*
Small change in start en end of emulated software
ptitSeb
2021-03-29
1
-1
/
+2
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-0
/
+46
*
[DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes
ptitSeb
2021-03-18
1
-1
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-2
/
+85
*
Default log level to INFO for now
ptitSeb
2021-03-07
1
-2
/
+2
*
Fixed some integrated help typo and copypasta
ptitSeb
2021-03-07
1
-12
/
+7
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-1
/
+1
*
Fixed TRACE on Init with Symbol name
ptitSeb
2021-03-06
1
-1
/
+1
*
Added 0F 1F NOP opcode
ptitSeb
2021-03-04
1
-3
/
+7
*
Not sure yet on what registers are expected thoses variables
ptitSeb
2021-03-04
1
-2
/
+2
*
Fixed trace and prepare rex decoding
ptitSeb
2021-03-03
1
-1
/
+13
*
Ready to emulate main elf
ptitSeb
2021-03-03
1
-2
/
+17
*
Do ElfPlt on main elf
ptitSeb
2021-03-03
1
-0
/
+4
*
Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...
ptitSeb
2021-03-03
1
-0
/
+7
*
Added rt and pthread wrapped lib
ptitSeb
2021-03-03
1
-0
/
+6
*
Preload libs if needed
ptitSeb
2021-03-03
1
-0
/
+9
*
Add symbols from main elf to maplib
ptitSeb
2021-03-03
1
-10
/
+26
*
More preparation on main x64emu_t structure
ptitSeb
2021-03-02
1
-0
/
+6
*
Another batch of printf/scanf format errors
ptitSeb
2021-03-02
1
-7
/
+7
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-0
/
+1
*
More x64emu preparation
ptitSeb
2021-03-02
1
-0
/
+6
*
Initializing x64emu structure
ptitSeb
2021-03-02
1
-1
/
+1
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
1
-0
/
+3
*
Preparing auxval handling
ptitSeb
2021-03-02
1
-1
/
+2
*
More elf loader and parsing and stack preparing
ptitSeb
2021-03-02
1
-0
/
+9
*
Detecting tcmalloc now
ptitSeb
2021-03-02
1
-7
/
+52
*
Load elf in memory
ptitSeb
2021-03-01
1
-0
/
+11
*
Main elf memory allocated
ptitSeb
2021-03-01
1
-0
/
+20
*
Added main elf to context
ptitSeb
2021-03-01
1
-1
/
+1
*
Read elf header of launched executable
ptitSeb
2021-03-01
1
-2
/
+4
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
1
-0
/
+734