资源简介
目前最新的版本,适用于解锁VMware 15版本的macOS安装 支持到10.14 macOS mojave。没有病毒,亲测有效,童叟无欺。
代码片段和文件信息
#!/usr/bin/env python
“““
The MIT License (MIT)
Copyright (c) 2014-2016 Dave Parsons
Permission is hereby granted free of charge to any person obtaining a copy
of this software and associated documentation files (the ‘Software‘) to deal
in the Software without restriction including without limitation the rights
to use copy modify merge publish distribute sublicense and/or sell
copies of the Software and to permit persons to whom the Software is
furnished to do so subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED ‘AS IS‘ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
vSMC Header Structure
Offset Length Struct Type Description
----------------------------------------
0x00/00 0x08/08 Q ptr Offset to key table
0x08/08 0x04/4 I int Number of private keys
0x0C/12 0x04/4 I int Number of public keys
vSMC Key Data Structure
Offset Length Struct Type Description
----------------------------------------
0x00/00 0x04/04 4s int Key name (byte reversed e.g. #KEY is YEK#)
0x04/04 0x01/01 B byte Length of returned data
0x05/05 0x04/04 4s int Data type (byte reversed e.g. ui32 is 23iu)
0x09/09 0x01/01 B byte Flag R/W
0x0A/10 0x06/06 6x byte Padding
0x10/16 0x08/08 Q ptr Internal VMware routine
0x18/24 0x30/48 48B byte Data
“““
from __future__ import print_function
import struct
import sys
if sys.version_info < (2 7):
sys.stderr.write(‘You need Python 2.7 or later\n‘)
sys.exit(1)
def bytetohex(data):
if sys.version_info > (3 0):
# Python 3 code in this block
return ““.join(“{:02X} “.format(c) for c in data)
else:
# Python 2 code in this block
return ““.join(“{:02X} “.format(ord(c)) for c in data)
def printkey(i offset smc_key smc_data):
print(str(i + 1).zfill(3)
+ ‘ ‘ + hex(offset)
+ ‘ ‘ + smc_key[0][::-1].decode(‘UTF-8‘)
+ ‘ ‘ + str(smc_key[1]).zfill(2)
+ ‘ ‘ + smc_key[2][::-1].replace(b‘\x00‘ b‘ ‘).decode(‘UTF-8‘)
+ ‘ ‘ + ‘{0:#0{1}x}‘.format(smc_key[3] 4)
+ ‘ ‘ + hex(smc_key[4])
+ ‘ ‘ + bytetohex(smc_data))
def dumpkeys(f key):
# Setup struct pack string
key_pack = ‘=4sB4sB6xQ‘
# Do Until OSK1 read
i = 0
while True:
# Read key into struct str and data byte str
offset = key + (i * 72)
f.seek(offset)
smc_key = struct.unpack(key_pack f.read(24))
smc_data = f.read(smc_key[1])
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-16 14:24 unlocker302_for_VM15\
文件 1119 2017-10-05 12:54 unlocker302_for_VM15\LICENSE
文件 3846860 2050-11-21 16:44 unlocker302_for_VM15\dumpsmc.exe
文件 5598 2017-12-07 11:54 unlocker302_for_VM15\dumpsmc.py
文件 8684092 2009-05-15 06:37 unlocker302_for_VM15\gettools.exe
文件 6096 2068-05-14 19:54 unlocker302_for_VM15\gettools.py
文件 997 1981-09-01 18:13 unlocker302_for_VM15\lnx-install.sh
文件 921 2064-04-28 18:28 unlocker302_for_VM15\lnx-uninstall.sh
文件 454 1986-07-27 16:50 unlocker302_for_VM15\lnx-update-tools.sh
文件 4430 2018-11-16 14:24 unlocker302_for_VM15\readme.txt
文件 3849086 2078-05-07 04:56 unlocker302_for_VM15\unlocker.exe
文件 13199 2084-03-30 10:37 unlocker302_for_VM15\unlocker.py
文件 1693 2047-02-19 06:25 unlocker302_for_VM15\win-install.cmd
文件 1411 2021-04-06 11:41 unlocker302_for_VM15\win-uninstall.cmd
文件 643 2100-05-07 02:20 unlocker302_for_VM15\win-update-tools.cmd
相关资源
- VMware-viewclient-5.1.1-799444.rar
- Mac OS X Unlocker for VMwareESXi 6.5
- VMware虚拟机装MAC补丁
- Unlocker v3.0.0.zip
- unlocker3.02 + MacOS10.14 + MacOS10.13
- VMware vSphere VCP 6.0培训课件官方中文版
- VMware workstation v4.0.5 build 6030
- VMware-Converter-Agent
- Virtual SAN 6.1概念证明指南
- winxp虚拟机vmware
- VMware-Horizon-Client
- Windows Longhron Tools
- VMwareTools-10.1.6 for Linux CSDN
- VMware-ESXi-6.7.0-8169922增加RealTek8168网卡
- 虚拟机LEDE固件openwrt-koolshare-mod-v2.31
- VMware Remote Console 10.0.4 for Windows
- VMware-viewclient-x86_64-5.4.0
- VMware Horizon View 5.2配置手册
- 解锁工具Unlocker v3.0.1
- VMware VCP-NV 2V0-642 题库(word+pdf+vce+做题
- VMwareTools-8.8.0-471268.tar.gz
- VMware+VSAN权威指南中文版.pdf
- VMware ThinApp虚拟软件绿化简易视频教程
- VMRC-VMware Remote Console 10.0.4 for Windows
- VMware-ovftool-4.2.0-5965791-win.x86_64
- vsphere官方文档(全)
- VMWare vSphere 6.5 ESXi 和 vCenter Server 产品
- VMware-viewcomposer-7.6.0-9491669
- Unlocker.3.0.2.zip
-
VMware Workstation 12 Pla
yer 王爽汇编语言
评论
共有 条评论