mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-31 01:44:56 +02:00
Work in progress for ESXi 6.5
This commit is contained in:
parent
1ee4d6e3f0
commit
a95a7511fb
@ -147,6 +147,6 @@ History
|
|||||||
- Get latest VMware tools command
|
- Get latest VMware tools command
|
||||||
- Removed firmware files
|
- Removed firmware files
|
||||||
- Moved to PyInstaller 3.0
|
- Moved to PyInstaller 3.0
|
||||||
14/11/15 2.0.9 - Fix ESXI 6.5 libvmkctl.so patching for 32 and 64-bit versions
|
19/11/16 2.0.9 - Fix ESXI 6.5 libvmkctl.so patching for 32 and 64-bit versions
|
||||||
|
|
||||||
(c) 2011-2016 Dave Parsons
|
(c) 2011-2016 Dave Parsons
|
@ -116,6 +116,7 @@ def patchelf(f, oldoffset, newoffset):
|
|||||||
print 'Relocation modified at: ' + hex(e_sh_offset + e_sh_entsize * j)
|
print 'Relocation modified at: ' + hex(e_sh_offset + e_sh_entsize * j)
|
||||||
print
|
print
|
||||||
|
|
||||||
|
|
||||||
def patchkeys(f, key):
|
def patchkeys(f, key):
|
||||||
# Setup struct pack string
|
# Setup struct pack string
|
||||||
key_pack = '=4sB4sB6xQ'
|
key_pack = '=4sB4sB6xQ'
|
Loading…
x
Reference in New Issue
Block a user