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'