Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Application 4


ghost's Avatar
0 0

Hello.

I'm trying to (fully) decompile the application with no success. Do I need to undestand ASM? Because I just get ASM code. I tried many different decompilers with the same effect.

Any help would be appriciated!


ghost's Avatar
0 0

Debugger, not decompiler…

And you don't really need to know ASM… But that's what you'll be looking at… The earlier ones just require you to know how to find strings and stuff using debugger… Not how to actually understand it probably


ghost's Avatar
0 0

and what about the harder OR hardest ones?


ghost's Avatar
0 0

The 'hardest' is the extra one…. but its still very easy.

Apart from that is just about breakpointing in the right place and following jumps. These app challenges should take you seconds.


ghost's Avatar
0 0

This challenge is a easy one.. The pass can be found direct in file.. Search with Ollydbg.. You must have a little bit understand for asm, but not much.. Read the text strings in debugging mode… ;)


ghost's Avatar
0 0

This challenge is a easy one.. The pass can be found direct in file.. Search with Ollydbg.. You must have a little bit understand for asm, but not much.. Read the text strings in debugging mode… ;)