在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):paolo-projects/auto-unlocker开源软件地址(OpenSource Url):https://github.com/paolo-projects/auto-unlocker开源编程语言(OpenSource Language):C++ 90.4%开源软件介绍(OpenSource Introduction):Auto-UnlockerA one-click Unlocker for VMWare Player and Workstation. A C++ port of the DrDonk Python Unlocker The toolThis project is born to provide a native solution, mainly on Windows, to the original Unlocker project. Since the original project requires python, and it's not installed by default on windows, this tool has been coded to provide an all-in-one solution with no additional dependencies needed. It relies on libcurl for the networking (get requests and file download) and libzip for the zip extraction. The tar extraction, being relatively easy to implement, has been coded from scratch. The libraries are linked statically to provide one final executable for the sake of simplicity. The Windows target features a GUI implemented throught the Win32 API. Although this solution brings more complexity than using one of the many GUI libraries out there, the resulting executable will be smaller and with better compatibility. For the linux target, it is still shell-based, given the better-instructed user base running this tool on linux os-es. DrDonk UnlockerUnlocker 3 is designed for VMware Workstation 11-15 and Player 7-15. The patch code carries out the following modifications dependent on the product being patched:
Note that not all products recognise the darwin.iso via install tools menu item. You will have to manually mount the darwin.iso for example on Workstation 11 and Player 7. In all cases make sure VMware is not running, and any background guests have been shutdown. How to useWindows (GUI): just download from the releases section, extract to a folder (store it if you want to be able to uninstall later) and run the executable. Linux (shell): You need to compile the program first. After you compiled it, Command line options (linux):
CompileThe program can be compiled on Windows with CMake, provided you get or compile the needed libraries first. Run CMake on the source dir and it will generate a ready to build project. The program needs the following libraries:
The tar extraction is handled internally, while the zip decompression needs the Windows: Run CMake on the source folder to generate a Visual Studio Project. The CMakeList is set up to compile with static libraries, if you have shared ones change CMakeLists.txt file accordingly (UNLOCKER_STATIC_LIBS_WIN variable). Point the CMake utility to the proper library/headers paths when prompted or add them to your PATH. Linux:
Use the embedded Makefile. Get needed libraries (or compile them and install) first, then run On Ubuntu: sudo apt-get install libcurl4-openssl-dev libzip-dev
git clone https://github.com/paolo-projects/auto-unlocker
cd auto-unlocker
make
chmod +x ./auto-unlocker
sudo ./auto-unlocker |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论