| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [TRACE] Added tooling to check if x86/x64 opcode is valid | ptitSeb | 2025-10-01 | 1 | -0/+1 |
| | | |||||
| * | [GDBJIT] Display DynaRec info in source file (#2179) | Yang Liu | 2024-12-20 | 1 | -1/+1 |
| | | | | | | * [GDBJIT] Display DynaRec info in source file * fix | ||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | | Added ability to trace and dump 32bits code | ptitSeb | 2023-06-17 | 1 | -0/+3 |
| |/ | |||||
| * | Added Zydis lib support for Trace enabled build | ptitSeb | 2021-03-02 | 1 | -0/+17 |