Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst authored Sep 20, 2018
1 parent 404d18a commit ce025e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
```

## 2nd Step: modify MAC address
## 2nd Step: Modify MAC address

Modify the MAC address to whatever except below:
Modify guest's MAC address to whatever except below:
```
TCHAR *szMac[][2] = {
{ _T("\x00\x05\x69"), _T("00:05:69") }, // VMWare, Inc.
Expand All @@ -52,6 +52,8 @@ Modify the MAC address to whatever except below:

![mac](https://github.com/hzqst/VmwareHardenedLoader/raw/master/img/4.png)

I use

## 3rd Step: Load vmloader.sys in vm guest
open command prompt as System Administrator, use the following commands

Expand Down

0 comments on commit ce025e6

Please sign in to comment.