I hereby claim:
- I am 0xd0cf11e on github.
 - I am 0xd0cf11e (https://keybase.io/0xd0cf11e) on keybase.
 - I have a public key ASBr_4EpK2bSUVE_kwSRdxNLliM5A_qkEIOrIfg5-abQIAo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import struct | |
| import pefile | |
| import argparse | |
| def decrypt_payload(payload): | |
| # The xor key hasn’t changed | |
| size = len(payload) | |
| key = 0x58 | |
| decoded = b'' | |
| for x in range(size): |