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 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
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
2
-6
/
+6
*
Added REX 98 CWDE/CDQE opcode
ptitSeb
2021-03-04
1
-0
/
+7
*
Added puts wrapped function (and test03 works)
ptitSeb
2021-03-04
1
-1
/
+1
*
Added C9 LEAVE opcode (and test02 works too)
ptitSeb
2021-03-04
1
-0
/
+5
*
Added C syscall wrapper
ptitSeb
2021-03-04
4
-1
/
+8
*
Fix injection of PLT Resolver
ptitSeb
2021-03-04
1
-6
/
+6
*
Added 68 PUSH Id opcode
ptitSeb
2021-03-04
1
-0
/
+4
*
Added R_X86_64_JUMP_SLOT to RelA relocation handling
ptitSeb
2021-03-04
1
-1
/
+29
*
Added 0F 05 SYSCALL opcode (and test01 works now)
ptitSeb
2021-03-04
1
-0
/
+4
*
Added REX C6 MOV opcode
ptitSeb
2021-03-04
1
-0
/
+5
*
Added REX C7 MOV opcode
ptitSeb
2021-03-04
1
-2
/
+12
*
Added REX B8..BF MOV opcodes
ptitSeb
2021-03-04
1
-0
/
+14
*
Added REX 38..3D CMP opcodes
ptitSeb
2021-03-04
1
-8
/
+46
*
Added REX D1/D3 opcodes
ptitSeb
2021-03-04
1
-0
/
+30
*
Added E9 JMP opcode
ptitSeb
2021-03-04
1
-0
/
+5
*
Added 0F 1F NOP opcode
ptitSeb
2021-03-04
3
-3
/
+87
*
Fixed an issue with GetECommon and REX.b
ptitSeb
2021-03-04
1
-2
/
+2
*
Added REX C1 opcodes
ptitSeb
2021-03-04
1
-0
/
+29
*
Added C3 RET opcode
ptitSeb
2021-03-04
1
-0
/
+5
*
Added 70..7F Jcc opcoces
ptitSeb
2021-03-04
1
-0
/
+87
*
Fixed those 2 functions declarations
ptitSeb
2021-03-04
1
-2
/
+2
*
Added REX 85 TEST opcode
ptitSeb
2021-03-04
1
-0
/
+10
*
Added REX 8B opcode
ptitSeb
2021-03-04
2
-1
/
+11
*
Added E8 CALL opcode
ptitSeb
2021-03-04
1
-0
/
+12
*
Added first attempt at function wrapping
ptitSeb
2021-03-04
1
-24
/
+24
*
Preparing to execute wrapped function
ptitSeb
2021-03-04
2
-246
/
+89
*
Added REX FF opcodes
ptitSeb
2021-03-04
2
-5
/
+69
*
Added REX 8D LEA opcode
ptitSeb
2021-03-04
1
-0
/
+10
*
Added REX 81/83 opcodes
ptitSeb
2021-03-04
1
-0
/
+36
*
Added Rex 50..5F PUSH/POP opcodes
ptitSeb
2021-03-04
1
-0
/
+29
*
Fix REX handling and added REX 89 opcode
ptitSeb
2021-03-04
2
-12
/
+22
*
First x86_64 opcode executed :)
ptitSeb
2021-03-04
4
-11
/
+2112
*
Not sure yet on what registers are expected thoses variables
ptitSeb
2021-03-04
1
-2
/
+2
*
Preparing defered flags handling
ptitSeb
2021-03-04
4
-30
/
+259
*
A bit more work on syscall, to avoid old deprecated ones
ptitSeb
2021-03-04
2
-65
/
+40
*
Small change to wrapped ld-linux to make it more portable
ptitSeb
2021-03-04
1
-2
/
+7
[next]