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
*
Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)B
ptitSeb
2022-01-06
2
-78
/
+90
*
[DYNAREC] Added 8E opcode
ptitSeb
2022-01-06
1
-1
/
+13
*
[DYNAREC] Oops, fixed 66 0F D1/D2 opcodes
ptitSeb
2022-01-06
1
-2
/
+2
*
[DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcode
ptitSeb
2022-01-06
3
-5
/
+36
*
[DYNAREC] Added 66 0F E3 opcode
ptitSeb
2022-01-06
1
-1
/
+21
*
Made the missing symbol workaround more resiliant
ptitSeb
2022-01-05
1
-2
/
+5
*
Added a warning if launching a binary with a preinit array
ptitSeb
2022-01-05
1
-0
/
+4
*
Added 1 curl function (for #195)
ptitSeb
2022-01-05
1
-1
/
+1
*
Added some more glib2 wrapped functions (for #202 and second ticket of #195)
ptitSeb
2022-01-05
6
-175
/
+76
*
Added a Workaround when dlsym a native (versionned) symbol without default ve...
ptitSeb
2022-01-05
3
-0
/
+85
*
[DYNAREC] Added F0 66 09 opcode (for Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+22
*
Added many F0 66 opcodes (should help Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+80
*
[ARM64] Added some doc about the different hwcap constants
ptitSeb
2022-01-03
1
-0
/
+110
*
Added some workaround for program that calls 'uname -m' to get the architectu...
ptitSeb
2022-01-01
2
-8
/
+34
*
[DYNAREC] Added some more Memory Barrier when trying to emulate StrongMem mod...
ptitSeb
2022-01-01
1
-0
/
+4
*
[DYNAREC] Added DMB printer
ptitSeb
2022-01-01
1
-0
/
+4
*
Added a couple of libc wrapped functions
ptitSeb
2021-12-31
6
-2
/
+30
*
Cleaned up some special case detection from box86 that are 32bits only
ptitSeb
2021-12-31
1
-10
/
+0
*
Added empty wrapped libpci.so.3
ptitSeb
2021-12-31
7
-0
/
+96
*
[DYNAREC] Small change in dynablock handling
ptitSeb
2021-12-31
1
-4
/
+4
*
Added one more libcxb wrapped function
ptitSeb
2021-12-31
1
-2
/
+2
*
Added some drm related wrapped libs (from box86)
ptitSeb
2021-12-31
20
-28
/
+517
*
[DYNAREC] Fixed some border case for IDIV opcode
ptitSeb
2021-12-22
2
-2
/
+20
*
Made unsuported libc syscall non-fatal
ptitSeb
2021-12-21
1
-3
/
+3
*
Add some libssl wrappers
ohayoyogi
2021-12-13
1
-10
/
+10
*
Ooops, fixed build (still for #174)
ptitSeb
2021-11-22
1
-8
/
+8
*
Added syscall 63 (for #174)
ptitSeb
2021-11-22
1
-0
/
+27
*
Added 64 8A opcode ([DYNAREC] too) (for #171)
ptitSeb
2021-11-22
2
-3
/
+43
*
Fixed some issue with getopt (for #170)
ptitSeb
2021-11-21
4
-2
/
+39
*
Wrapped Vulkan libraries
ptitSeb
2021-11-21
12
-9
/
+1498
*
New dev. cycle
ptitSeb
2021-11-21
1
-1
/
+1
*
Bumped to v0.1.6
ptitSeb
2021-11-19
1
-1
/
+1
*
Small change on unload of box64
ptitSeb
2021-11-19
1
-7
/
+7
*
[DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...
ptitSeb
2021-11-19
2
-4
/
+6
*
Minor changes to allow box64 to build and run on ppc64le.
Joseph Allen
2021-11-18
2
-12
/
+2
*
Added wrapped __isoc99_scanf function (for #164)
ptitSeb
2021-11-18
4
-1
/
+11
*
Changed elfloader a bit to merge elf memory block if close enough (help load ...
ptitSeb
2021-11-18
1
-1
/
+1
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
9
-52
/
+202
*
[DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...
ptitSeb
2021-11-18
4
-3
/
+21
*
[DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...
ptitSeb
2021-11-18
2
-7
/
+6
*
[TRACE] Fixed trace on function from a dlopen library not triggering preperly
ptitSeb
2021-11-17
1
-1
/
+1
*
[DYNAREC] Fixed a small issue with Segfault in Fillblock detection
ptitSeb
2021-11-15
1
-0
/
+1
*
[DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)
ptitSeb
2021-11-14
3
-3
/
+52
*
[DYNAREC] Added DMB emitter
ptitSeb
2021-11-14
1
-0
/
+3
*
Added wrapped libxslt (from box86) (should help #161)
ptitSeb
2021-11-14
9
-1
/
+430
*
Added wrapped libldap_r and liblber (helps wine)
ptitSeb
2021-11-14
14
-2
/
+894
*
Change ResolvePath behaviour in sync with box86
ptitSeb
2021-11-14
3
-13
/
+3
*
Added some data symbol to wrapped libxml2 (for #161 but it would probably be ...
ptitSeb
2021-11-12
1
-0
/
+7
*
Added a few xcb symbols (for #161)
ptitSeb
2021-11-12
4
-5
/
+9
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
12
-74
/
+114
[next]