/Makefile (cede51f267bef7243430403a228e39f410ad51c2) (276 bytes) (mode 100644) (type blob)
TARGETS := srhd attack1 attack1b
CFLAGS := -g -Wall -Wextra -pipe -O0
all: $(TARGETS)
srhd: srhd.c
$(CC) $(CFLAGS) $@.c -o $@
attack1: attack1.c
$(CC) $(CFLAGS) -O0 $@.c -o $@
attack1b: attack1b.c
$(CC) $(CFLAGS) -O0 $@.c -o $@
.PHONY: clean
clean:
rm -f $(TARGETS)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
72 |
40b387ae36ded988685cc8108dbdaf2e7de7f034 |
.gitignore |
100644 |
blob |
276 |
cede51f267bef7243430403a228e39f410ad51c2 |
Makefile |
100644 |
blob |
23 |
5ffbfa89637fc0bfc5b1a303388831cafe879574 |
README |
100644 |
blob |
27 |
345803ba6b8c0dc6dcab2dca456e8c673b9e8743 |
TODO |
100644 |
blob |
154 |
2881d7046a93000bd9849ffea0910e35d0fb0394 |
attack1.c |
100644 |
blob |
154 |
08ea52985366c69654500a419a0fa65e4a9b02d4 |
attack1b.c |
100644 |
blob |
3014 |
f688a2a89ee8ed690fac77aa0f93afdd93dbfc15 |
srhd.c |
100755 |
blob |
303 |
680eca40e00f4e8d982d027495b0674a28629573 |
test1.sh |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/srh
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/srh
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/srh
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main