From c16c73ca106a93a5d9b332e8aef853e03f53552d Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Fri, 26 Jul 2024 14:38:23 +0200 Subject: [PATCH] Fetch weak1337/Alcatraz --- .github/workflows/build.yml | 14 ++++++++++++++ README.md | 1 + 2 files changed, 15 insertions(+) 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 * +*