index
:
bufflow.git
A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
.gitlab-ci.yml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '.gitlab-ci.yml')
-rw-r--r--
.gitlab-ci.yml
3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a07fe31..b4e2061 100644
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@ -9,6 +9,9 @@ build:
- apt-get -qq update
- apt-get install -y make binutils nasm gcc libc6-dev libc6-dev-i386
- make -j4 V=s
+ after_script:
+ - cat crypter/xor_encoder.h
+ - cat crypter/xor2_encoder.h
stage: build
artifacts:
untracked: true