MCPcopy Create free account

hub / github.com/Lakr233/vphone-cli / functions

Functions1,296 in github.com/Lakr233/vphone-cli

Methodinit
(url: URL, manifest: VPhoneVirtualMachineManifest)
sources/VPhoneCore/VPhoneBundle.swift:9
Methodinit
(bundle: VPhoneBundle)
sources/VPhoneCore/VPhoneBundleReport.swift:12
Methodinit
(base: URL)
sources/VPhoneCore/VPhoneResources.swift:15
Methodinit
(name: String, cpuCount: UInt, memoryMB: UInt64, diskSizeGB: UInt64, romSource: URL, sepromSource: URL)
sources/VPhoneCore/VPhoneBundleOps.swift:18
Methodinit
(iphoneSource: String?, cloudosSource: String?)
sources/VPhoneCore/VPhoneFirmwarePicker.swift:24
Methodinit
(version: String, build: String)
sources/VPhoneCore/VPhoneRestoreInfo.swift:11
Methodinit
(ios: OSVersion, cloudOS: OSVersion, variant: String?, device: String?)
sources/VPhoneCore/VPhoneRestoreInfo.swift:22
Methodinit
(exitCode: Int32, stdout: String, stderr: String)
sources/VPhoneCore/VPhoneProcessRunner.swift:10
Methodinit
(_ executable: URL, _ args: [String], cwd: URL?, env: [String: String]?, echo: Bool)
sources/VPhoneCore/VPhoneManagedProcess.swift:58
Methodinit
Map a repeated `-v` count (0…N) to a level, clamped to `.trace`.
sources/VPhoneCore/VPhoneVerbosity.swift:17
Methodinit
(width: Int, height: Int, pixelsPerInch: Int, scale: Double)
sources/VPhoneCore/VPhoneVirtualMachineManifest.swift:97
Methodinit
(mode: NetworkMode, macAddress: String, bridgeInterface: String?)
sources/VPhoneCore/VPhoneVirtualMachineManifest.swift:122
Methodinit
(avpBooter: String, avpSEPBooter: String)
sources/VPhoneCore/VPhoneVirtualMachineManifest.swift:133
Methodinit
(platformType: PlatformType, platformFusing: PlatformFusing?, machineIdentifier: Data, cpuCount: UInt, memoryS
sources/VPhoneCore/VPhoneVirtualMachineManifest.swift:141
Methodinit
(resources: VPhoneResources)
sources/VPhoneCore/VPhoneLaunchLayout.swift:8
Methodinit
(iosName: String, iosURL: String, cloudosName: String, cloudosURL: String)
sources/VPhoneCore/VPhoneFirmwareCatalog.swift:13
Methodinit
(name: String, url: String)
sources/VPhoneCore/VPhoneFirmwareCatalog.swift:26
Methodinit
(name: String, url: String)
sources/VPhoneCore/VPhoneFirmwareCatalog.swift:97
Methodinit
(ios: Firmware, recommendedCloudOS: Firmware)
sources/VPhoneCore/VPhoneFirmwareCatalog.swift:103
Methodinit
(device: String, pairings: [Entry])
sources/VPhoneCore/VPhoneFirmwareCatalog.swift:112
Methodinit
(name: String, reason: String)
sources/VPhoneCore/VPhoneLibrary.swift:24
Methodinit
(root: URL)
sources/VPhoneCore/VPhoneLibrary.swift:35
Methodinit
(fromHexString hex: String)
sources/FirmwarePatcher/Filesystem/CryptexFilesystemPatcher.swift:27
Methodinit
()
sources/FirmwarePatcher/ARM64/ARM64Disassembler.swift:12
Methodinit
(data: Data, verbose: Bool)
sources/FirmwarePatcher/AVPBooter/AVPBooterPatcher.swift:37
Methodinit
(_ data: Data)
sources/FirmwarePatcher/Binary/BinaryBuffer.swift:30
Methodinit
(data: Data, verbose: Bool)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:23
Methodinit
(data: Data, mode: Mode, verbose: Bool)
sources/FirmwarePatcher/IBoot/IBootPatcher.swift:53
Methodinit
(data: Data, restoreDir: URL?, verbose: Bool)
sources/FirmwarePatcher/Manifest/ManifestHashPatcher.swift:22
Methodinit
(patchID: String, component: String, fileOffset: Int, virtualAddress: UInt64?, originalBytes: Data, patchedByt
sources/FirmwarePatcher/Core/PatchRecord.swift:34
Methodinit
(name: String, length: Int, flags: UInt16, value: Data, valueOffset: Int)
sources/FirmwarePatcher/DeviceTree/DeviceTreePatcher.swift:666
Methodinit
(data: Data, verbose: Bool, includeIdentityPatches: Bool)
sources/FirmwarePatcher/DeviceTree/DeviceTreePatcher.swift:683
Methodinit
(data: Data, verbose: Bool)
sources/FirmwarePatcher/Kernel/KernelPatcherBase.swift:49
Methodinit
(data: Data, verbose: Bool, isDev: Bool, applyExcGuard: Bool)
sources/FirmwarePatcher/Kernel/KernelPatcher.swift:29
Methodinit
()
sources/FirmwarePatcher/Pipeline/FirmwarePipeline.swift:51
Methodinit
(vmDirectory: URL, variant: Variant, verbose: Bool, noBinpack: Bool, noVphoned: Bool, forceExcGuard: Bool, ena
sources/FirmwarePatcher/Pipeline/FirmwarePipeline.swift:102
Methodinit
(data: Data, offset: Int, byte: UInt8, id: String)
tests/FirmwarePatcherTests/FirmwarePatcherTests.swift:344
MethodinjectLaunchDaemons
(targetMount: String, cfwInput: URL, vphoned: Bool, cfw: Bool)
sources/FirmwarePatcher/Filesystem/CryptexFilesystemPatcher.swift:199
MethodinstallIPAFromDisk
()
sources/vphone-cli/VPhoneMenuApps.swift:51
MethodinstallIPAWithBuiltInInstaller
(localURL: URL)
sources/vphone-cli/VPhoneControl.swift:464
MethodisADRPx8
Return true if the raw 32-bit instruction is ADRP x8, <page>. ADRP encoding: [31]=1, [28:24]=10000, [4:0]=Rd Rd == 8 (x8).
sources/FirmwarePatcher/Kernel/Patches/KernelPatchDebugger.swift:75
MethodisAEAEncryptedDetectsMagic
()
tests/VPhoneCoreTests/RestoreOpsTests.swift:52
MethodisASCIIHexDigit
ASCII-only hex digit check (`[0-9A-Fa-f]`) — deliberately narrower than `Character.isHexDigit`, which also accepts Unicode fullwidth digits that the s
sources/VPhoneCore/VPhoneBootPatterns.swift:60
MethodisAddImmediate
(_ insn: Instruction, dest: aarch64_reg, base: aarch64_reg, imm: Int64)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:222
MethodisBLOrPatchedMovX0Zero
(_ insn: Instruction)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:255
MethodisBLorBLR
Return true if there is a BL/BLR/BLRAA/BLRAB/etc. at `off`.
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchBsdInitAuth.swift:165
MethodisCBZW0
(_ insn: Instruction)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:259
MethodisCbnzW
CBNZ Wt, <label> (32-bit): high byte 0x35.
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchIoucSandbox.swift:95
MethodisCbzW0
Return true if `insn` is CBZ W0, <any>.
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchIoucMacf.swift:93
MethodisCbzWSameReg
(_ insn: Instruction, reg: aarch64_reg)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchSpawnPersona.swift:149
MethodisCondBranchOnW0
Return true when the instruction at `offset` is a conditional branch that tests w0 or x0 (CBZ, CBNZ, TBZ, TBNZ on register 0).
sources/FirmwarePatcher/Kernel/Patches/KernelPatchDyldPolicy.swift:104
MethodisCredLabelExecveCandidate
Validate candidate function shape for _cred_label_update_execve.
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchCredLabel.swift:184
MethodisFuncBoundary
Return true if the 32-bit value is a recognised function-boundary instruction.
sources/FirmwarePatcher/Kernel/Patches/KernelPatchDebugger.swift:80
MethodisInCodeRange
Return true if `offset` falls within any of the known code ranges.
sources/FirmwarePatcher/Kernel/Patches/KernelPatchDebugger.swift:169
MethodisLdpX0X1FromX20_0x30
(_ insn: Instruction)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:243
MethodisLdrMem
(_ insn: Instruction, disp: Int32)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchSpawnPersona.swift:131
MethodisLdrMemSameBase
(_ insn: Instruction, base: aarch64_reg, disp: Int32)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchSpawnPersona.swift:141
MethodisLdrRegFromBaseImm
(_ insn: Instruction, dest: aarch64_reg, base: aarch64_reg, disp: Int32)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:232
MethodisMovImm
(_ insn: Instruction, dest: aarch64_reg, imm: Int64)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:213
MethodisMovImmZero
(_ insn: Instruction, dstName: String)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchTaskForPid.swift:120
MethodisMovWImmValue
(_ insn: Instruction, imm: Int64)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchSpawnPersona.swift:166
MethodisResearch
Determine whether a build identity is a research variant.
sources/FirmwarePatcher/Manifest/FirmwareManifest.swift:132
MethodisTBZFamilyBit31
(_ insn: Instruction)
sources/FirmwarePatcher/TXM/TXMPatcher.swift:267
MethodisWLdrFromXImm
(_ insn: Instruction, imm: Int32)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchTaskForPid.swift:129
MethodisWithinCodeRange
Return true if `offset` falls within any known code range.
sources/FirmwarePatcher/Kernel/Patches/KernelPatchPostValidation.swift:180
MethodisXLdrFromXImm
(_ insn: Instruction, imm: Int32)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchTaskForPid.swift:139
Methoditer_executable_mapping_bytes
Yield (chunk_path, file_offset, vmaddr_start, mapping_bytes) for every mapping whose `initProt` includes VM_PROT_EXECUTE. Non-executa
scripts/patchers/cfw_dsc_chunks.py:246
MethodjbDecodeBBranch
Decode unconditional B target at `offset`, or nil if not a B.
sources/FirmwarePatcher/Kernel/KernelJBPatcherBase.swift:335
MethodjbDecodeBL
Decode the BL target at `offset`, or nil if not a BL.
sources/FirmwarePatcher/Kernel/KernelJBPatcherBase.swift:325
MethodjbDecodeBranchTarget
Decode a B, BL, B.cond, CBZ, or CBNZ target at `offset`. Returns (targetFileOffset, isCond) or nil if not a branch.
sources/FirmwarePatcher/Kernel/KernelJBPatcherBase.swift:364
MethodjbIsInCodeRange
Return true if `offset` falls within any known code range.
sources/FirmwarePatcher/Kernel/KernelJBPatcherBase.swift:358
MethodkextTextRange
Generic kext text range lookup by bundle identifier. Parses __PRELINK_INFO to find the kext's load address, then reads its embedded Mach-O to extract
sources/FirmwarePatcher/Kernel/KernelPatcherBase.swift:401
MethodkeystonePackageDir
Asked of the interpreter: `import keystone` is what's broken here.
sources/VPhoneCore/VPhoneResources.swift:149
MethodldrImm64
()
tests/FirmwarePatcherTests/FirmwarePatcherTests.swift:232
Methodload
(at url: URL)
sources/VPhoneCore/VPhoneBundle.swift:23
Methodload
The `restore-info.json` snapshot if present, else derived live from the bundle's restore-directory plists — so bundles restored before this file exist
sources/VPhoneCore/VPhoneRestoreInfo.swift:46
Methodload
Load manifest from a plist file
sources/VPhoneCore/VPhoneVirtualMachineManifest.swift:170
Methodload
Load a firmware file as IM4P or raw data. - Parameter url: Path to the firmware file. - Returns: Tuple of (extracted payload data, original IM4P if a
sources/FirmwarePatcher/Binary/IM4PHandler.swift:14
Methodload
(from url: URL)
sources/FirmwarePatcher/Pipeline/FirmwarePipeline.swift:52
MethodloadDeviceIdentity
(bundleURL: URL)
sources/vphone-cli/VPhoneCreateOrchestrator.swift:432
MethodloadDroppedURL
(from provider: NSItemProvider)
sources/vphone-cli/VPhoneFileBrowserView.swift:335
MethodloadFallsBackToDeriveWhenNoJSON
()
tests/VPhoneCoreTests/RestoreInfoTests.swift:67
MethodloadOrCreateMachineIdentifier
(at url: URL)
research/VPhoneVirtualMachineRefactored.swift:132
MethodloadPlist
Load a plist file and return its top-level dictionary.
sources/FirmwarePatcher/Manifest/FirmwareManifest.swift:355
MethodlocateCredLabelExecveFunc
Locate _cred_label_update_execve: try symbol first, then string-cluster scan.
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchCredLabel.swift:171
MethodlocationManager
(_: CLLocationManager, didUpdateLocations locations: [CLLocation])
sources/vphone-cli/VPhoneLocationProvider.swift:243
MethodlocationManagerDidChangeAuthorization
(_ manager: CLLocationManager)
sources/vphone-cli/VPhoneLocationProvider.swift:259
Methodlog
(_ s: String)
sources/VPhoneCore/VPhoneResources.swift:210
Methodlog
Log a message if verbose mode is enabled.
sources/FirmwarePatcher/Core/PatcherProtocol.swift:23
Methodlog
(_ message: String)
sources/FirmwarePatcher/Pipeline/FirmwarePipeline.swift:596
MethodlogDebugStubPortIfNeeded
(_ vm: VZVirtualMachine)
research/VPhoneVirtualMachineRefactored.swift:389
MethodlooksLikeErrnoReturn
(target: Int, value: Int64)
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchSpawnPersona.swift:159
MethodlsrImm7W
()
tests/FirmwarePatcherTests/FirmwarePatcherTests.swift:271
Methodmagic
(_ url: URL, _ n: Int)
tests/VPhoneCoreTests/BundleOpsTests.swift:370
MethodmakeBundle
()
tests/VPhoneCoreTests/RestoreInfoTests.swift:6
MethodmakeItem
(_ title: String, action: Selector)
sources/vphone-cli/VPhoneMenuController.swift:104
MethodmakeNetworkDeviceNATHasAttachment
()
tests/VPhoneCoreTests/NetworkingTests.swift:50
MethodmakeNetworkDeviceOffIsNil
()
tests/VPhoneCoreTests/NetworkingTests.swift:45
MethodmakeRestoreDir
Write a restore dir with the two BuildManifest plists. Omit a key by passing nil for its value to exercise the missing-key path.
tests/VPhoneCoreTests/RestoreInfoTests.swift:16
MethodmakeRoot
()
tests/VPhoneCoreTests/LibraryTests.swift:10
← previousnext →801–900 of 1,296, ranked by callers