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
/
emu
/
x64run_private.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WOW64] Added non-functional PE build (#2532)
Yang Liu
2025-04-14
1
-1178
/
+2
*
[WOW64] More tweaks for PE build (#2528)
Yang Liu
2025-04-14
1
-2
/
+1
*
[WOW64] Splitted freq and cleanup functions from x64emu (#2521)
Yang Liu
2025-04-11
1
-1
/
+1
*
[WOW64] More tweaks towards PE build (#2519)
Yang Liu
2025-04-10
1
-39
/
+23
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+1
*
Moved more OS-dependent functions to os.h (#2491)
Yang Liu
2025-04-01
1
-0
/
+1
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+2
*
[INTERP] Work on UD flags
ptitSeb
2025-02-21
1
-132
/
+150
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
1
-24
/
+24
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-27
/
+26
*
[INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...
ptitSeb
2024-12-26
1
-5
/
+23
*
[GDBJIT] Display DynaRec info in source file (#2179)
Yang Liu
2024-12-20
1
-1
/
+1
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-0
/
+8
*
[ARM64_DYNAREC] Various fixes and improvments to a few random opcodes
ptitSeb
2024-11-15
1
-0
/
+18
*
[INTERPRETER] Some cleanup on base logic/math/shift operations
ptitSeb
2024-11-15
1
-148
/
+117
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
1
-0
/
+26
*
[TRACE] A few more details for some speicifc CALL variant
ptitSeb
2024-11-06
1
-6
/
+6
*
[TRACE] Improved 32bits trace for FF 92 opocde
ptitSeb
2024-10-19
1
-0
/
+4
*
[BOX32][TRACE] Some more improved trace
ptitSeb
2024-10-03
1
-0
/
+5
*
[BOX32] Fixed main Elf init not always called
ptitSeb
2024-09-30
1
-0
/
+8
*
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
1
-3
/
+15
*
[TRACE] Better trace for 32bits FF 52 opcode
ptitSeb
2024-09-13
1
-0
/
+4
*
[TRACE] Better trace for F3 0F 1E FA opcode
ptitSeb
2024-09-09
1
-1
/
+3
*
[BOX32] Added more 32bits wrapped function and fixes
ptitSeb
2024-08-30
1
-1
/
+1
*
[TRACE] Added one 32bits jump decoding dest address
ptitSeb
2024-08-29
1
-0
/
+4
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+52
*
[TRACE] Fixed some issue with function name printing
ptitSeb
2024-07-13
1
-1
/
+4
*
Fixes (#1659)
rajdakin
2024-07-09
1
-34
/
+34
*
[TRACE] Print offset in function in hex
ptitSeb
2024-06-23
1
-1
/
+1
*
[COSIM] Fixed 66 48 xx type of opcodes
ptitSeb
2024-06-09
1
-2
/
+5
*
[COSIM] Added more helpers to avoid segfault on rare cases
ptitSeb
2024-06-03
1
-4
/
+3
*
[COSIM] Fixed YMM handling in cosim, seems to work better now
ptitSeb
2024-06-02
1
-0
/
+14
*
[INTERPRETER] Added avx (F3 0F) 6F and (66 0F) 70
ptitSeb
2024-05-26
1
-0
/
+6
*
[ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with const...
ptitSeb
2024-05-17
1
-31
/
+1
*
[ARM64_DYNAREC] Fix and improvments on rcl/rcr helper
ptitSeb
2024-05-09
1
-2
/
+13
*
[TRACE] Remove a trace that might crash when tracing
ptitSeb
2024-05-02
1
-1
/
+1
*
[ANDOIRD] Fix build
ptitSeb
2024-04-22
1
-2
/
+0
*
[ANDROID] Try to fix test 07
ptitSeb
2024-04-22
1
-0
/
+7
*
[INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodes
ptitSeb
2024-03-08
1
-0
/
+62
*
[WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)
xctan
2024-03-04
1
-1
/
+1
*
[ANDROID] Small change on my___libc_init signature
ptitSeb
2024-02-27
1
-1
/
+1
*
[ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...
ptitSeb
2024-02-21
1
-2
/
+13
*
Small adjustment to one flags computation
ptitSeb
2024-02-21
1
-1
/
+1
*
[INTERPRETER] Fix shl/sar/shr for large shft value on 8 and 16bits operations
ptitSeb
2024-02-20
1
-202
/
+88
*
[ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...
ptitSeb
2024-02-15
1
-1
/
+1
*
[DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4
ptitSeb
2024-02-07
1
-0
/
+13
*
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
2024-01-27
1
-14
/
+14
*
[TRACE] Slightly improved trace
ptitSeb
2024-01-22
1
-1
/
+7
*
[TRACE] Improved trace for __libc_start_main init handling
ptitSeb
2024-01-21
1
-1
/
+2
[next]