Commit Graph
9 Commits
Author SHA1 Message Date
blacktop 27e8ec23ad chore: refactor disassembly code to use new instruction representation
- Updated disassembly functions to utilize the new `disassemble.Inst` type instead of `disassemble.Instruction`.
- Modified operand retrieval functions to accommodate the new instruction structure.
- Enhanced error handling and logging for instruction decoding failures.
- Improved JSON output for disassembly to ensure disassembly strings are preserved.
- Refactored various components across the disassembly package, including Mach-O and dyld handling, to streamline instruction processing.
- Added tests to validate the new disassembly behavior and ensure backward compatibility.
2026-03-09 21:13:33 -06:00
blacktop 889ae1f792 fix: ipsw dsc xref commad 2026-02-21 13:16:53 -07:00
blacktop 7df91c2396 fix: also parse utf-8 strings in ipsw fw iboot cmd 2025-04-08 17:09:30 -06:00
blacktop 568ad79e30 fix: attempt to detect encrypted iBoot when processing 2025-04-07 19:59:32 -06:00
blacktop 042739e067 fix: handle more types of IPSWs with ipsw diff command 2025-04-07 19:26:30 -06:00
blacktop abcccda111 feat: add iBoot to ipsw diff command 2025-04-04 11:59:37 -06:00
blacktop 0f7608d11c Update iboot.go 2025-04-03 18:10:03 -06:00
blacktop 2ea0aa59db Update iboot.go 2025-04-03 17:06:27 -06:00
blacktop 3ef2b93200 feat: improve ipsw fw iboot cmd 2025-04-03 13:02:12 -06:00