Skip to content

Commit

Permalink
Work in progress for ESXi 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Nov 20, 2016
1 parent 1ee4d6e commit a95a751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test.py → wip/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a95a751

Please sign in to comment.