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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WOW64] Finished skeleton code for PE build (#2542)
Yang Liu
2025-04-17
1
-1
/
+0
*
[WOW64] More tweaks for PE build (#2528)
Yang Liu
2025-04-14
1
-2
/
+3
*
[INTERP] Fixed pure 32bits iretd not behaving correctly
ptitSeb
2025-04-13
1
-16
/
+13
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
1
-2
/
+2
*
Decoupled alternate functions from bridge (#2500)
Yang Liu
2025-04-03
1
-1
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-8
/
+3
*
Moved some emit functions to os.h (#2494)
Yang Liu
2025-04-02
1
-28
/
+28
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+1
*
Added os.h for future usage (#2488)
Yang Liu
2025-04-01
1
-0
/
+1
*
[BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)
ptitSeb
2025-02-20
1
-3
/
+6
*
[COSIM] Don't do div by 0 signal on interpreter part when testing
ptitSeb
2025-02-02
1
-0
/
+12
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-5
/
+5
*
[INTERPRETER] Added a check of CS validity on IRET opcode
ptitSeb
2025-01-06
1
-27
/
+41
*
Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)
ptitSeb
2024-12-20
1
-14
/
+2
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-11
/
+18
*
[INTERPRETER] Zero'd upper 32bits of regs when switching to 32bits from 64bits
ptitSeb
2024-11-15
1
-21
/
+86
*
Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-11-07
1
-1
/
+1
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
1
-4
/
+4
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-5
/
+6
*
Generate a SIGILL on unimplemented opcode
ptitSeb
2024-10-30
1
-0
/
+1
*
Make BOX64_IGNOREINT3 also ignore other privilged instructions
ptitSeb
2024-10-24
1
-1
/
+16
*
[INTERPRETER] Worked on CF IRET opcode
ptitSeb
2024-10-04
1
-7
/
+9
*
[INTEPRETER] Added a check on CS for CA/CB opecodes
ptitSeb
2024-09-24
1
-2
/
+10
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
1
-54
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+9
*
Improved exception/int 3 handling
ptitSeb
2024-07-21
1
-1
/
+12
*
Improved TF handling
ptitSeb
2024-07-21
1
-2
/
+3
*
[INTERPRETER] Fixed some issue with INT opcodes and STEP logic
ptitSeb
2024-07-17
1
-3
/
+3
*
Fixes (#1659)
rajdakin
2024-07-09
1
-2
/
+2
*
[INTERPRETER] opcode F1 is valid alson in 64bits
ptitSeb
2024-06-24
1
-4
/
+0
*
[INTERPRETER] Added 32bits F1 opcode
ptitSeb
2024-06-24
1
-0
/
+10
*
[COSIM] Some improvment to avoid segfault in edge cases
ptitSeb
2024-06-17
1
-1
/
+1
*
[INTERPRETER] Added BMI1, BMI2 and ADX extensions
ptitSeb
2024-05-31
1
-6
/
+6
*
[ARM64_DYNAREC] Added a fisrt 128bits only AVX opcode
ptitSeb
2024-05-30
1
-2
/
+0
*
[INTERPRETER] Some fixes and small refactor on avx handling
ptitSeb
2024-05-27
1
-23
/
+0
*
[INTERPRETER] Added avx (66 0F 38) 00 opcode
ptitSeb
2024-05-27
1
-1
/
+1
*
[INTERPRETER] Added avx (66 0F 3A) 44 opcode
ptitSeb
2024-05-27
1
-9
/
+9
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
1
-4
/
+72
*
[COSIM] Added thread-safe tests (#1477)
Yang Liu
2024-04-30
1
-1
/
+52
*
Fixed a few warning here and there...
ptitSeb
2024-04-13
1
-122
/
+122
*
POPF opcode should not overwrite IF bit
ptitSeb
2024-03-08
1
-1
/
+1
*
[INTERPRETER] Generate a SIGILL when executing 3F opcode in 64bits
ptitSeb
2024-03-07
1
-1
/
+1
*
Added CA opcode
ptitSeb
2024-02-25
1
-1
/
+14
*
[32BITS] Added 0E opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-24
1
-0
/
+7
*
[INTERPRETER] Added CB opcode
ptitSeb
2024-02-22
1
-0
/
+12
*
[INTERPRETER] CE opcode is only for 32bits
ptitSeb
2024-02-04
1
-0
/
+4
*
[INTERPRETER] Added CE opcode
ptitSeb
2024-01-31
1
-1
/
+9
*
[32BITS] Small improvment to E8/E9 opcode to trucate address to 32bits
ptitSeb
2024-01-29
1
-2
/
+8
*
[DYNAREC_TEST] Fixed some potential fals-positive on some CMP opcodes
ptitSeb
2024-01-29
1
-4
/
+4
*
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
2024-01-27
1
-3
/
+5
[next]