17 lines
310 B
Markdown
17 lines
310 B
Markdown
|
## Difficulty
|
||
|
10/100
|
||
|
|
||
|
## Category
|
||
|
reversing
|
||
|
|
||
|
## How To Solve
|
||
|
This binary contains the "encryption key" aka flag in plain text.
|
||
|
If you disassemble it you can find the string. Or if you want to
|
||
|
keep it simple running `strings ./malware` will also output the
|
||
|
flag.
|
||
|
|
||
|
## Hints
|
||
|
n/a
|
||
|
|
||
|
## Flag
|
||
|
IGCTF{K1ds_w1ll_b3_k1ds}
|