| LOW | xX_main_Xx.h | 1 | #include <string.h> |
| LOW | debug.h | 1 | #ifndef UTIL_DEBUG_H |
| LOW | debug.h | 21 | #define DEBUG_instr DEBUG_all |
| LOW | debug.h | 41 | #define TRACE_instr TRACE__NOP |
| LOW | debug.h | 61 | #define TRACE__NOP(msg, ...) if (log_override) { TRACE__(msg, ##__VA_ARGS__); } |
| LOW | debug.h | 81 | #if defined(__i386__) || defined(__x86_64__) |
| LOW | misc.h | 1 | #ifndef MISC_H |
| LOW | misc.h | 21 | #define _str(x) #x |
| LOW | misc.h | 41 | #define forceinline inline __attribute__((always_inline)) |
| LOW | misc.h | 61 | #if has_attribute(no_sanitize) |
| LOW | misc.h | 121 | typedef dword_t time_t_; |
| LOW | emu/float80.c | 1 | #include <assert.h> |
| LOW | emu/mmu.h | 1 | #ifndef EMU_CPU_MEM_H |
| LOW | emu/mmu.h | 41 | #endif |
| LOW | emu/interrupt.h | 1 | // Intel standard interrupts |
| LOW | emu/float80-test.c | 1 | #include <stdio.h> |
| LOW | emu/decode.h | 1 | #include "misc.h" |
| LOW | tools/undefined-flags.c | 1 | #include "emu/modrm.h" |
| LOW | tools/ptutil.c | 1 | #define _GNU_SOURCE |
| LOW | tools/vdso-transplant-main.c | 1 | // Run a process but replace the vdso with the one in the given file. |
| LOW | tools/ptraceomatic-config.h | 1 | #define VVAR_PAGES 4 |
| LOW | tools/ptraceomatic.c | 1 | // Fun little utility that single-steps a program using ptrace and |
| LOW | tools/ptraceomatic.c | 21 | #include "fs/fd.h" |
| LOW | tools/fakefs.c | 1 | #include <errno.h> |
| LOW | tools/vdso-transplant.c | 1 | // Uses ptrace to overwrite the vdso of a running process. |
| LOW | tools/unicornomatic.c | 1 | // Runs a program simultaneously in ish and unicorn, single steps, and asserts |
| LOW | app/LinuxTTY.c | 1 | // |
| LOW | app/UpgradeRootViewController.m | 1 | // |
| LOW | app/AppGroup.h | 1 | // |
| LOW | app/LinuxInterop.h | 1 | // |
| LOW | app/PasteboardDevice.m | 1 | #include <string.h> |
| LOW | app/Roots.m | 1 | // |
| LOW | app/AboutViewController.m | 1 | // |
| LOW | app/AboutAppearanceViewController.m | 1 | // |
| LOW | app/AccessibilityFixes.m | 1 | // |
| LOW | app/Terminal.m | 1 | // |
| LOW | app/LinuxPTY.c | 1 | // |
| LOW | app/CurrentRoot.h | 21 | /// An integer representing the current major version of the apk repositories. An upgrade will be run if the number in / |
| LOW | app/LocationDevice.m | 1 | // |
| LOW | app/hook.h | 1 | // |
| LOW | app/ExceptionExfiltrator.m | 1 | // |
| LOW | app/iOSFS.m | 1 | // |
| LOW | app/PasteboardDeviceLinux.c | 1 | // |
| LOW | app/LinuxInterop.c | 1 | // |
| LOW | app/AppGroup.m | 1 | // |
| LOW | app/LinuxRoot.c | 1 | // |
| LOW | app/Terminal.h | 1 | // |
| LOW | app/AppDelegate.m | 1 | // |
| LOW | app/AppDelegate.m | 21 | #import "NSObject+SaneKVO.h" |
| LOW | app/RootsTableViewController.m | 1 | // |
| LOW | app/TerminalView.m | 1 | // |
| LOW | app/UserPreferences.m | 1 | // |
| LOW | app/hook.c | 1 | // |
| LOW | app/LocationDevice.h | 1 | // |
| LOW | app/TerminalViewController.m | 1 | // |
| LOW | app/CurrentRoot.m | 1 | // |
| LOW | app/IOSCalls.m | 1 | // |
| LOW | app/ExceptionExfiltrator.h | 1 | // |
| LOW | app/ThemesViewController.m | 1 | // |
| LOW | app/FileProvider/FileProviderExtension.m | 1 | // |
| 92 more matches not shown… |