Work in progress for ESXi 6.5

This commit is contained in:
David Parsons 2016-11-20 10:34:33 +00:00
parent 1ee4d6e3f0
commit a95a7511fb
2 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,6 @@ History
- Get latest VMware tools command
- Removed firmware files
- 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

View File

@ -116,6 +116,7 @@ def patchelf(f, oldoffset, newoffset):
print 'Relocation modified at: ' + hex(e_sh_offset + e_sh_entsize * j)
print
def patchkeys(f, key):
# Setup struct pack string
key_pack = '=4sB4sB6xQ'