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
/
wrappedlibc.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added a couple of libc wrapped functions
ptitSeb
2021-04-05
1
-14
/
+6
|
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-6
/
+9
|
*
Added wrapped swscanf
ptitSeb
2021-04-02
1
-0
/
+8
|
*
Fixed trace on mremap
ptitSeb
2021-04-02
1
-1
/
+2
|
*
Implemented a workaround for mmap64 with MAP_32BIT flag
ptitSeb
2021-04-02
1
-0
/
+7
|
*
Added wrapped glob64 and freeglob64 functions
ptitSeb
2021-04-01
1
-2
/
+2
|
*
Wrapped malloc to call calloc instead (not sure it's really needed)
ptitSeb
2021-04-01
1
-5
/
+2
|
*
Added wrapped fts_* function (FTS struct seems aligned on 64bits)
ptitSeb
2021-03-30
1
-0
/
+6
|
*
Added wrapped swprintf
ptitSeb
2021-03-30
1
-14
/
+5
|
*
Added wrapped syslog and __syslog_chk
ptitSeb
2021-03-29
1
-0
/
+16
|
*
Some work around backtrace to try get symbol from stack frame (not sure it ↵
ptitSeb
2021-03-29
1
-6
/
+63
|
|
|
|
does work)
*
Removed a useless line in setjump wrapped function
ptitSeb
2021-03-28
1
-1
/
+0
|
*
Added more libc and pthreads wrapped functions
ptitSeb
2021-03-28
1
-69
/
+8
|
*
A few more libc wrapped functions
ptitSeb
2021-03-26
1
-0
/
+1
|
*
Added more libc wrapped functions
ptitSeb
2021-03-26
1
-0
/
+7
|
*
Fixed swprintf wrapping
ptitSeb
2021-03-26
1
-1
/
+1
|
*
Added wrapped __swprintf_chk function
ptitSeb
2021-03-26
1
-12
/
+5
|
*
Even more libc wrapped functions
ptitSeb
2021-03-25
1
-4
/
+3
|
*
Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ↵
ptitSeb
2021-03-25
1
-1
/
+1
|
|
|
|
libc wrapped functions
*
More libc wrapped symbols
ptitSeb
2021-03-25
1
-1
/
+8
|
*
Added wrapped libICE and libSM plus a few more libc wrapped functions
ptitSeb
2021-03-25
1
-49
/
+1
|
*
Added some more libc wrapped function (and now SuperHexagon works fine)
ptitSeb
2021-03-25
1
-1
/
+1
|
*
Added wrapped mmap64 and friends
ptitSeb
2021-03-25
1
-29
/
+4
|
*
Added a bunch of libc wrapped functions
ptitSeb
2021-03-25
1
-3
/
+3
|
*
Wrapped some more functions
ptitSeb
2021-03-13
1
-5
/
+4
|
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
1
-42
/
+33
|
*
Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few ↵
ptitSeb
2021-03-13
1
-0
/
+1
|
|
|
|
more libc wrapped functions
*
Added wrapped qsort and qsort_r functions
ptitSeb
2021-03-12
1
-2
/
+2
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-2
/
+6
|
|
|
|
stuff again
*
Fixed the already wrapped non-valist __Xprintf_chk functions
ptitSeb
2021-03-10
1
-3
/
+12
|
*
Wrapped sprintf
ptitSeb
2021-03-10
1
-12
/
+6
|
*
Added statfs64 fstatfs64 and _IO_xxxx wrapped functions
ptitSeb
2021-03-09
1
-23
/
+6
|
*
Aligned struct stat64 for fxstat(64) also
ptitSeb
2021-03-09
1
-96
/
+2
|
*
Alignement of struct stat / stat64
ptitSeb
2021-03-09
1
-19
/
+3
|
*
Added kill and killpg wrapped functions
ptitSeb
2021-03-09
1
-16
/
+7
|
*
More wrapped libc functions
ptitSeb
2021-03-09
1
-15
/
+7
|
*
A large batch of wrapped libc functions
ptitSeb
2021-03-09
1
-16
/
+52
|
*
Remove isCpuTopology function call to the open wrapped functions that is not ↵
ptitSeb
2021-03-08
1
-33
/
+0
|
|
|
|
needed
*
Added a few more libc wrapped functions
ptitSeb
2021-03-08
1
-44
/
+24
|
*
Added wrapped vfprintf and fprintf functions
ptitSeb
2021-03-08
1
-26
/
+10
|
*
Attempts at conversion of va_list
ptitSeb
2021-03-08
1
-14
/
+6
|
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
1
-2
/
+2
|
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
1
-27
/
+33
|
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-2
/
+1
|
*
Added fork wrapped function
ptitSeb
2021-03-05
1
-2
/
+2
|
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
1
-18
/
+8
|
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
1
-3
/
+3
|
*
A bit more work on syscall, to avoid old deprecated ones
ptitSeb
2021-03-04
1
-56
/
+9
|
*
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 ↵
ptitSeb
2021-03-03
1
-4
/
+4
|
|
|
|
correct anyway)
[prev]
[next]