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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix REX handling and added REX 89 opcode
ptitSeb
2021-03-04
2
-12
/
+22
*
First x86_64 opcode executed :)
ptitSeb
2021-03-04
5
-11
/
+2113
*
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
10
-2
/
+433
*
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
39
-272
/
+9949
*
Added Protection handling
ptitSeb
2021-03-02
1
-30
/
+66
*
Added bridge handling
ptitSeb
2021-03-02
6
-5
/
+283
*
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
6
-6
/
+851
*
Added Zydis lib support for Trace enabled build
ptitSeb
2021-03-02
5
-2
/
+4482
*
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
12
-0
/
+1983
*
Preparing auxval handling
ptitSeb
2021-03-02
4
-1
/
+75
*
More elf loader and parsing and stack preparing
ptitSeb
2021-03-02
6
-33
/
+198
*
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
11
-2
/
+2963
*
Added x86_64 version of libgcc_s and libstdc++
ptitSeb
2021-02-28
2
-0
/
+0
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
17
-0
/
+2590
*
Refined .gitignore
ptitSeb
2021-02-28
1
-0
/
+9
*
Added x86_64 tests (based on box86)
ptitSeb
2021-02-28
47
-0
/
+2280
*
Initial commit
ptitSeb
2020-12-01
2
-0
/
+73