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 (
Expand
)
Author
Age
Files
Lines
*
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-1
/
+1
*
Fixed an issue in wrapped execv
ptitSeb
2023-06-10
1
-1
/
+1
*
[DYNAREC] Do not track memory that is not accessible (should save some memory)
ptitSeb
2023-05-28
1
-4
/
+11
*
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
1
-0
/
+35
*
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
1
-34
/
+7
*
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
1
-7
/
+15
*
Optimized Exit bridge managment
ptitSeb
2023-05-10
1
-2
/
+2
*
Improved custom memory allocator
ptitSeb
2023-05-10
1
-1
/
+1
*
Hide segfault on quit from my_exit too
ptitSeb
2023-05-08
1
-0
/
+2
*
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-2
/
+8
*
[WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)
Yang Liu
2023-05-07
1
-67
/
+67
*
Improved handling of x86_64 47bits memory (should help #763)
ptitSeb
2023-05-05
1
-3
/
+3
*
Added a bunch of wrapped functions (for #725)
ptitSeb
2023-04-23
1
-1
/
+11
*
Fixed and improved __cxa_atexit handling
ptitSeb
2023-04-22
1
-4
/
+6
*
[WRAPPER] Fix my___vsnprintf_chk (#722)
xctan
2023-04-21
1
-1
/
+1
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
1
-1
/
+11
*
Expose POPCNT capability too
ptitSeb
2023-03-12
1
-1
/
+1
*
Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-03-12
1
-1
/
+1
*
Added libresolv to libc for glibc2.34+ (might help #210)
ptitSeb
2023-03-09
1
-1
/
+2
*
Added some special case to the CPU Name grabbing
ptitSeb
2023-03-06
1
-9
/
+11
*
Fixed cpu name extraction for big.LITTLE configurations
ptitSeb
2023-03-06
1
-0
/
+6
*
Change branding of Cpu to refect Box64 and the cpu it's running on
ptitSeb
2023-03-06
1
-0
/
+40
*
Better way to use CREATE_VALIST_FROM_VAARG macro
ptitSeb
2023-03-03
1
-4
/
+4
*
Use CREATE_VALIST_FROM_VAARG if exist on XXprintf family
ptitSeb
2023-03-02
1
-0
/
+16
*
[DYNAREC] Small imrvment in managing memory protection
ptitSeb
2023-02-25
1
-1
/
+1
*
Preliminary work to get steamwebhelper working
ptitSeb
2023-02-18
1
-5
/
+6
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
1
-5
/
+59
*
Fixed a small warning
ptitSeb
2023-02-13
1
-1
/
+11
*
Various minor warning fixes
ptitSeb
2023-02-13
1
-1
/
+1
*
Added fts64_XXX wrapped functions to libc (for #503)
ptitSeb
2023-02-04
1
-0
/
+8
*
Added partial support for register_printf_specifier and friend (for #503)
ptitSeb
2023-02-04
1
-1
/
+85
*
Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...
ptitSeb
2022-12-30
1
-1
/
+9
*
Use print_cycle_log here
ptitSeb
2022-12-12
1
-7
/
+1
*
[DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respected
ptitSeb
2022-12-03
1
-2
/
+2
*
Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...
ptitSeb
2022-11-28
1
-2
/
+2
*
Added box64rc configuration file handling
ptitSeb
2022-11-27
1
-0
/
+11
*
Fixed an issue with grabNCpu function, as getline might use realloc, don't us...
ptitSeb
2022-11-27
1
-1
/
+2
*
Improve (non-libc) syscall, and added a few new ones
ptitSeb
2022-11-22
1
-2
/
+2
*
x86_64 build don't need CreateCPUInfoFile
ptitSeb
2022-11-11
1
-1
/
+1
*
Actualy fix x86_64 build
ptitSeb
2022-11-11
1
-1
/
+1
*
Fix x86_64 build
ptitSeb
2022-11-11
1
-1
/
+1
*
Improved cpu cores detection and reporting
ptitSeb
2022-11-11
1
-7
/
+36
*
Detect when program is linked with glibc 2.34+ to workaround the default libc...
ptitSeb
2022-11-01
1
-4
/
+12
*
Malloc override (#437)
ptitSeb
2022-10-29
1
-2
/
+2
*
Improved handling of execve and posix_spawn, especialy with arv[0] is not the...
ptitSeb
2022-10-27
1
-37
/
+64
*
Some fixes to execv and posic_spawn wrapped functions
ptitSeb
2022-10-26
1
-12
/
+15
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
1
-3
/
+3
*
Added BOX64_ROLLING_LOG support to __stack_chk_fail
ptitSeb
2022-10-26
1
-0
/
+9
*
Small refactor and simplification of library_t structure and box64context_t
ptitSeb
2022-10-19
1
-13
/
+13
*
Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...
ptitSeb
2022-09-30
1
-1
/
+1
[next]