Skip to content

Commit

Permalink
Merge pull request #3 from 0xbad53c/patch-1
Browse files Browse the repository at this point in the history
Convert string to wstring to match WCHAR
  • Loading branch information
moloch-- authored May 31, 2024
2 parents 1ed593a + b3ba6d1 commit 4c9313e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BOF/AddMachineAccount/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
{
"name": "accountName",
"desc": "Computer Name",
"type": "string",
"type": "wstring",
"optional": false
},
{
"name": "password",
"desc": "Password (Optional)",
"type": "string",
"type": "wstring",
"optional": true
}
]
}
}

0 comments on commit 4c9313e

Please sign in to comment.