From a95a7511fbc1fa44ef7909effb7d621200389453 Mon Sep 17 00:00:00 2001 From: David Parsons Date: Sun, 20 Nov 2016 10:34:33 +0000 Subject: [PATCH] Work in progress for ESXi 6.5 --- readme.txt | 2 +- test.py => wip/test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename test.py => wip/test.py (99%) diff --git a/readme.txt b/readme.txt index a1d50c6..4fa9e07 100755 --- a/readme.txt +++ b/readme.txt @@ -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 \ No newline at end of file diff --git a/test.py b/wip/test.py similarity index 99% rename from test.py rename to wip/test.py index 049b150..f5cc971 100755 --- a/test.py +++ b/wip/test.py @@ -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'