Barbara Liskov
Challenge Description

Challenge Attachment
Getting the code
For the .pyc binaries ("compiled" python) you should start trying to extract the original python code:


we found nothing here
Hex Dump using xxd
let's dump the binary hex using the command xxd

scrolling down we find a base64 encoded string

let's decode it

Flag
Last updated
Was this helpful?