File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Reversing Challenges List
2
+
3
+ If there is no writeup about reversing tasks of past CTF and you need, please make the issue.
4
+
5
+ 過去のCTFのrev問でwriteupが無かったり,日本語のwriteupがほしい場合にissueを立ててくれれば出来るだけ解いて日本語のwriteupを書いていこうと思います.
6
+
2
7
## Baby
3
8
* [ Sharif University CTF 2016 : dMd] ( Baby/Sharif_University_CTF_2016_dMd/README.md )
4
9
* [ Sharif University CTF 2016 : SRM] ( Baby/Sharif_University_CTF_2016_SRM/README.md )
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ def escape_path(s):
7
7
8
8
def gen_main_readme (conf ):
9
9
f = open ('README.md' , 'w' )
10
- f .write ("# Reversing Challenges List\n " )
10
+
11
+ f .write ("# Reversing Challenges List\n \n " )
12
+ msg = ''
13
+ msg += 'If there is no writeup about reversing tasks of past CTF and you need, please make the issue.\n \n '
14
+ msg += '過去のCTFのrev問でwriteupが無かったり,日本語のwriteupがほしい場合にissueを立ててくれれば出来るだけ解いて日本語のwriteupを書いていこうと思います.\n \n '
15
+ f .write (msg )
11
16
12
17
criterions = conf ['criterions' ]
13
18
problems = conf ['problems' ]
You can’t perform that action at this time.
0 commit comments