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
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
8
-24
/
+79
*
Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...
ptitSeb
2023-07-22
6
-6
/
+19
*
[TRACE] Fixed crash when tracing a function that is not defined in main at be...
ptitSeb
2023-07-22
1
-0
/
+5
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
383
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
383
-0
/
+0
*
|
Added 1 function to wrapped libatomic (for #46)
ptitSeb
2023-07-20
1
-1
/
+1
*
|
Added 67 0F 11 opcode ([ARM64_DYNAREC] too) (for #892)
ptitSeb
2023-07-19
2
-0
/
+35
*
|
Added 1 more symbol to wrapped libgtk3 (for #46)
ptitSeb
2023-07-19
1
-0
/
+1
*
|
Added some more wrapped symbols to libx11 and friends
ptitSeb
2023-07-19
7
-8
/
+12
*
|
[WRAPPERS] Generator version bump
rajdakin
2023-07-17
581
-581
/
+581
*
|
Added 67 F3 0F 6F opcode ([ARM64_DYNAREC] too) (for #873 / steam on wow64)
ptitSeb
2023-07-17
2
-0
/
+20
*
|
Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888)
ptitSeb
2023-07-17
2
-2
/
+13
*
|
Added 0F D4 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-07-17
3
-2
/
+17
*
|
Added a large bunch of wrapped functions to libnss3 and libnspr4
ptitSeb
2023-07-17
5
-639
/
+966
*
|
[DYNAREC] Small cosmetic change in updateNeed utility function
ptitSeb
2023-07-17
1
-2
/
+2
*
|
Actually added execle wrapped function (for #850)
ptitSeb
2023-07-17
3
-1
/
+3
*
|
Added a few wrapped function to libmpg123 (for #820)
ptitSeb
2023-07-16
1
-0
/
+3
*
|
[ARM64_DYNAREC] Fixed an issue with GB high extraction/re-insertion (for #867...
ptitSeb
2023-07-16
1
-3
/
+3
*
|
Added wrapped execle (for #850)
ptitSeb
2023-07-16
1
-2
/
+32
*
|
[32BITS] Added 64 67 8B opcode (for #870)
ptitSeb
2023-07-16
5
-0
/
+91
*
|
Fixed some warnings/build errors
ptitSeb
2023-07-16
1
-1
/
+2
*
|
Fixed some of 16bits opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-07-16
2
-7
/
+7
*
|
[ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...
ptitSeb
2023-07-15
5
-5
/
+15
*
|
[DYNAREC] Better handling if wrapped function that return float/double in x87...
ptitSeb
2023-07-14
2
-6
/
+10
*
|
[ARM64_DYNAREC] Added 66 9C/9D opcodes (mostly for 32bits)
ptitSeb
2023-07-14
2
-0
/
+26
*
|
Added 66 9C/9D opcodes (mostly for 32bits)
ptitSeb
2023-07-14
1
-0
/
+10
*
|
[DYNAREC] Fixed an issue with forward jump state retreival
ptitSeb
2023-07-14
1
-0
/
+7
*
|
Some fixes to wrapped libgio2 (for #840 and #46)
ptitSeb
2023-07-14
1
-6
/
+10
*
|
[DYNAREC] Fixed an issue with calling native function that return a long doub...
ptitSeb
2023-07-13
7
-8
/
+31
*
|
Added some more gtkclass wrapping and fixed g_initable_new wrapping (for spot...
ptitSeb
2023-07-12
3
-9
/
+70
*
|
Added empty wrapped libcap.so.2 and libgomp.so.2
ptitSeb
2023-07-12
12
-0
/
+645
*
|
Added more path option when searching for x86_64 libraries
ptitSeb
2023-07-12
1
-0
/
+7
*
|
Improved handling of malloc_hack_2
ptitSeb
2023-07-12
4
-15
/
+38
*
|
[DYNAREC] Used uwrapped malloc functions for dynarec
ptitSeb
2023-07-12
1
-4
/
+4
*
|
Added one more function to wrapped libdbus
ptitSeb
2023-07-10
4
-1
/
+19
*
|
Improved wrapping of XextAddDisplay libxext function
ptitSeb
2023-07-09
1
-68
/
+243
*
|
Fixed previous commit
ptitSeb
2023-07-09
1
-3
/
+2
*
|
Removed useless box64context_t parameter to RunFunction and friend
ptitSeb
2023-07-09
78
-766
/
+756
*
|
[ELFLOADER] Added a check if lib version is compatible with what the elf load...
ptitSeb
2023-07-09
9
-34
/
+91
*
|
Better wrapping for __libc_stack_end symbol
ptitSeb
2023-07-08
3
-8
/
+10
*
|
Fixed non dynarec build
ptitSeb
2023-07-08
1
-22
/
+19
*
|
Fixed an issue with Alternate address and PltResolver
ptitSeb
2023-07-08
1
-0
/
+1
*
|
Simplyfied internal jmpbuf handling
ptitSeb
2023-07-08
5
-130
/
+77
*
|
Some more small improvments to BOX64_MALLOC_HACK=2
ptitSeb
2023-07-08
1
-4
/
+1
*
|
More work on BOX64_MALLOC_HACK=2
ptitSeb
2023-07-08
1
-27
/
+77
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
14
-105
/
+74
*
|
But sigaction debug message back to LOG_DEBUG level
ptitSeb
2023-07-06
1
-1
/
+1
*
|
Added __isoc99_swscanf wrapped function to libc for real this time (for #424)
ptitSeb
2023-07-05
3
-1
/
+3
*
|
Added __iso99_swscanf wrapped function to libc (for #424)
ptitSeb
2023-07-05
1
-0
/
+8
*
|
Added some more libxft wrapped function (for #424)
ptitSeb
2023-07-05
1
-6
/
+6
[next]