$wget 'https://ctf.ekoparty.org/static/pre-ekoparty/roboto.elf'
$sudo apt-get install binutils-avr
$avr-objdump --disassemble-all roboto.elf | less
$cat roboto.py
$python roboto.py 2> /dev/null
$git clone https://github.com/morse-talk/morse-talk.git
$cd morse_talk
$sed -i -e '0,/-.--.-/ s/-.--.-/-.--./' morse_talk/encoding.py
# Wrong left parenthesis $ipython
In [1]:import morse_talk
In [2]:morse_talk.decode('. -.- --- -.--. --- .-.. -.. .-.-.- .. ... .-.-.- -. . .-- .-.-.- .- --. .- .. -. -.--.-').replace('(', '{').replace(')', '}').replace('.', '_')
Showing posts with label morse. Show all posts
Showing posts with label morse. Show all posts
# Ekoparty pre-challenges 2k16 - roboto (80)
Subscribe to:
Posts (Atom)