Cryptanalyse

vendredi 23 août 2019, 19:41  #1
SHA3 dump parsing
chuck_bartowsky
  • 3 posts

Hello, any tip on how to actually parse the dump file ?
The crypto part of the challenge should not be a problem but given my almost non existent binary analysis skills I am stuck at parsing the dump file.

What I’ve tried so far : hexdump -C dump.bin. I can see some kind of signature for an ELF executable but how do I actually retrieve the stack ?

Thanks in advance !