-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Full scramble sourcecode + Makefile
- Loading branch information
Gerrit Pannek
committed
Nov 17, 2017
1 parent
bab9a3c
commit 0d70d60
Showing
3 changed files
with
11 additions
and
0 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,9 @@ | ||
# scramble util | ||
|
||
all: scramble | ||
|
||
scramble: | ||
cc -o scramble scramble.c | ||
|
||
clean: | ||
-rm -f scramble |
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,2 @@ | ||
This directory contains Marcus Comstedt's 1ST_READ.BIN scrambler, which was | ||
grabbed from his site (http://mc.pp.se/dc/). |
File renamed without changes.