about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Added some more syscallsptitSeb2021-06-061-1/+5
* Better handling of on-purpose SIGSEGVptitSeb2021-06-052-4/+21
* Better trace for ftok and getcwd functionsptitSeb2021-06-051-27/+34
* Added a few more libc wrapped functionsptitSeb2021-06-051-3/+3
* Added syscall 228ptitSeb2021-06-051-0/+1
* Added setpgid wrapped functionptitSeb2021-06-051-2/+2
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-056-24/+58
* Fixed python wrapper builderptitSeb2021-06-056-22/+34
* [DYNAREC] Various small fixes to flags handlingptitSeb2021-06-056-29/+29
* Fixed BT/BTC/BTR/BTS opcodes ([DYNAREC] too)ptitSeb2021-06-054-78/+148
* Merge pull request #13 from rajdakin/useGeneratedptitSeb2021-06-0432-350/+132
|\
| * Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-0432-350/+132
|/
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-044-6/+6
* [DYNAREC] Fixed DD C0..C7 FFREE opcodeptitSeb2021-06-043-10/+15
* Added an option to use stderr for logsptitSeb2021-06-042-8/+13
* Improved unloading of libsptitSeb2021-06-043-14/+45
* [DYNAREC] Improved SMC handlingptitSeb2021-06-041-8/+10
* Rephrased a commentptitSeb2021-06-031-1/+1
* Merge pull request #12 from rajdakin/pyfixptitSeb2021-06-0351-166/+1098
|\
| * Fixed the Python script/added more typingrajdakin2021-06-0351-166/+1098
|/
* Some fine-tunning on wrapped lubncurses and friendsptitSeb2021-06-036-26/+17
* Improved elfloader with COPY and GLOBAL reloc with versionptitSeb2021-06-031-5/+6
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-039-3/+140
* Some work around libncurses and friendsptitSeb2021-06-0314-2/+175
* Fixed special case with FSCALE ocpode ([DYNAREC] too)ptitSeb2021-06-032-2/+4
* Fixed a warningptitSeb2021-06-031-1/+1
* Merge pull request #11 from rajdakin/mainptitSeb2021-06-0246-289/+535
|\
| * Added types to the Python script, fixed some issuesrajdakin2021-06-0245-257/+418
| * Added some comments to the Python script, changed little thingsrajdakin2021-06-0246-107/+192
|/
* Added one more syscallptitSeb2021-06-021-0/+12
* [DYNAREC] Fix x87opcode with roundingptitSeb2021-06-022-22/+23
* Added wrapped libncurses, libncurses6, libncursesw, libformw, libtinfo and li...ptitSeb2021-06-0222-6/+2440
* Added 66 A1/A3 opcodes ([DYNAREC] too)ptitSeb2021-06-022-0/+31
* Added some more syscallsptitSeb2021-06-022-0/+74
* Added fallback to no version in PltResolver for ver=0 symbol not foundptitSeb2021-06-021-0/+2
* Added wrapped libxml2 (from box86)ptitSeb2021-06-018-1/+3202
* Added F5 opcode ([DYNAREC] too)ptitSeb2021-06-012-0/+10
* Various small mprovments to interpretorptitSeb2021-06-016-48/+63
* Some small wrapped libGL improvementsptitSeb2021-06-015-0/+12
* Added some more wrapped libGL functions (help apitrace)ptitSeb2021-06-014-0/+27
* Better trace for glXGetProcAddressARBptitSeb2021-06-011-1/+1
* Improved custom named libGL handlingptitSeb2021-06-012-11/+25
* Some adjustements to elfloader needed libs loadingptitSeb2021-05-313-7/+17
* Fixed munmap with 0 lengthptitSeb2021-05-311-1/+1
* Define CLFLUSH size in CPUID (helps Java programs)ptitSeb2021-05-311-1/+1
* Added alternate name for libSDL2_image, libSDL2_ttf and libexpatptitSeb2021-05-301-0/+3
* [DYNAREC] Added 66 0F E7 opcodeptitSeb2021-05-301-1/+12
* [DYNAREC] Added CC opcodeptitSeb2021-05-301-2/+2
* Added some support for R_X86_64_TLSDESC relocationptitSeb2021-05-301-2/+29
* Fixed BOX64_DYNAREC_DUMP=2 env. var.ptitSeb2021-05-301-1/+1