mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
27e8ec23ad
- 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.