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
*
[DYNAREC] Added 0F DB opcode
ptitSeb
2021-04-02
1
-0
/
+8
*
[DYNAREC] Added 0F 73 opcode
ptitSeb
2021-04-02
2
-0
/
+44
*
[DYNAREC] Added 0F 38 00 opcode
ptitSeb
2021-04-02
1
-0
/
+10
*
[DYNAREC] Added 0F 38 0B opcode
ptitSeb
2021-04-02
1
-0
/
+8
*
Added 66 0F 38 0B opcode ([DYNAREC] too)
ptitSeb
2021-04-02
4
-0
/
+40
*
Added 0F E0 opcode ([DYNAREC] too)
ptitSeb
2021-04-02
4
-1
/
+57
*
Added 0F E7 opcode ([DYNAREC] too)
ptitSeb
2021-04-02
2
-1
/
+22
*
Added wrapped swscanf
ptitSeb
2021-04-02
4
-1
/
+104
*
[DYNAREC] Fixed SQXTUN2_8 emiter, and so 66 0F 67 opcode
ptitSeb
2021-04-02
1
-8
/
+6
*
Fixed trace on mremap
ptitSeb
2021-04-02
1
-1
/
+2
*
Changed LOG Level of dl_iterate_phdr warning
ptitSeb
2021-04-02
1
-1
/
+1
*
[DYNAREC] Fixed CSETM printer
ptitSeb
2021-04-02
1
-1
/
+1
*
Implemented a workaround for mmap64 with MAP_32BIT flag
ptitSeb
2021-04-02
3
-0
/
+45
*
Minor change to elfloader
ptitSeb
2021-04-02
1
-1
/
+2
*
Better trace for mmap64
ptitSeb
2021-04-02
1
-0
/
+3
*
Change Elfloader handling of R_X86_64_GLOB_DAT with R_X86_64_COPY by preapply...
ptitSeb
2021-04-02
1
-3
/
+6
*
Added wrapped rawmemchr function
ptitSeb
2021-04-02
1
-2
/
+2
*
Added wrapped libutil
ptitSeb
2021-04-02
3
-1
/
+52
*
Just to be sure the sign is extended to 64bits
ptitSeb
2021-04-01
1
-1
/
+1
*
Better trace for mkdir
ptitSeb
2021-04-01
1
-0
/
+4
*
Added a few more libc wrapped functions
ptitSeb
2021-04-01
1
-4
/
+4
*
Added libs64 as default LD_LIBRARY_PATH
ptitSeb
2021-04-01
1
-1
/
+1
*
Try to add 0F AE /7 CLFLUSH opcode
ptitSeb
2021-04-01
1
-0
/
+5
*
Added some more libc wrapped functions
ptitSeb
2021-04-01
4
-3
/
+7
*
Try to setup some kind of Stack Frame on new thread
ptitSeb
2021-04-01
1
-0
/
+2
*
Added wrapped glob64 and freeglob64 functions
ptitSeb
2021-04-01
2
-6
/
+4
*
Added F0 FF opcodes
ptitSeb
2021-04-01
1
-0
/
+61
*
Added wrapped fdatasync function
ptitSeb
2021-04-01
1
-1
/
+1
*
Added 67 89 opcode
ptitSeb
2021-04-01
1
-0
/
+15
*
[DYNAREC] Added 0F 51 opcode
ptitSeb
2021-04-01
1
-0
/
+8
*
[DYNAREC] Small Fix for 67 8D opcode
ptitSeb
2021-04-01
1
-1
/
+5
*
[DYNAREC] Fixed F3 0F 70 opcode
ptitSeb
2021-04-01
1
-2
/
+2
*
Small change to 67 C1 opcode
ptitSeb
2021-04-01
1
-1
/
+1
*
[DYNAREC] Added 66 0F E6 opcode
ptitSeb
2021-04-01
1
-0
/
+25
*
[DYNAREC] Small change to 8D opcode
ptitSeb
2021-04-01
1
-1
/
+2
*
[DYNAREC] Fixed 67 8D opcde, and remove hack for 67 REX.W, it was wrong
ptitSeb
2021-04-01
4
-6
/
+123
*
[DYNAREC] Added 66 0F 5C opcode
ptitSeb
2021-04-01
1
-0
/
+7
*
Added wrapped fchmodat function
ptitSeb
2021-04-01
1
-1
/
+1
*
[DYNAREC] Added 66 0F 58/59 opcode
ptitSeb
2021-04-01
1
-1
/
+14
*
Added 67 C1 opcode
ptitSeb
2021-04-01
1
-1
/
+116
*
[DYNAREC] Handling 67 REX.W as just REX.W
ptitSeb
2021-04-01
1
-0
/
+3
*
[DYNAREC] Added 66 0F F5 opcode
ptitSeb
2021-04-01
2
-8
/
+18
*
Added 0F 31 opcode ([DYNAREC] too)
ptitSeb
2021-04-01
2
-0
/
+13
*
[DYNAREC] Added 66 0F C6 opcode
ptitSeb
2021-04-01
1
-0
/
+20
*
Added 66 0F 3A 0F opcode ([DYNAREC] too)
ptitSeb
2021-04-01
2
-0
/
+48
*
Cosmetic change
ptitSeb
2021-04-01
1
-2
/
+0
*
Wrapped malloc to call calloc instead (not sure it's really needed)
ptitSeb
2021-04-01
2
-6
/
+3
*
Better trace for XCreateWindow
ptitSeb
2021-04-01
1
-0
/
+7
*
Fixed 0F 7E opcode, plus a few other small changes
ptitSeb
2021-04-01
1
-16
/
+19
*
[DYNAREC] Small optim of 0F 6E opcode
ptitSeb
2021-04-01
1
-5
/
+14
[next]