summaryrefslogtreecommitdiffstats
path: root/src/mbn.c
AgeCommit message (Collapse)AuthorFilesLines
2025-10-01mbn: Add missing line break to debug log messageGravatar Nikias Bassen1-1/+1
2025-09-29Fix Mav baseband stitchingGravatar Nikias Bassen1-8/+7
2025-09-26Add support for Mav25 baseband firmware (iPhone 17 family)Gravatar Visual Ehrmanntraut1-50/+440
Co-authored-by: Nikias Bassen <nikias@gmx.li>
2025-07-01Update codebase to use (const) void* and size_t where applicableGravatar Nikias Bassen1-2/+2
2025-06-23Refactor logging and add logfile supportGravatar Nikias Bassen1-4/+4
idevicerestore will now also create a logfile automatically, unless disabled with --logfile=NONE.
2016-09-22Add support for ICE16 baseband firmware files (iPhone 7/7+)Gravatar Nikias Bassen1-0/+11
While not tested, the new Mav16 baseband firmware files should also work with this update.
2016-07-08mbn: Updated file parsing to newer file version to suppresss warningGravatar Nikias Bassen1-3/+10
Note: the parsed data is not actually used. The personalization just involves replacing the last N bytes of the file with the blob data (of size N) returned by the signing server. However this at least suppresses a warning message and helps identifying newer format versions.
2013-09-23Update AUTHORS and file copyrights accordinglyGravatar Martin Szulecki1-0/+1
2012-07-17mbn: Use correct log debug() function instead of printf for warningsGravatar Martin Szulecki1-1/+1
2012-07-17mbn: Use real size instead of parsed size to fix iPad 3 baseband updateGravatar Martin Szulecki1-2/+2
2012-07-17mbn: move sig offset calculation to the right placeGravatar Nikias Bassen1-1/+1
2012-07-17mbn: Correctly calculate offset for signatureGravatar Martin Szulecki1-6/+1
2012-07-17restore: added .mbn file support and bbfw handlingGravatar Nikias Bassen1-0/+77