Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dwuid on github.
  • I am dwuid (https://keybase.io/dwuid) on keybase.
  • I have a public key whose fingerprint is C8EF B060 BB52 B5DA AD2B 2A96 DBB3 59E9 CCF0 0B49

To claim this, I am signing this object:

@dwuid
dwuid / solve.cpp
Last active December 11, 2016 15:36
SECCON 2016 Qualifier, Lost Decryption
// SECCON 2016 Qualifier, "Lost Decryption"
// g++ -std=c++11 solve.cpp -osolve -ldl && ./solve
#include <cstdint>
#include <dlfcn.h>
#include <stdio.h>
static uint64_t round_keys[] = {
0x0c936fe92f5be592, 0x7071370944faa683,
0x0fb865e2b2a6216f, 0x0c936fe92f5be592,