about summary refs log tree commit diff stats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Reprotect bridge when emu is runningptitSeb2022-10-301-1/+5
* Malloc override (#437)ptitSeb2022-10-292-5/+64
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-291-0/+1
* Imrpoved Bridges, againptitSeb2022-10-291-14/+21
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+112
* Fixed some issue with bridge memory protection handlingptitSeb2022-10-271-3/+3
* Try to improve the shell detection, again (for #433)ptitSeb2022-10-261-7/+4
* Changed elf signature detection to accomodate for AppImageptitSeb2022-10-251-0/+3
* Use box_strdup instead of realpath for the string allocation to be safeptitSeb2022-10-241-2/+5
* Fixed and improved Shell script detectionptitSeb2022-10-101-2/+6
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-302-6/+13
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-4/+18
* Some more wrapping on AtkUtilsptitSeb2022-09-112-4/+64
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-081-2/+20
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-041-6/+6
* Fixed x86/x86_64 binary detection (for #399)ptitSeb2022-08-311-2/+4
* small improvment to x64/x86 signature detectionptitSeb2022-08-301-10/+4
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-065-26/+26
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-301-0/+58
* Improved wrapping of libatkptitSeb2022-07-271-0/+84
* Fixed a few more warningsptitSeb2022-07-171-7/+7
* Improved wrapping of MetaFrames in gtk2ptitSeb2022-07-161-4/+9
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-151-362/+633
* Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)ptitSeb2022-07-031-1/+1
* Improved initial stack buildptitSeb2022-04-241-0/+4
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-8/+23
* Some more gtk wrapping workptitSeb2022-03-191-0/+82
* More work on GTK wrapping (hterm seems to run fine now)ptitSeb2022-03-192-0/+354
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-0/+1
* Some work on glib, gobject and steamptitSeb2022-03-011-1/+7
* Use sched_getcpu instead of deprecated getcpu (for #239)ptitSeb2022-02-201-2/+2
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-201-2/+15
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-1/+1
* Declare my_mmap and my_munmap to avoid warningmogery2021-10-131-0/+4
* Fix incorrect brick cleanupmogery2021-10-121-1/+3
* Map bricks below first 2GB of address spacemogery2021-10-121-1/+4
* More work on gtk wrappingptitSeb2021-09-201-17/+254
* Fixed some nasty copypasta on EmuCallptitSeb2021-09-191-4/+4
* More work on GTK wrapping. Still not ok, but betterptitSeb2021-09-191-119/+287
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp...ptitSeb2021-09-181-0/+1132
* Add some support vor VSyscallptitSeb2021-09-022-0/+50
* Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ava...ptitSeb2021-08-281-0/+1
* Added some comment on vDSOptitSeb2021-08-101-1/+1
* Fixed ELF Signature detectionptitSeb2021-07-121-6/+14
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-121-0/+18
* Fix non-dynarec buildptitSeb2021-07-051-1/+1
* Removed mutex per bridge and use a global one (remove chance of freeze on fork)ptitSeb2021-07-051-7/+4
* Improved unloading of libsptitSeb2021-06-041-0/+2
* Define CLFLUSH size in CPUID (helps Java programs)ptitSeb2021-05-311-1/+1
* Fixed GetNativeFncptitSeb2021-04-181-2/+2