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
*
[32BITS] Some work on signal handling from 32bits code (not enough yet)
ptitSeb
2023-06-18
1
-6
/
+11
*
[32BITS] Fix potential 32bits 67 prefixed opcodes
ptitSeb
2023-06-18
1
-10
/
+30
*
Added 67 0F B6 opcode
ptitSeb
2023-06-18
1
-0
/
+7
*
Added 64 8F opcode
ptitSeb
2023-06-18
1
-0
/
+21
*
Added 67 63 opcode
ptitSeb
2023-06-18
1
-0
/
+13
*
[32BITS] Fixed some issue reading rex in 32bits mode
ptitSeb
2023-06-18
5
-20
/
+25
*
Added 67 66 89 opcode
ptitSeb
2023-06-18
1
-4
/
+15
*
[32BITS] Fixed an issue with 66 A1/A3 opcodes
ptitSeb
2023-06-18
2
-10
/
+20
*
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
16
-190
/
+382
*
[TRACE] Fixed 32bits trace and dump
ptitSeb
2023-06-17
1
-6
/
+8
*
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
10
-25
/
+81
*
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
14
-73
/
+482
*
[WRAPPER] Rework on libharfbuzz wrapper (#836)
Yang Liu
2023-06-13
7
-154
/
+1465
*
Added 0F EA/EE opcodes ([ARM64_DYNAREC] too) (for #829)
ptitSeb
2023-06-10
2
-4
/
+28
*
Handle chained sigaction (for #829)
ptitSeb
2023-06-10
1
-5
/
+9
*
made my_dlsym protected by static mutex (help #829)
ptitSeb
2023-06-10
1
-1
/
+14
*
Added libsound.so wrpping (same as libasound.so.2)
ptitSeb
2023-06-10
1
-1
/
+1
*
Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu (for...
ptitSeb
2023-06-10
11
-25
/
+159
*
Fixed an issue in wrapped execv
ptitSeb
2023-06-10
1
-1
/
+1
*
[WRAPPER] Added more libicu wrapped functions (for #829) (#831)
Yang Liu
2023-06-09
7
-2
/
+15
*
Added more libicu wrapped function (for #829)
ptitSeb
2023-06-09
5
-0
/
+113
*
Improve logs a bit
ptitSeb
2023-06-09
2
-1
/
+3
*
Added some icu wrapped function (for #829)
ptitSeb
2023-06-09
5
-0
/
+60
*
[DYNAREC_RV64] Added more opcodes (#828)
Yang Liu
2023-06-08
6
-4
/
+136
*
[INTERPRETER] Added 66 0F 38 37 PCMPGTQ opcode (#827)
Yang Liu
2023-06-08
1
-1
/
+7
*
[WRAPPER] Added some more libc wrappers (#826)
Yang Liu
2023-06-08
4
-3
/
+8
*
[VULKAN] Added one more extension
ptitSeb
2023-06-06
1
-0
/
+3
*
[DYNAREC_RV64] Fixed 9x SETcc opcodes (#824)
Yang Liu
2023-06-06
3
-9
/
+10
*
[DYNAREC] Fixed call_c issues (#823)
Yang Liu
2023-06-06
3
-19
/
+22
*
[DYNAREC] Fixed native_fprem (#822)
Yang Liu
2023-06-06
1
-18
/
+18
*
[ARM64_DYNAREC] Fixed PUSH rsp when double pushing (#821)
Yang Liu
2023-06-05
1
-27
/
+22
*
[ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805)
ptitSeb
2023-06-04
3
-1
/
+11
*
[DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)
ptitSeb
2023-06-04
1
-0
/
+3
*
[RV64_DYNAREC] Small optim on GETGX/GETGM helper macros (#817)
Yang Liu
2023-06-03
5
-603
/
+603
*
Added some more setup for Project Zomboid (should help #112)
ptitSeb
2023-06-02
1
-0
/
+2
*
[RV64_DYNAREC] Added more opcodes for ICEY (#816)
xctan
2023-06-02
3
-0
/
+100
*
[RV64_DYNAREC] Added F0 80 /1 LOCK OR opcode for ICEY (#815)
xctan
2023-06-01
1
-0
/
+37
*
Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ...
ptitSeb
2023-05-31
1
-1
/
+5
*
[DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...
ptitSeb
2023-05-31
4
-0
/
+18
*
[RV64_DYNAREC] Fixed 6B IMUL opcode (#812)
Yang Liu
2023-05-30
1
-3
/
+3
*
[RV64_DYNAREC] Fixed geted32 (#811)
Yang Liu
2023-05-30
1
-37
/
+39
*
Added wrapped gdk_window_set_background_rgba function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-0
/
+1
*
Fixed wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
Added wrapped gdk_threads_add_idle_full function to gdk3 (for #809)
ptitSeb
2023-05-28
4
-2
/
+57
*
[ARM64_DYNAREC] Fixed OF flag for ror32c emiter
ptitSeb
2023-05-28
1
-1
/
+1
*
Added ignored 26 prefix to interpreter
ptitSeb
2023-05-28
1
-1
/
+2
*
Added a few gstreamer wrapped function
ptitSeb
2023-05-28
2
-6
/
+6
*
Added wrapped g_settings_get_uint funciton (for #809)
ptitSeb
2023-05-28
1
-1
/
+1
*
Added GstTaskPoll to gtkclass wrapping
ptitSeb
2023-05-28
3
-0
/
+55
*
[RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ML2...
xctan
2023-05-28
4
-2
/
+61
[next]