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.

Ollydpg help or alternatives


Ru33erDuck's Avatar
Member
0 0

I use Debian, I have been a long time fan of the OS and find it hard to break away from. I am looking for suggestions for Linux alternatives for Olly. Currently I am looking into even's debugger, but haven't had success with it yet.

I was able to find the first app challenge password with the 'strings' command, but that isn't really ideal.


Scar0ptics's Avatar
Member
0 0

You could of opened it up in a HeX editor! That's what I did, but I was over looking it for awhile. I find it funny that the password would not work in the application, but it worked online.


Huitzilopochtli's Avatar
....
10 9

It's made in Visual Basic 5 so I used VBReFormer.

There's a different password for the program itself, that will allow you to see the HBH Challenge password displayed via the Form, as that was the way it was intended to be cracked I guess.


Ru33erDuck's Avatar
Member
0 0

Yea, I saw that when i used strings. there was password and password 2, or something. I downloaded a virtual machine of REMnux. Designed to reverse engineer and analyze malware, I am sure there are many ways it can be applied to application cracking.

Edit: Ollydbg also works just fine with 'wine' and comes default in kali linux. ** some configuration may be required. **

Source: https://remnux.org/ Source: https://www.kali.org


_spartax_'s Avatar
Member
0 0

I 'm using IDA-PRO for vb applications, when I'm in Linux I've tried EDB Debugger ( comes with kali 2.0 ), bt I had no success using it.