-
hpasekov
at July 23,2015
It is unbelievable how easy it is to crack a password. Without the knowledge of the programming language, you can see the logic of the program. Ollydbg translates the programming language into more readable language with GUI. This is a great tutorial of how to take a shortcut.
-
busterhax
at September 04,2015
Great tutorial. It provides a simple example of another way to crack basic authentication compared to the first video which just jumps past the password check.
-
aholcom2
at September 11,2015
This was a very interesting video about OllyDbg. It’s very cool how people use this software to reverse engineer and manipulate other applications. I am looking forward to watching the rest of the tutorials about OllyDbg.
-
bmanahan188
at September 16,2015
I thought that the explanation could have been clearer, but it's effective at showing how to not store passwords within your program and the password logic behind checking them and displaying different result GUI controls to the screen.
-
hanna88
at September 19,2015
I prefer this video of actually finding the real password over the first one which just allows any password. It is interesting that with essentially zero programming knowledge, someone could do this on a basic program. I'm not a criminal or anything but I'm finding it so entertaining to watch him break into these programs!