Jailbreak for A8 through A11, T2 devices, on iOS/iPadOS/tvOS 15.0, bridgeOS 5.0 and higher.
This report presents the forensic synthetic code analysis of palera1n/palera1n, a C project with 6,354 GitHub stars. SynthScan v2.0 examined 11,085 lines of code across 41 source files, recording 163 pattern matches distributed across 1 syntactic category. The overall adjusted score of 9.9 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 163 distinct pattern matches across 1 syntactic category. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | include/palerain.h | 1 | #ifndef PALERAIN_H | COMMENT |
| LOW | include/palerain.h | 21 | #define palerain_option_version 129 | COMMENT |
| LOW | include/palerain.h | 41 | typedef struct stuff | COMMENT |
| LOW | include/paleinfo.h | 21 | // (UINT64_C(1) << 3) /* Deprecated and removed */ | COMMENT |
| LOW | include/paleinfo.h | 41 | #define palerain_option_overlay (UINT64_C(1) << 23) /* there is an overlay (should always be true) */ | COMMENT |
| LOW | include/tui.h | 1 | #ifndef TUI_H | COMMENT |
| LOW | include/tui.h | 21 | COMMENT | |
| LOW | include/tui.h | 41 | #define BG_YELLOW 43 | COMMENT |
| LOW | include/ANSI-color-codes.h | 1 | /* | COMMENT |
| LOW | include/ANSI-color-codes.h | 21 | #define BBLK "\033[1;30m" | COMMENT |
| LOW | include/ANSI-color-codes.h | 41 | #define BLKB "\033[40m" | COMMENT |
| LOW | include/ANSI-color-codes.h | 61 | #define HBLK "\033[0;90m" | COMMENT |
| LOW | include/ANSI-color-codes.h | 81 | #define reset "\033[0m" | COMMENT |
| LOW | src/log.c | 1 | #include <time.h> | COMMENT |
| LOW | src/tui_screen_jailbreak.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/lock_vars.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/exec_checkra1n.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/credits.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/devhelper.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/devhelper.c | 21 | #include <inttypes.h> | COMMENT |
| LOW | src/tui_screen_main.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/usb_iokit.c | 21 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | COMMENT |
| LOW | src/tui_main.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/tui_screen_enter_recovery.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/tui_screen_enter_dfu.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/tui_screen_options.c | 1 | #ifdef TUI | COMMENT |
| LOW | src/override_file.c | 1 | #include <palerain.h> | COMMENT |
| LOW | src/main.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/dfuhelper.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/dfuhelper.c | 21 | #include <libimobiledevice/lockdown.h> | COMMENT |
| LOW | src/pongo_helper.c | 1 | #include <errno.h> | COMMENT |
| LOW | src/usb_libusb.c | 21 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | COMMENT |
| LOW | src/optparse.c | 1 | #include <stdio.h> | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 81 | #define ELFMAG3 'F' | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 101 | COMMENT | |
| LOW | src/tools/counterfeit_elf.h | 121 | #define EI_PAD 9 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 141 | #define EM_386 3 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 161 | #define EM_ARM 40 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 181 | #define EM_ST100 60 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 201 | #define EM_HUANY 81 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 221 | #define EM_SNP1K 99 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 241 | #define EM_CE 119 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 261 | #define EM_QDSP6 164 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 281 | #define EM_STM8 186 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 301 | #define EM_KMX32 211 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 361 | #define SHN_HIPROC 0xff1f | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 381 | #define SHT_SHLIB 10 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 401 | #define SHT_HISUNW 0x6fffffff | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 481 | #define SYMINFO_FLG_COPY 0x0004 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 501 | #define STB_GNU_UNIQUE 10 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 601 | #define PT_NUM 8 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 621 | #define PF_R (1 << 2) | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 641 | #define NT_LWPSTATUS 16 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 661 | #define NT_PPC_TM_CPPR 0x10e | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 681 | #define NT_ARM_TLS 0x401 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 721 | #define DT_NULL 0 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 741 | #define DT_PLTREL 20 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 761 | #define DT_PROCNUM DT_MIPS_NUM | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 781 | #define DT_GNU_HASH 0x6ffffef5 | COMMENT |
| LOW | src/tools/counterfeit_elf.h | 801 | #define DT_RELCOUNT 0x6ffffffa | COMMENT |
| 103 more matches not shown… | ||||