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
*
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
*
Added Zydis lib support for Trace enabled build
ptitSeb
2021-03-02
4
-2
/
+4481
*
More x64emu preparation
ptitSeb
2021-03-02
4
-113
/
+136
*
Initializing x64emu structure
ptitSeb
2021-03-02
3
-7
/
+10
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
11
-0
/
+1980
*
Preparing auxval handling
ptitSeb
2021-03-02
3
-1
/
+74
*
More elf loader and parsing and stack preparing
ptitSeb
2021-03-02
5
-33
/
+197
*
Detecting tcmalloc now
ptitSeb
2021-03-02
3
-10
/
+55
*
Load elf in memory
ptitSeb
2021-03-01
3
-3
/
+14
*
Main elf memory allocated
ptitSeb
2021-03-01
1
-0
/
+20
*
Future custommem helper init'd and fini'd
ptitSeb
2021-03-01
1
-2
/
+3
*
Added main elf to context
ptitSeb
2021-03-01
3
-3
/
+11
*
Read elf header of launched executable
ptitSeb
2021-03-01
10
-2
/
+2959
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
14
-0
/
+2246