Results 1 to 1 of 1
Greetings,
I had trouble remembering a password for an old compressed file and ran into this piece of software: RarCrack! It is fantastic but a bit slow.
Install is as ...
- 10-07-2010 #1
rarcrack installed on Fedora 13
Greetings,
I had trouble remembering a password for an old compressed file and ran into this piece of software: RarCrack! It is fantastic but a bit slow.
Install is as simple as:
I solved some problems I had with rarcrack after reading countless tutorials:Code:$ tar -xjf rarcrack-0.2.tar.bz2 $ cd rarcrack-0.2 $ make $ make install
1. Pertaining the problem with the warning when doing make, I edited the .c file by changing line 206:
toCode:if (strcasestr(ret, “ok”) != NULL) {
and everything worked fine.Code:if ((char *)strcasestr(ret, “ok”) != NULL) {
2. The actual command to use the program is:
After this, everything worked fine.Code:#./rarcrack --type 7z --threads 12 /home/myself/compri/Myoldfile.7z
Disclaimer: I am not responsible for anybody reading this using wrongfully or illegally this software-D-
Registered User # 402675


Reply With Quote