Apparently, only some of my readers have been able to derive the fix necessary to generate valid HDD passwords. It's been easily guessable that the prehashing scheme needed some minor modification. Before I get countless requests now, here's the C source code for hpgl's keygen:
http://pastebin.com/cu9ijqM1
You need a C compiler to generate the executable (d'uh), e.g. gcc/mingw32, Visual C, lcc, etc., or you can just use the binaries linked below.
Update: Windows binaries...
Showing posts with label -595B. Show all posts
Showing posts with label -595B. Show all posts
Saturday, April 24, 2010
Tuesday, April 13, 2010
Dell -595B Keygen
Before I get spammed with even more emails, here are the C sources for a keygen suitable for -595B and other dells (courtesy of hpgl):
http://pastebin.com/yEsiqyQy
You need a regular C compiler for compiling an executable (e.g. mingw32/gcc).
So now let's sit back and watch the inflation happen...
Update: small fix (Windows binaries) - see this post.
Quick How-To:
http://pastebin.com/yEsiqyQy
You need a regular C compiler for compiling an executable (e.g. mingw32/gcc).
So now let's sit back and watch the inflation happen...
Update: small fix (Windows binaries) - see this post.
Quick How-To:
- Download the archive of the keygen from the link above. It contains two files: a C file (source code) and an executable. If you are on Windows, just unpack and double-click the executable. If you are on Mac/Linux/BSD, compile the C file:
gcc -o dell dell.c - You are asked to enter the serial number of your device. Use ONLY CAPITALS for the serial number.
- Press Enter
and you'll get the password. Keep in mind that the passwords are encoded for a QWERTY-type keyboard layout (US-EN). Also, some models require you to press Ctrl+Enter after entering the password.
Subscribe to:
Posts (Atom)