Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
- Install Xcode from App Store or install Command Line Tools on your Mac
| #!/usr/bin/env python3 | |
| # initial script by b1n4r1b01 but he deleted his repo | |
| # https://gist.github.com/woachk/6092f9ae950455dcdf8428c3ce2d639e | |
| # added python3 support | |
| import sys | |
| import struct | |
| import os | |
| # | |
| # arm64_sysregs_ios.py | |
| # Brandon Azad | |
| # | |
| # Based on https://github.com/gdelugre/ida-arm-system-highlight by Guillaume Delugre. | |
| # | |
| import idautils | |
| import idc |
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 10/1/2021 state.
| import AppleArchive | |
| import CryptoKit | |
| import Foundation | |
| import System | |
| public enum AA { | |
| public static let version = Int(APPLE_ARCHIVE_API_VERSION) | |
| static let fields = ArchiveHeader.FieldKeySet("TYP,PAT,LNK,DEV,UID,GID,MOD,FLG,MTM,CTM,SH2,DAT,SIZ")! |