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
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added __cxa_atexit wrapped function
ptitSeb
2021-03-06
1
-1
/
+1
*
More work on wrapped lib and elf relocations
ptitSeb
2021-03-06
8
-8
/
+682
*
Wrapped usleep function
ptitSeb
2021-03-05
1
-1
/
+1
*
Added fork wrapped function
ptitSeb
2021-03-05
2
-3
/
+3
*
Somes fixes to float/double/long double handling in va_list
ptitSeb
2021-03-05
1
-2
/
+2
*
Fixed phtread_t that is a unsigned long instead of a unsigned int
ptitSeb
2021-03-05
4
-11
/
+15
*
Added some phtread functions
ptitSeb
2021-03-05
4
-4
/
+16
*
Added atof, atoi, atol and atoll wrapped functions
ptitSeb
2021-03-05
4
-4
/
+12
*
Added putchar wrapped function
ptitSeb
2021-03-05
4
-1
/
+5
*
Added calloc and free wrapped functions
ptitSeb
2021-03-05
4
-2
/
+10
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
5
-20
/
+14
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
1
-3
/
+3
*
Added puts wrapped function (and test03 works)
ptitSeb
2021-03-04
1
-1
/
+1
*
Added C syscall wrapper
ptitSeb
2021-03-04
4
-1
/
+8
*
Added first attempt at function wrapping
ptitSeb
2021-03-04
1
-24
/
+24
*
A bit more work on syscall, to avoid old deprecated ones
ptitSeb
2021-03-04
1
-56
/
+9
*
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
1
-1
/
+1
*
Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...
ptitSeb
2021-03-03
5
-6
/
+26
*
Added rt and pthread wrapped lib
ptitSeb
2021-03-03
7
-0
/
+423
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
11
-0
/
+5753
[prev]