mirror of
https://github.com/DrDonk/unlocker.git
synced 2026-04-26 14:16:01 +03:00
[GH-ISSUE #8] File Not Found on ESXi 6.7u3 #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unlocker#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rickdgray on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/DrDonk/unlocker/issues/8
@rickdgray commented on GitHub (Jan 20, 2022):
I see in the commits that MMap was replaced to fix some issues so I compiled latest locally and now have this issue:
Seems like the same result: libvmwarebase.so must be located elsewhere.
@DrDonk commented on GitHub (Jan 22, 2022):
ESXi is not supported. Also Go executables do not run on ESXi VMkernel due to a difference in syscalls. VMware did some work on modifying Go compiler but not released. I am investigating this but for now the code will not work on ESXi.
ESXi also needs different files patching and a specific way to package the files as the root FS is read only.
@rickdgray commented on GitHub (Jan 24, 2022):
Ok thanks for the update. I will stick to the python version.