Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShMask committed Dec 22, 2017
2 parents 09cf8c7 + bd7011b commit 055ea18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ConfuserEx-Dynamic-Unpacker
A dynamic confuserex unpacker that relies on invoke for most things

Latest build: [![Build status](https://ci.appveyor.com/api/projects/status/3qd5cu5kkub3ac0e?svg=true)](https://ci.appveyor.com/project/ShMask/confuserex-unpacker/build/artifacts)

#Usage
when using this you there are 2 compulsary commands
Expand Down
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
before_build:
- cmd: git submodule update --init --recursive
build:
project: ConfuserEx Dynamic Unpacker.sln
verbosity: normal
artifacts:
- path: ConfuserEx Dynamic Unpacker\bin
name: ConfuserEx-Unpacker v%APPVEYOR_BUILD_VERSION%

0 comments on commit 055ea18

Please sign in to comment.