Level 5
Moderators: UncleTimmy, mjpieters
Enjoying the challenge? Need a hint?Make a donation and help keep the site running! -thesamet
I have a big hint for you.
http://www.fileinfo.net/extension/p (If this doesn't help, I don't see what will)
http://www.fileinfo.net/extension/p (If this doesn't help, I don't see what will)
Didn't want to read through this whole thing so I'm not sure if it's been said, but unless you're running *nix or windows powershell the output of the 'solution' will look like garbage. Took me awhile to figure that out, but in DrPython's interpreter, Idle, and cmd.exe it all looks like junk.
This was clearly not tested on Windows.
This was clearly not tested on Windows.
naib wrote:do you have a program called banner?
if not get it.
If so type
banner hello
to see what happens, then look at the data...
I could not find any such program. There were a few .py's that I tried, but all had syntax errors. In the end I just laid it all out by hand in notepad. I seriously don't know program or script you guys used to make the b****r.
Re: Level 5
Nevermind. I figured it out. If you get an error message, try "rb" insead of "r".
Re: Level 5
print "stuff", causes it to add a whitespace after the string... lame
use sys.stdout.write
use sys.stdout.write
Re: Level 5
If you process the dat, and end up with your b*****, but cannot read the result clearly, here is my hint: str() * x adds one character too many.
Re: Level 5
I spent a solid day working with the image, before I realized what the actual target in the source was. If you are this far down in the hints for this level, you might be doing the same thing. Once you load the correct target, you can use a few lines of python to put all the pieces together. You wont need to decipher or interpret anything. Once you put the pieces together, it will be obvious! Very nice!
Re: Level 5
what should i do in peak hell
Return to Python Challenge Hints
Who is online
Users browsing this forum: No registered users and 2 guests
