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
/
emu
/
x64run_private.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various small debugging improvments
ptitSeb
2022-06-19
1
-0
/
+2
*
Run elf init if __libc_start_main init param is NULL (for #315)
ptitSeb
2022-05-30
1
-0
/
+2
*
Fixed some warnings
ptitSeb
2022-03-29
1
-3
/
+3
*
Improve function name in trace a bit
ptitSeb
2022-03-04
1
-6
/
+13
*
[TRACE] Small changes to function name print in trace
ptitSeb
2022-02-20
1
-5
/
+5
*
Fixed some program (like the one made in rust) that was getting the command l...
ptitSeb
2021-10-26
1
-1
/
+8
*
Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)
ptitSeb
2021-10-24
1
-0
/
+8
*
don't try to restore pointer in my___libc_start_main if quit is true for curr...
ptitSeb
2021-07-17
1
-3
/
+5
*
Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)
ptitSeb
2021-07-15
1
-0
/
+5
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
1
-2
/
+2
*
First pass
rajdakin
2021-04-14
1
-2
/
+11
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-2
/
+0
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-1
/
+1
*
Added 67 66 0F 6F/7A opcodes
ptitSeb
2021-04-08
1
-0
/
+8
*
Small change on trace output
ptitSeb
2021-04-08
1
-2
/
+2
*
And another change change to __libc_start_main for non-Dynarec build
ptitSeb
2021-04-05
1
-2
/
+2
*
One more change to __libc_start_main to end emulation when done
ptitSeb
2021-04-05
1
-0
/
+1
*
Added some more 67 opcodes (may need to find a better solution for this)
ptitSeb
2021-04-04
1
-0
/
+13
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-0
/
+5
*
Added 64 66 0F D6 and 64 0F 29 opcodes
ptitSeb
2021-03-26
1
-0
/
+8
*
Minor fixes to MODRM decoder functions
ptitSeb
2021-03-25
1
-3
/
+3
*
Fixed a bug on Interpretor with 64 prefixed opcodes
ptitSeb
2021-03-25
1
-1
/
+1
*
[DYNAREC] Added (66) 0F AF IMUL opcode
ptitSeb
2021-03-20
1
-1
/
+1
*
[DYNAREC] Various bugfixes (and now the 4 tests games works again)
ptitSeb
2021-03-20
1
-3
/
+18
*
Excplicit handling of bit size for defered flags
ptitSeb
2021-03-17
1
-319
/
+330
*
Fixed issue with XMM 'GETGX' modrm and REX.b
ptitSeb
2021-03-12
1
-1
/
+1
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
1
-0
/
+34
*
Added and fixed many opcodes
ptitSeb
2021-03-10
1
-28
/
+26
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
1
-0
/
+8
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-5
/
+5
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-0
/
+48
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-10
/
+10
*
Stop inlining all the GetE and GetG
ptitSeb
2021-03-06
1
-0
/
+148
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
1
-3
/
+3
*
Preparing to execute wrapped function
ptitSeb
2021-03-04
1
-1
/
+1
*
Preparing defered flags handling
ptitSeb
2021-03-04
1
-24
/
+232
*
Some work on Mod/RM 64bits decoding (with RIP relative addressing)
ptitSeb
2021-03-03
1
-2
/
+2
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-0
/
+787