core
[reversing]
core
No description
Code
php -r '$a=file_get_contents("core"); echo $a ^ str_repeat(chr(0x01), strlen($a));' > core.xor && strings -a core.xor`
Flag
TUCTF{c0r3_dump?_N3v3r_h34rd_0f_y0u}
No description
php -r '$a=file_get_contents("core"); echo $a ^ str_repeat(chr(0x01), strlen($a));' > core.xor && strings -a core.xor`
TUCTF{c0r3_dump?_N3v3r_h34rd_0f_y0u}