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
*
Added 0F DA ocode ([DYNAREC] too)
ptitSeb
2021-04-07
2
-2
/
+14
*
Added RK3326 definitions.
krishenriksen
2021-04-07
3
-3
/
+3
*
Added wrapped ldiv function
ptitSeb
2021-04-06
4
-1
/
+5
*
Added wrapped libcrypto and libssl
ptitSeb
2021-04-06
8
-2
/
+5326
*
Fixed __realpath_chk wrapping
ptitSeb
2021-04-06
4
-4
/
+4
*
Unlock all mutex on child process when forking
ptitSeb
2021-04-06
2
-0
/
+26
*
Fixed SDL AudioSpec structure definition
ptitSeb
2021-04-06
1
-0
/
+1
*
Added 67 80/8B opcodes
ptitSeb
2021-04-05
1
-0
/
+25
*
Added a couple of libc wrapped functions
ptitSeb
2021-04-05
2
-16
/
+8
*
Cleanup trace_func if still present at exit
ptitSeb
2021-04-05
1
-0
/
+5
*
And another change change to __libc_start_main for non-Dynarec build
ptitSeb
2021-04-05
1
-2
/
+2
*
Added some more GL wrapped functions
ptitSeb
2021-04-05
4
-0
/
+27
*
One more change to __libc_start_main to end emulation when done
ptitSeb
2021-04-05
1
-0
/
+1
*
Fixed _start preparation
ptitSeb
2021-04-05
1
-6
/
+3
*
Re-enabled the pre-calc of next block for new thread
ptitSeb
2021-04-05
1
-1
/
+1
*
Better trace for glXGetProcAddress
ptitSeb
2021-04-05
1
-0
/
+3
*
Merge pull request #1 from rajdakin/wrapper_add
ptitSeb
2021-04-04
2
-926
/
+1658
|
\
|
*
[WRAPPER] Added a new feature in the wrapper, forced all i32 to i64
rajdakin
2021-04-04
2
-926
/
+1658
*
|
[DYNAREC] Added 66 64 8B opcode
ptitSeb
2021-04-04
3
-1
/
+86
*
|
Added some more libc wrapped functions
ptitSeb
2021-04-04
1
-6
/
+6
*
|
Ooops, that typo was breaking some C#/Unity stuff
ptitSeb
2021-04-04
1
-1
/
+1
*
|
Disabled handling of CC opcode for now (ignoring it is better)
ptitSeb
2021-04-04
1
-1
/
+1
*
|
Added some more 67 opcodes (may need to find a better solution for this)
ptitSeb
2021-04-04
4
-1
/
+81
|
/
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
6
-17
/
+70
*
One more libc wrapped function
ptitSeb
2021-04-03
4
-1
/
+5
*
[DYNAREC] A few more printer on litteral LDR
ptitSeb
2021-04-03
1
-1
/
+13
*
[DYNAREC] Some more fixes on some DB opcodes (until ARMv8.5 detection is impl...
ptitSeb
2021-04-03
1
-0
/
+42
*
More work on stack alignements
ptitSeb
2021-04-03
1
-2
/
+2
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
5
-2
/
+13
*
[DYNAREC] Fixed x87 virtual stack managment
ptitSeb
2021-04-03
1
-11
/
+11
*
Added some more libc wrapped functions
ptitSeb
2021-04-03
4
-5
/
+9
*
[DYNAREC] Added DF opcodes
ptitSeb
2021-04-03
4
-12
/
+342
*
[DYNAREC] Added DD opcodes
ptitSeb
2021-04-03
3
-1
/
+203
*
[DYNAREC] Fixed many issues with x87 cache handling
ptitSeb
2021-04-03
1
-14
/
+14
*
[DYNAREC] removed a warning
ptitSeb
2021-04-03
1
-2
/
+0
*
[DYNAREC] Added D8 opcodes
ptitSeb
2021-04-03
3
-1
/
+237
*
[DYNAREC] Added DB opcodes
ptitSeb
2021-04-03
5
-11
/
+280
*
[DYNAREC] Added D9 opcodes
ptitSeb
2021-04-03
6
-6
/
+369
*
[DYNAREC] Better 0F 77 EMMS emulation
ptitSeb
2021-04-03
3
-2
/
+5
*
[DYNAREC] Added F3 0F 52 opcode
ptitSeb
2021-04-03
2
-0
/
+31
*
[DYNAREC] Added F3 0F E6 opcode
ptitSeb
2021-04-03
1
-0
/
+10
*
[DYNAREC] Added 66 03/C6 opcodes
ptitSeb
2021-04-03
1
-1
/
+37
*
Better trace for strcmp
ptitSeb
2021-04-03
1
-0
/
+3
*
Added wrapped pwrite function
ptitSeb
2021-04-03
1
-1
/
+1
*
Changed the way alignment of mutex is done
ptitSeb
2021-04-03
2
-6
/
+50
*
Small fix for dl_iterate_phdr
ptitSeb
2021-04-03
1
-1
/
+1
*
Better trace for opendir and strlen
ptitSeb
2021-04-03
1
-0
/
+7
*
Added 64 00..35/C6 opcodes
ptitSeb
2021-04-02
1
-10
/
+57
*
Added a few more libc wrapped function and fixed munmap wrapping
ptitSeb
2021-04-02
4
-5
/
+9
*
[DYNAREC] Fixed 0F 5D/5F/6E/6F opcodes
ptitSeb
2021-04-02
1
-9
/
+9
[next]