diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15b3d8d..1b7ee53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,3 +100,17 @@ jobs: name: dist-dll path: | dist + + build-release-dll-obfuscated: + name: Build release DLL obfuscated + runs-on: windows + steps: + - name: Check out Alcatraz + uses: actions/checkout@v4 + with: + repository: 'https://github.com/weak1337/Alcatraz' + + - name: Run Alcatraz-con.exe + run: "./x64/Release/Alcatraz-con.exe" + + diff --git a/README.md b/README.md index d76849b..a73c022 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ Following detections have been tested: ## Development information * +*