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 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
*
A bit more work to prepare x86_64 emulation
ptitSeb
2021-03-03
3
-11
/
+19
*
Some work on Mod/RM 64bits decoding (with RIP relative addressing)
ptitSeb
2021-03-03
5
-167
/
+191
*
Fixed trace and prepare rex decoding
ptitSeb
2021-03-03
5
-265
/
+343
*
Ready to emulate main elf
ptitSeb
2021-03-03
1
-2
/
+17
*
Do ElfPlt on main elf
ptitSeb
2021-03-03
1
-0
/
+4
*
Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...
ptitSeb
2021-03-03
8
-32
/
+89
*
Added rt and pthread wrapped lib
ptitSeb
2021-03-03
9
-2
/
+431
*
Preload libs if needed
ptitSeb
2021-03-03
1
-0
/
+9
*
Add symbols from main elf to maplib
ptitSeb
2021-03-03
2
-11
/
+27
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
37
-248
/
+9404
*
Added Protection handling
ptitSeb
2021-03-02
1
-30
/
+66
*
Added bridge handling
ptitSeb
2021-03-02
5
-5
/
+282
*
More preparation on main x64emu_t structure
ptitSeb
2021-03-02
2
-2
/
+8
*
Another batch of printf/scanf format errors
ptitSeb
2021-03-02
3
-9
/
+9
*
Fixed a bunch of print format error
ptitSeb
2021-03-02
5
-42
/
+42
*
Added basic thread infrastructure
ptitSeb
2021-03-02
5
-6
/
+850
[next]