This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-4 vma2pwn % tart run 12.0.1 | |
89994699affdef:132 | |
9905b4edc794469:695 | |
9905b4edc794469:695 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type illb offset 0x20000 len 0x49cde | |
image <ptr>: bdev <ptr> type logo offset 0x69cde len 0x42e6 | |
ae71af5ee32b84:116 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-4 vma2pwn % tart run 12.0.1 --force-dfu | |
89994699affdef:132 | |
9905b4edc794469:695 | |
9905b4edc794469:695 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type illb offset 0x20000 len 0x49cde | |
image <ptr>: bdev <ptr> type logo offset 0x69cde len 0x42e6 | |
ae71af5ee32b84:116 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-4 vma2pwn % tart run 12.0.1 --force-dfu | |
89994699affdef:132 | |
9905b4edc794469:695 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type illb offset 0x20000 len 0x49cde | |
image <ptr>: bdev <ptr> type logo offset 0x69cde len 0x42e6 | |
ae71af5ee32b84:116 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-4 vma2pwn % tart run 12.0.1 | |
89994699affdef:132 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type illb offset 0x20000 len 0x49cde | |
image <ptr>: bdev <ptr> type logo offset 0x69cde len 0x36cd | |
ae71af5ee32b84:116 | |
======================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-3 12.0.1 % tart run 12.0.1 | |
89994699affdef:132 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type ibss offset 0x20000 len 0x49cd4 | |
image <ptr>: bdev <ptr> type logo offset 0x69cd4 len 0x36cd | |
ae71af5ee32b84:116 | |
======================================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nick@Nicks-MacBook-Air-3 12.0.1 % idevicerestore -e -y -d -R ~/Downloads/UniversalMac_12.0.1_21A559_Restore/ | |
idevicerestore 1.0.0-git-e0b7c03-dirty | |
irecv_event_cb: device 23fb5c2df1bc8bff (udid: N/A) connected in DFU mode | |
Found device in DFU mode | |
opening device 05ac:1227 @ 0x80100000... | |
Setting to configuration 1 | |
Setting to interface 0:0 | |
ECID: 2592767362880801791 | |
Identified device as vma2macosap, VirtualMac2,1 | |
Extracting BuildManifest from IPSW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Virtualization.framework restore RE: | |
* Recorded with Wireshark after running `sudo ifconfig UserHC128 up` immediately after guest VM starts | |
* Some stuff like USB identifiers, iBoot USB info (SDOM...), and nonce stuff was excluded | |
> Send iBSS (ibss) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89994699affdef:132 | |
9905b4edc794469:695 | |
9905b4edc794469:695 | |
e2846af5eb52553:475 | |
9526cec925bde03:111 | |
image <ptr>: bdev <ptr> type illb offset 0x20000 len 0x49cd4 | |
image <ptr>: bdev <ptr> type logo offset 0x69cd4 len 0x36cd | |
ae71af5ee32b84:116 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89994699affdef:132 | |
628547459a59420:312 | |
9526cec925bde03:111 | |
ae71af5ee32b84:116 | |
======================================= | |
:: | |
:: Supervisor iBootStage1 for vma2, Copyright 2007-2021, Apple Inc. | |
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package asm.the.bytecode.club.bytecodeviewer; | |
import org.objectweb.asm.AnnotationVisitor; | |
import org.objectweb.asm.Attribute; | |
import org.objectweb.asm.ClassReader; | |
import org.objectweb.asm.ClassWriter; | |
import org.objectweb.asm.ConstantDynamic; | |
import org.objectweb.asm.FieldVisitor; | |
import org.objectweb.asm.Handle; | |
import org.objectweb.asm.Label; | |
import org.objectweb.asm.MethodVisitor; |