-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change clang to llvm-mingw to make shellcode
- Loading branch information
1 parent
f2ff60c
commit fed58d7
Showing
15 changed files
with
288 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: build_wintools | ||
on: | ||
push: {tags: ['v*'] } # Push events to matching v*, i.e. v1.0, v20.15.10 | ||
pull_request: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
build_winexe_winmemdll: | ||
runs-on: windows-2019 | ||
steps: | ||
- name: pull and init | ||
uses: actions/checkout@v3 | ||
with: {submodules: true} | ||
|
||
- name: add msbuild to path | ||
uses: microsoft/[email protected] | ||
|
||
- name: build target | ||
run: .\project\winexe_winmemdll\release_msvc.bat | ||
|
||
- name: upload release | ||
uses: ncipollo/release-action@v1 | ||
if: github.event_name == 'push' | ||
with: | ||
artifacts: "./project/winexe_winmemdll/build/winmemdll32.exe,./project/winexe_winmemdll/build/winmemdll64.exe" | ||
allowUpdates: "true" | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule reversetool
updated
from 04a0f1 to 72c990
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.