Skip to content

Commit

Permalink
update older tools to support x86
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Jun 22, 2023
1 parent b3cfa1d commit af51995
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
7 changes: 6 additions & 1 deletion BOF/AddMachineAccount/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "AddMachineAccount.o"
"path": "AddMachineAccount.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "AddMachineAccount.x86.o"
}
],
"arguments": [
Expand Down
7 changes: 6 additions & 1 deletion BOF/Askcreds/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "Askcreds.o"
"path": "Askcreds.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "Askcreds.x86.o"
}
],
"arguments": [
Expand Down
7 changes: 6 additions & 1 deletion BOF/Kerberoast/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "Kerberoast.o"
"path": "Kerberoast.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "Kerberoast.x86.o"
}
],
"arguments": [
Expand Down
7 changes: 6 additions & 1 deletion BOF/Lapsdump/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "Lapsdump.o"
"path": "Lapsdump.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "Lapsdump.x86.o"
}
],
"arguments": [
Expand Down
7 changes: 6 additions & 1 deletion BOF/PetitPotam/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "PetitPotam.o"
"path": "PetitPotam.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "PetitPotam.x86.o"
}
],
"arguments": [
Expand Down
7 changes: 6 additions & 1 deletion BOF/Psw/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "Psw.o"
"path": "Psw.x64.o"
},
{
"os": "windows",
"arch": "386",
"path": "Psw.x86.o"
}
],
"arguments": []
Expand Down

0 comments on commit af51995

Please sign in to comment.