

Monica wrote:It is highly suggested that you complete Basic missions before attempting Application missions.
If you need help with this mission, make sure you have a legitimate question. Questions like, "How can I find the password?" or "Where do I find the string?" is UNacceptable. Why? Because a.) You're stupid. b.) You obviously want to be spoonfed BECAUSE you're stupid or c.) You want to complete the mission for points because you think you can redeem them for a cheeseburger at McDonalds. I'll tell you what - below is a list of what you may need to know to complete many Application missions. Please note, not all are necessary to complete this particular mission.
In the end, we hope you do learn. That is the point of being here on HTS.
Knowledge May Be Required:
- Code Analysis/Hex-Editing
- ASM Knowledge
- Compiled Languages (i.e. C/C++, VB)
- Interpreted Languages (i.e. PHP, Perl)
Useful Tools:
- Ollydbg
- Decompiler
** P.S. Posting answers and/or spoilers (i.e. mission links, mission file names/gages, scripts/code) will DEFINITELY result in multiple warnings/bans.
The End.

roblabla wrote:"[BLAHBLAHBLAH CUD NOT OPEN BLAHBLAHBLHA] The archive may be damaged (Error #17537)"



GustavoVC wrote:can anyone explain how to work with odbg ???
i know a little bit, like searching for s**i**s ....
The person right above you wrote:Tip: You just need a good editor like notepad++


mShred wrote:GustavoVC wrote:can anyone explain how to work with odbg ???
i know a little bit, like searching for s**i**s ....The person right above you wrote:Tip: You just need a good editor like notepad++
For this one, you do not need ollydgb. Just a text editor. But for when you do need it, there's some tutorials out there for how to get a basic grip on it. Link. I was too lazy to look at how good that one was, but if that doesn't help then there's plenty more.

GustavoVC wrote:On notepad++ i need to set any language ?? because i just see "‹EôÆ€‚"

Gatito wrote:GustavoVC wrote:On notepad++ i need to set any language ?? because i just see "‹EôÆ€‚"
Notepad++ takes every byte of the executable file and shows the ASCII character associated with that byte, that's how strings are actually made , they are just a bunch of numbers. The "EôÆ€" characters are probably a bunch of bytes which aren't meant to be readable strings but machine code ( nasty 1's and 0's doing all kind of I/O data streams & memory manipulation ). Keeping this in mind what strings ( human readable words & sentences ) could be there ?

Users browsing this forum: No registered users and 0 guests