paolo-projects/unlocker: VMware Workstation macOS - GitHub

文章推薦指數: 80 %
投票人數:10人

VMware Workstation macOS . Contribute to paolo-projects/unlocker development by creating an account on GitHub. Skiptocontent {{message}} paolo-projects / unlocker Public forkedfromtheJaxon/unlocker Notifications Fork 1.5k Star 2.7k VMwareWorkstationmacOS MITLicense 2.7k stars 1.5k forks Star Notifications Code Pullrequests 4 Actions Projects 0 Security Insights More Code Pullrequests Actions Projects Security Insights master Branches Tags Couldnotloadbranches Nothingtoshow {{refName}} default Couldnotloadtags Nothingtoshow {{refName}} default 1 branch 4 tags Code Thisbranchisuptodatewithmaster. Contribute Thisbranchisnotaheadoftheupstreammaster. Nonewcommitsyet.Enjoyyourday! Openpullrequest Latestcommit paolo-projects Mergepullrequest#7fromDebdut … 9e59428 Dec13,2021 Mergepullrequest#7fromDebdut Debdutmerge 9e59428 Gitstats 109 commits Files Permalink Failedtoloadlatestcommitinformation. Type Name Latestcommitmessage Committime .gitattributes FixedCR/LFfor.txtfile Oct21,2018 .gitignore Removeexefrom.gitignore Oct10,2018 LICENSE Pre-releaseupdatesfor3.0.0. Sep29,2018 darwin.md Miscellaneouschangestotidyupcode. Dec7,2017 dumpsmc.exe FixedAVfalsepositiveusingreecompiledrun.exefromPyInstaller. Oct8,2018 dumpsmc.py Miscellaneouschangestotidyupcode. Dec7,2017 gettools.exe Rebuiltwinexecutables Aug13,2020 gettools.py addarch Nov16,2021 lnx-install.sh python3 Nov16,2021 lnx-uninstall.sh Updatedversioninprintedmessagesto3.0.2 Oct10,2018 lnx-update-tools.sh AllowPython2and3torunPythonfiles Oct10,2018 readme.txt Updatereadme.txt Aug13,2020 test-unlocker.py Miscellaneouschangestotidyupcode. Dec7,2017 unlocker.exe Rebuiltwinexecutables Aug13,2020 unlocker.py [email protected]… Aug13,2020 win-build.cmd Finalchangesfor2.0.9! Oct9,2017 win-install.cmd fixwindowsinstall Dec4,2021 win-test-install.cmd WindowscommandsfixedtoworkwithPlayerpluscosmeticchangestoo… Oct20,2018 win-uninstall.cmd WindowscommandsfixedtoworkwithPlayerpluscosmeticchangestoo… Oct20,2018 win-update-tools.cmd Updatedversioninprintedmessagesto3.0.2 Oct10,2018 Viewcode readme.txt macOSUnlockerV3.0forVMwareWorkstation ========================================== ************************************************************** *************************READHERE:************************* WINDOWSUSERS:GetthetoolfromtheReleasessection,youwillgetabundledpythondistributionthatavoidstheviruswarningsandpythonnotfoundetc. LINUXUSERS:Nobundledpythonforyou,butmakesureyouhavepython3.0+installed.Ifyouhaveerrorslike"Pythonnotsupported"butyouhavepythoninstalled,changethelinesinsideoflnx-install.shfrom'pythonxxxxxxx.py'to'python3.7xxxxxxx.py'(ifyouhavepython3.7installed,otherwisetrypython3orotherstuff) ************************************************************** ************************************************************** +-----------------------------------------------------------------------------+ |IMPORTANT:| |==========| || |AlwaysuninstallthepreviousversionoftheUnlockerbeforeusinganew| |version.FailuretodothiscouldrenderVMwareunusable.| || +-----------------------------------------------------------------------------+ 1.Introduction --------------- Unlocker3isdesignedforVMwareWorkstation11-15andPlayer7-15. IfyouareusinganearlierproductpleasecontinueusingUnlocker1. Version3hasbeentestedagainst: *Workstation11/12/14/15onWindowsandLinux *WorkstationPlayer7/12/14/15onWindowsandLinux Thepatchcodecarriesoutthefollowingmodificationsdependentontheproduct beingpatched: *Fixvmware-vmxandderivativestoallowmacOStoboot *Fixvmwarebase.dllor.sotoallowAppletobeselectedduringVMcreation *DownloadacopyofthelatestVMwareToolsformacOS Notethatnotallproductsrecognisethedarwin.isoviainstalltoolsmenuitem. Youwillhavetomanuallymountthedarwin.isoforexampleonWorkstation11andPlayer7. InallcasesmakesureVMwareisnotrunning,andanybackgroundguestshave beenshutdown. ThecodeiswritteninPython. 2.Prerequisites ---------------- ThecoderequiresPython2.7towork.MostLinuxdistrosshipwithacompatible Pythoninterpreterandshouldworkwithoutrequiringanyadditionalsoftware. WindowsUnlockerhasapackagedversionofthePythonscriptusingPyInstaller, andsodoesnotrequirePythontobeinstalled. 3.Limitations -------------- IfyouareusingVMwarePlayerorWorkstationonWindowsyoumaygetacoredump. LatestLinuxproductsareOKanddonotshowthisproblem. +-----------------------------------------------------------------------------+ |IMPORTANT:| |==========| || |IfyoucreateanewVMVMwaremaystopandcreateacoredump.| |Therearetwooptionstoworkaroundthisissue:| || |1.ChangetheVMtobeHW10-thisdoesnotaffectperformance.| |2.EdittheVMXfileandadd:| |smc.version="0"| || +-----------------------------------------------------------------------------+ 4.Windows ---------- OnWindowsyouwillneedtoeitherruncmd.exeasAdministratororusing Explorerrightclickonthecommandfileandselect"Runasadministrator". win-install.cmd-patchesVMware win-uninstall.cmd-restoresVMware win-update-tools.cmd-retrieveslatestmacOSguesttools 5.Linux --------- OnLinuxyouwillneedtobeeitherrootorusesudotorunthescripts. YoumayneedtoensuretheLinuxscriptshaveexecutepermissions byrunningchmod+xagainstthe2files. lnx-install.sh-patchesVMware lnx-uninstall.sh-restoresVMware lnx-update-tools.sh-retrieveslatestmacOSguesttools 6.Thanks --------- ThankstoZenith432fororiginallybuildingtheC++unlockerandMacSonofKnife (MSoK)forallthetestingandsupport. ThanksalsotoSamBforfindingthesolutionforESXi6andhelpingmewith debuggingexpertise.SamalsowrotethecodeforpatchingESXiELFfilesand modifiedtheunlockercodetorunonPython3intheESXi6.5environment. History ------- 27/09/183.0.0-Firstrelease 02/10/183.0.1-Fixedgettools.pytoworkwithPython3andcorrectlydownloaddarwinPre15.iso 10/10/183.0.2-Fixedfalsepositivesfromanti-virussoftwarewithWindowsexecutables -AllowPython2and3torunthePythoncodefromBashscripts (c)2011-2018DaveParsons About VMwareWorkstationmacOS Resources Readme License MITLicense Stars 2.7k stars Watchers 127 watching Forks 1.5k forks Releases 1 Unlocker3.0.3 Latest Oct7,2019 Packages0 Nopackagespublished Languages Python 77.8% Batchfile 15.5% Shell 6.7% Youcan’tperformthatactionatthistime. Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession. Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.



請為這篇文章評分?