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