Commit Graph
60 Commits
Author SHA1 Message Date
blacktopandGitHub 3cded00f59 feat: revamp ipsw img4 commands to bring inline with tools like img4lib (#784) 2025-06-28 01:54:40 -06:00
blacktop 96d6244d16 fix: ipsw diff --markdown format for large diffs 2025-06-10 00:27:01 -06:00
blacktop 045f3f08c2 chore: move ipsw diff entitlement's scanning behind a --ent flag + move Version checking behind --verbose flag + add UUID to diff heuristics 2025-05-19 14:08:09 -06:00
blacktop 0a1f622241 feat: add --starts and --signatures to ipsw diff to add high level func diffing + kernel symbolication 2025-05-18 23:48:43 -06:00
blacktop 1089d1c290 fix: add private symbols to ipsw diff for DSC dylibs 2025-04-16 17:08:59 -06:00
blacktop cb44fa70ea fix: DSC parsing for watchOS dyld_shared_cache_arm64_32 caches 2025-04-08 17:08:58 -06:00
blacktop 294789e3fb Update md.go 2025-04-07 21:39:24 -06:00
blacktop 042739e067 fix: handle more types of IPSWs with ipsw diff command 2025-04-07 19:26:30 -06:00
blacktop d64166671c Update md.go 2025-04-04 13:37:49 -06:00
blacktop 60ff22c120 Update md.go 2025-04-04 12:57:16 -06:00
blacktop 68a006b7a8 Update diff.go 2025-04-04 12:04:17 -06:00
blacktop abcccda111 feat: add iBoot to ipsw diff command 2025-04-04 11:59:37 -06:00
blacktop 39ab56cc2d Update md.go 2025-04-02 16:19:33 -06:00
blacktop 708b4a27b3 Update diff.go 2025-04-02 15:17:46 -06:00
blacktop 0a1806c622 Update diff.go 2025-04-02 11:39:52 -06:00
blacktop a653c240ac feat: add 🆕 --files flag to ipsw diff cmd to include ALL added/removed files to diff output 2025-04-02 10:50:59 -06:00
blacktop 6cca9a980d refactor: replace interface{} with any and simplify loop constructs 2025-03-26 22:53:29 -06:00
blacktop f2336f11fd fix: make ipsw diff more idempotent 2024-11-21 13:50:56 -07:00
blacktop 1e868c49cf feat: add exclave_core fw to ipsw diff cmd + list sorting in .md 2024-09-17 17:49:26 -06:00
blacktop db4efa3940 fix: in ipsw diff --feat show content of NEW feature plists 2024-09-09 22:15:45 -06:00
blacktop a1e10bfaab chore: make --force the default when hdiutil detach-ing 🇬🇧 2024-09-03 15:03:10 -06:00
blacktop 8a5d306a22 chore: change ipsw diff TOC to README 2024-08-12 12:28:07 -06:00
blacktop 0bb4036618 feat: replace --filter with --allow-list and --block-list in ipsw diff cmd 2024-08-08 17:17:36 -06:00
blacktop ca20cb85fb chore: add support for aea.DecryptConfig and B64SymKey arg 2024-07-26 14:01:37 -06:00
blacktop 3cdb8028d9 chore: detect macOS IPSWs when running ipsw diff 2024-07-18 17:35:15 -06:00
blacktop 1c91ff0c12 feat: add ability to diff symbol names and cstrings in ipsw diff cmd 2024-07-10 10:35:38 -06:00
blacktop b71f77f7ae feat: add support for --pem-db everywhere it's needed to allow for external AEA pem key JSON databases to be used 2024-07-08 22:14:10 -06:00
blacktop 50f2f574cc Update md.go 2024-07-08 13:54:39 -06:00
blacktop 7f91c09a1f feat: add --feat flag to ipsw diff to diff Feature Flags 2024-07-07 12:16:10 -06:00
blacktop 8229d8e5d9 fix: many fixes to symbolication and the symbol server 2024-07-04 00:26:55 -06:00
blacktop 35397e3da3 chore: ipsw diff use <detail> for NEW/Removed lists longer than 30 2024-06-25 16:30:17 -06:00
blacktop c38694e6ac Update md.go 2024-06-25 01:04:59 -06:00
blacktop 0cbac2c760 Update md.go 2024-06-25 00:36:04 -06:00
blacktop 5e3aacf675 feat: ipsw diff can now handle LARGE diff markdown via splitting it up into many smaller files 2024-06-25 00:23:54 -06:00
blacktop 3c5e3b02a5 feat: add ability to partial-partialzip AEA1 private-key .pem files from remote/local IPSWs 2024-06-11 12:42:44 -06:00
blacktop b92ac6c82f feat: thread the 🆕 AEA1 decryption transparently through all relevant ipsw cmds 2024-06-11 02:25:18 -06:00
blacktop 1130c32b1e fix: make it easier to use ipsw diff --kdk flags 2024-04-02 16:52:32 -06:00
blacktop 9722594e28 Update format.go 2024-02-27 17:38:24 -07:00
blacktop a8e2f7502e feat: add im4p firmware MachOs to ipsw diff cmd via --fw flag 2024-02-27 17:13:30 -07:00
blacktop f0d6ca7981 feat: ipsw diff add ability to filter MachO sections that are compared 🟦🫙 2024-02-08 15:05:23 -07:00
blacktop 338b203d32 fix: DSC extraction from systemOS cryptex on older IPSWs that only have an OS dmg #393 2024-02-08 14:09:29 -07:00
blacktop 8048ca8920 feat: add --json flag to ipsw diff command #372 2024-01-18 19:06:39 -07:00
blacktop 1673ee487a feat: add ability to filter the extracted kernelcaches to a single device 2024-01-06 23:07:58 -07:00
blacktop 7fa6d09ad4 feat: add kernel KEXTs to more detailed macho diffs 2023-12-18 22:40:12 -07:00
blacktop 266a213a29 feat: DSC dylib diff generation and formatting 2023-12-18 15:38:15 -07:00
blacktop 7545afc2f2 feat: add IPSW macho diffs to ipsw diff command #371 2023-12-17 15:19:12 -07:00
blacktop 79a7da9ac6 chore: working on adding macho diffing to ipsw diff cmd #371 2023-12-17 00:56:06 -07:00
blacktop c19d85180c fix: add support for fat machos to ipsw ent and ipsw diff cmds 2023-12-12 17:47:27 -07:00
blacktop 3140765ed2 feat: add ability to diff entitlements of folders in addition to IPSWs via ipsw ent command 2023-11-27 22:15:54 -07:00
blacktop 1cd9e953a2 feat: add ability to extract DriverKit DSCs via ipsw extract --dyld --driverkit 2023-05-31 19:40:31 -06:00