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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added some posix_* wrapped functions (for #44)
ptitSeb
2021-07-13
1
-15
/
+13
*
Added wrapped libmpg123 (for #53)
ptitSeb
2021-07-13
7
-1
/
+361
*
Added 1 more wrapped function and fixed signature of 2 other
ptitSeb
2021-07-13
4
-8
/
+11
*
Added 1 wrapped libc function
ptitSeb
2021-07-13
1
-1
/
+1
*
More wrapped functions (for #44)
ptitSeb
2021-07-13
5
-11
/
+26
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
7
-22
/
+24
*
Added a couple of libc wrapped functions
ptitSeb
2021-07-13
1
-2
/
+2
*
Added a few more libc wrapped functions (for #41)
ptitSeb
2021-07-13
1
-4
/
+4
*
Fixed ELF Signature detection
ptitSeb
2021-07-12
2
-10
/
+18
*
Added 2 more libc wrapped function (for #44)
ptitSeb
2021-07-12
6
-2
/
+16
*
Fix memory issue when launching box86 from box64 main
ptitSeb
2021-07-12
1
-3
/
+5
*
Added more libc wrapped function (for #44)
ptitSeb
2021-07-12
4
-10
/
+30
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
5
-29
/
+74
*
Added a bunch of wrapped libc function (for #41)
ptitSeb
2021-07-12
4
-23
/
+50
*
[DYNAREC] Fixed shrd/shld emiter when both regs are the same (for #33)
ptitSeb
2021-07-12
1
-4
/
+4
*
Added 1 wrapped libc function (for #44)
ptitSeb
2021-07-12
1
-1
/
+1
*
Added some more libc wrapped functions
ptitSeb
2021-07-12
7
-16
/
+60
*
Remove useless Error message on data_start not found
ptitSeb
2021-07-12
1
-2
/
+2
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
8
-35
/
+47
*
Added 66 0F 3A 0A opcode (for #33)
ptitSeb
2021-07-11
1
-0
/
+24
*
Added 66 0F 3A 20 opcode (for #33)
ptitSeb
2021-07-11
1
-0
/
+7
*
Added 66 0F 38 14 opcode (for #33)
ptitSeb
2021-07-11
1
-0
/
+10
*
Fixed 66 0F 3A 0E opcode (for #33)
ptitSeb
2021-07-11
1
-12
/
+11
*
Added 66 0F 38 0E opcode (for #33)
ptitSeb
2021-07-11
1
-0
/
+11
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
10
-45
/
+62
*
[DYNAREC] Stop building block if protection of next byte is 0 without the Cus...
ptitSeb
2021-07-10
1
-1
/
+1
*
Fixed some issue with memory protection tracking
ptitSeb
2021-07-10
1
-5
/
+6
*
(Re?)add 66 0F 38 17 opcode
ptitSeb
2021-07-10
1
-0
/
+8
*
Added 67 E8 opcode ([DYNAREC] too) (for #45)
ptitSeb
2021-07-10
2
-0
/
+10
*
Added memmem wrapped function (for #33)
ptitSeb
2021-07-10
4
-1
/
+6
*
Added C2 opcode (for #44)
ptitSeb
2021-07-09
1
-1
/
+6
*
Added F3 0F B8 opcode (for #33)
ptitSeb
2021-07-09
1
-0
/
+18
*
Added 66 90-97 opcodes ([DYNAREC] too) (for #44)
ptitSeb
2021-07-09
2
-3
/
+38
*
[DYNAREC] Fixed emiter for shr32c, sar32c and shrd32c (for #44)
ptitSeb
2021-07-09
1
-3
/
+9
*
Added 66 0F 3A 17 opcode (for #33)
ptitSeb
2021-07-09
1
-0
/
+9
*
Improved log when encountering SIGILL (to help diagnose #44)
ptitSeb
2021-07-09
1
-1
/
+1
*
Added dummy 36 prefix ([DYNAREC] too) (for #44)
ptitSeb
2021-07-09
2
-0
/
+6
*
Added 66 0F C8..CF opcodes ([DYNAREC] too)
ptitSeb
2021-07-09
3
-2
/
+38
*
Added 66 0F 3A 21 opcode (for #33)
ptitSeb
2021-07-09
1
-0
/
+12
*
Added 66 0F BA opcodes (for #44)
ptitSeb
2021-07-09
1
-0
/
+91
*
Removed an out-of-place comment
ptitSeb
2021-07-09
1
-1
/
+1
*
[DYNAREC] Fixed 66 REX.W opcodes
ptitSeb
2021-07-09
1
-1
/
+1
*
Added msgstl wrapped function (for #43)
ptitSeb
2021-07-09
1
-1
/
+1
*
Added one cups wrapped functions (for #42)
ptitSeb
2021-07-09
4
-1
/
+5
*
Added some atk wrapped functions (for #42)
ptitSeb
2021-07-09
1
-4
/
+5
*
Added some cairo functions (for #42)
ptitSeb
2021-07-09
4
-65
/
+79
*
Added a couple more libc function (for #37)
ptitSeb
2021-07-09
1
-2
/
+2
*
Added F0 0F BA opcodes (for #21)
ptitSeb
2021-07-09
1
-0
/
+181
*
Added handling of flag 0x4 for wrapped dlopen
ptitSeb
2021-07-09
1
-3
/
+15
*
Added wrapped euidaccess and eaccess functions to libc (for #21)
ptitSeb
2021-07-09
1
-2
/
+2
[prev]
[next]