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 wrapped malloc function
ptitSeb
2021-03-06
4
-1
/
+5
*
Added (F2/F3) REX AB (REP) STOSD opcode
ptitSeb
2021-03-06
1
-0
/
+22
*
Added REX 0F 29 MOVAPS ocpode
ptitSeb
2021-03-06
1
-1
/
+10
*
Added 66 REX 0F EF PXOR opcode
ptitSeb
2021-03-06
4
-2
/
+63
*
Addrd REX A9 TEST opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added REX 87 XCHG opcode
ptitSeb
2021-03-06
2
-1
/
+39
*
Added F0 REX B1 LOCK CMPXCHG opcode
ptitSeb
2021-03-06
2
-0
/
+122
*
Fixed GetEb handling
ptitSeb
2021-03-06
3
-32
/
+14
*
Fixed TRACE on Init with Symbol name
ptitSeb
2021-03-06
1
-1
/
+1
*
Added REX 80 opcodes
ptitSeb
2021-03-06
1
-0
/
+15
*
Added REX F6 opcodes
ptitSeb
2021-03-06
1
-0
/
+29
*
Added REX 84 opcode
ptitSeb
2021-03-06
1
-0
/
+6
*
Added 0F A2 cpuid opcode
ptitSeb
2021-03-06
4
-1
/
+297
*
Added __cxa_atexit wrapped function
ptitSeb
2021-03-06
1
-1
/
+1
*
More work on elfloader and relocation (and tls)
ptitSeb
2021-03-06
3
-21
/
+148
*
More work on wrapped lib and elf relocations
ptitSeb
2021-03-06
10
-11
/
+685
*
Wrapped usleep function
ptitSeb
2021-03-05
1
-1
/
+1
*
Added fork wrapped function
ptitSeb
2021-03-05
5
-46
/
+46
*
Fixed myalign handling for long double on ARM64
ptitSeb
2021-03-05
1
-1
/
+3
*
Somes fixes to float/double/long double handling in va_list
ptitSeb
2021-03-05
3
-5
/
+9
*
Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodes
ptitSeb
2021-03-05
5
-3
/
+178
*
Added some x87 opcodes (D9 and DB prefixes)
ptitSeb
2021-03-05
4
-1
/
+496
*
Fixed phtread_t that is a unsigned long instead of a unsigned int
ptitSeb
2021-03-05
4
-11
/
+15
*
Added 90 NOP
ptitSeb
2021-03-05
1
-0
/
+3
*
Added some phtread functions
ptitSeb
2021-03-05
5
-72
/
+86
*
Fixed 32bits BE opcode to clear upper part of reg
ptitSeb
2021-03-05
1
-1
/
+1
*
Added atof, atoi, atol and atoll wrapped functions
ptitSeb
2021-03-05
4
-4
/
+12
*
Added REX F7 opcodes
ptitSeb
2021-03-05
3
-3
/
+123
*
Added REX 66 C1 opcodes
ptitSeb
2021-03-05
1
-0
/
+17
*
Added REX 69 IMUL opcode
ptitSeb
2021-03-05
1
-8
/
+13
*
Added REX 0F B7 MOVZX opcode
ptitSeb
2021-03-05
1
-0
/
+6
*
Added 0F BE/BF MOVSX opcodes
ptitSeb
2021-03-05
1
-0
/
+23
*
More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcode
ptitSeb
2021-03-05
4
-5
/
+69
*
Added putchar wrapped function
ptitSeb
2021-03-05
4
-1
/
+5
*
Added REX 99 cd/cqo opcode
ptitSeb
2021-03-05
1
-1
/
+7
*
Ajusted REX 0F B6 opcode, as 32bits access to regs always wipe upper part
ptitSeb
2021-03-05
1
-4
/
+1
*
Added REX 63 MOVSXD opcode
ptitSeb
2021-03-05
1
-0
/
+10
*
Added REX 0F 80..8F Jcc opcodes
ptitSeb
2021-03-05
1
-0
/
+6
*
Added REX 88 MOV opcode and adjusted REX 8B one
ptitSeb
2021-03-05
1
-5
/
+7
*
Adjusted 89 and 8B opcode to clear upper part of regs when ED is a reg
ptitSeb
2021-03-05
1
-2
/
+10
*
Small change in wrapped function trace
ptitSeb
2021-03-05
1
-1
/
+1
*
Added REX 0F B6 MOVZX opcode
ptitSeb
2021-03-05
1
-1
/
+10
*
Added calloc and free wrapped functions
ptitSeb
2021-03-05
5
-3
/
+11
*
Added REX 0F 40..4F CMOVcc opcodes
ptitSeb
2021-03-05
3
-127
/
+134
*
Fixed PltResolver slot handling
ptitSeb
2021-03-05
1
-2
/
+4
*
Added REX 0F AF IMUL opcodes
ptitSeb
2021-03-05
4
-5
/
+37
*
Added EB JMP opcode
ptitSeb
2021-03-05
1
-0
/
+6
*
Fixed va_list handling on aarch64
ptitSeb
2021-03-05
1
-3
/
+3
*
A bit more work on va_list handling
ptitSeb
2021-03-05
1
-3
/
+22
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
7
-20
/
+484
[next]