about summary refs log tree commit diff stats
path: root/src/tools/box64stack.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-69/+30
|/ | | | | | | * Use 32-bit push/pop for PUSHAD/POPAD. * Always specify the Push/Pop size explicitly. * Make the Push/Pop functions inline.
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-1/+3
|
* Various improvment to backtrace, protection tracking, and SHOWBT. Also ↵ptitSeb2023-02-171-1/+4
| | | | SIGABRT is tracked like SIGSEGV, SIGILL and SIGBUS
* Fixed a memory leak in env handlingptitSeb2023-02-121-0/+1
|
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ↵ptitSeb2022-09-301-6/+12
| | | | lot AES-XTS score of Geekbench 5)
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-3/+3
| | | | using libc one gather from dlsym)
* Improved initial stack buildptitSeb2022-04-241-0/+4
|
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-0/+1
|
* Added some comment on vDSOptitSeb2021-08-101-1/+1
|
* First passrajdakin2021-04-141-3/+3
|
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-20/+46
|
* Better Stack handling (backported from box86)ptitSeb2021-03-281-3/+6
|
* More x64emu preparationptitSeb2021-03-021-106/+121
|
* More elf loader and parsing and stack preparingptitSeb2021-03-021-0/+138