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
*
[BOX32][WRAPPER] Added minimum 32bits libasound support
ptitSeb
2024-09-19
9
-0
/
+1654
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1838)
Yang Liu
2024-09-19
2
-14
/
+156
*
[WRAPPER] Reworked libasound with new wrapperhelper
ptitSeb
2024-09-19
6
-284
/
+503
*
Fixed a comment on x87 tags
ptitSeb
2024-09-19
1
-1
/
+1
*
[WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb...
ptitSeb
2024-09-19
8
-49
/
+50
*
[TRACE] Fixed a potential segfault when trying to trace a function from a dlo...
ptitSeb
2024-09-19
1
-1
/
+1
*
[TRACE] Some better trace for a few function call
ptitSeb
2024-09-19
1
-0
/
+10
*
Fixed some x87 tag handling
ptitSeb
2024-09-19
1
-4
/
+4
*
[RV64_DYNAREC] Added more opcodes for vector (#1837)
Yang Liu
2024-09-19
2
-4
/
+78
*
[RV64_DYNAREC] Added more opcodes for vector (#1836)
Yang Liu
2024-09-19
4
-0
/
+96
*
[RV64_DYNAREC] Fixed more unaligned issues for vector (#1835)
Yang Liu
2024-09-19
1
-3
/
+6
*
[RV64_DYNAREC] Fixed some found issues in vector (#1834)
Yang Liu
2024-09-18
2
-39
/
+43
*
[WRAPPER] Reworked libGLU with new wrapper helper
ptitSeb
2024-09-18
6
-110
/
+111
*
[WRAPPER] Reworked libEGL with new wrapperhelper
ptitSeb
2024-09-18
4
-32
/
+42
*
[WRAPPER] Reworked libgobject-2.0 with new wrapperhelper
ptitSeb
2024-09-18
6
-194
/
+198
*
[WRAPPER] Reworked wrapped libpsl.so.5 with new wrapperhelper
ptitSeb
2024-09-18
1
-2
/
+21
*
[WRAPPER] Reworked wrapping glib-2.0 (stil with new wrapperhelper)
ptitSeb
2024-09-18
6
-492
/
+506
*
[WRAPPER] Reworked wrapped libgio-2.0
ptitSeb
2024-09-18
6
-829
/
+827
*
[RV64_DYNAREC] Added more opcodes for vector (#1833)
Yang Liu
2024-09-18
3
-43
/
+139
*
[WRAPEPR] Reworked wrapping of libgdk3
ptitSeb
2024-09-17
6
-467
/
+349
*
[WRAPPER] Reworked gtk3 wrapping
ptitSeb
2024-09-17
6
-983
/
+1232
*
Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)
ptitSeb
2024-09-17
2
-0
/
+25
*
[DYNAREC] Track if a dynablock is for 32bits code (for future use)
ptitSeb
2024-09-17
2
-6
/
+9
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1832)
Yang Liu
2024-09-17
1
-0
/
+164
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1831)
Yang Liu
2024-09-17
1
-0
/
+90
*
[RV64_DYNAREC] Added more opcodes for vector (#1830)
Yang Liu
2024-09-16
3
-3
/
+187
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1829)
Yang Liu
2024-09-16
1
-0
/
+69
*
Fixed non-box32 builds
ptitSeb
2024-09-16
1
-0
/
+2
*
[BOX32][TRACE] Improved some trace and function calls for 32bits process
ptitSeb
2024-09-16
2
-3
/
+22
*
[BOX32] Added 1 more wrapped 32bits libc function
ptitSeb
2024-09-16
4
-1
/
+5
*
[BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2
ptitSeb
2024-09-16
1
-1
/
+1
*
[BOX32] Added some more 32bits wrapped function, and fixing some SDL ones
ptitSeb
2024-09-16
7
-7
/
+60
*
[DYNAREC] Forgot some files in previous commit
ptitSeb
2024-09-16
2
-2
/
+9
*
[DYNAREC] Make sure jump address is wrapped on 32bits address space
ptitSeb
2024-09-16
9
-16
/
+52
*
[BOX32][TRACE] Added a warning when executing 32bits code in 64bits address s...
ptitSeb
2024-09-16
1
-0
/
+5
*
[BOX32] Partial handling of wrapped dl_iterate_phdr
ptitSeb
2024-09-16
2
-1
/
+42
*
Better handling of argv[0]
ptitSeb
2024-09-16
1
-1
/
+4
*
[ARM64_DYNAREC] Fixed most CD xx opcodes
ptitSeb
2024-09-15
1
-0
/
+1
*
Added a hack so program that wprintf to the console actualy work if box64 alr...
ptitSeb
2024-09-14
3
-1
/
+20
*
[BOX32][WRAPPER] Added more 32bits sdl1 and libc symbols
ptitSeb
2024-09-14
11
-66
/
+277
*
[BOX32][ELFLOADER] Fixed some issue with symbol resolver
ptitSeb
2024-09-14
4
-13
/
+35
*
Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)
ptitSeb
2024-09-14
2
-0
/
+39
*
[BOX32] Added a few libc 32biyts wrapped functions
ptitSeb
2024-09-14
4
-3
/
+12
*
[BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...
ptitSeb
2024-09-14
21
-4
/
+8541
*
Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-09-14
2
-1
/
+23
*
[RV64_DYNAREC] Added 1 more opcode for vector and some refactor and fixes too...
Yang Liu
2024-09-13
7
-47
/
+74
*
[BOX32][TRACE] More improved trace for some 32bits functions call
ptitSeb
2024-09-13
1
-1
/
+3
*
[BOX32][TRACE] Better trace for 32bits call to strtol and strtoul
ptitSeb
2024-09-13
1
-0
/
+3
*
[BOX32] More small 32bits signature adjustments
ptitSeb
2024-09-13
1
-5
/
+5
*
[BOX32][TRACE] Better trace for 32bits strncasecmp calls
ptitSeb
2024-09-13
1
-0
/
+3
[next]