Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


[HC Official] T0rn - Hash Cracker V.2 filter_list
Author
Message
RE: [HC Official] T0rn - Hash Cracker V.2 #21
(04-08-2014, 04:58 PM)Ligeti Wrote:
(04-08-2014, 12:11 PM)chmod Wrote: @Ligeti I'm not a c++ coder so the solution I found was provided by searching, I would think there is more than likely a better way of doing it. It was just a workaround to try and get it to compile.

Thanks my friend... but your solution didn't solve the problem (I tested it)... what distro are you using?

I think I can solve this problem if I put more effort in it, but I wanted to make sure that I am not the only one facing these issues... according to Ex094 I am right (I am not the only one).

@shp0ngl3 did you test the code? (you are using Mint as far as I know)

Thanks


I didn't solve all the issues and have been working towards the rest over the course of today, but no luck with those yet unfortunately.

I'm running fedora

I would think we will all be having the same issues though

EDIT:

Thought I'd post the errors I'm getting now (was the same as Ligeti's before)
Code:
In file included from main.cpp:23:0:
clearscreenl.h: In function ‘void ClearScreen()’:
clearscreenl.h:13:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
   putp( tigetstr( "clear" ) );
                           ^
main.cpp: In function ‘void verifyHash(std::string)’:
main.cpp:165:38: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
     int count = count_file("pass.txt");
                                      ^
main.cpp: In function ‘void pause()’:
main.cpp:287:12: error: new declaration ‘void pause()’
void pause() {
            ^
main.cpp:43:5: error: ambiguates old declaration ‘int pause()’
int pause();
     ^
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N

Reply

RE: [HC Official] T0rn - Hash Cracker V.2 #22
@chmod @Ligeti Sorry for this trouble guys, for the time being it seems that it's functional on Windows systems unless I discover what is the problem with all these debug errors in Linux compilation.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: [HC Official] T0rn - Hash Cracker V.2 #23
(04-08-2014, 06:08 PM)Ex094 Wrote: @chmod @Ligeti Sorry for this trouble guys, for the time being it seems that it's functional on Windows systems unless I discover what is the problem with all these debug errors in Linux compilation.

Don't worry about it I'm kinda having fun trying to get it to compile so thank you Biggrin If I come up with something I'll share it here but it will most likely not be pretty so may need improving by someone who actually knows what they're doing
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N

Reply

RE: [HC Official] T0rn - Hash Cracker V.2 #24
Its a very nice tool and thank you for sharing but why did you keep using std:: when you could simply add using namespace std; ? Im not saying you should but I was wondering if there was a reason you did it like you did.

Reply

RE: [HC Official] T0rn - Hash Cracker V.2 #25
(05-25-2014, 06:50 PM)minial90000 Wrote: Its a very nice tool and thank you for sharing but why did you keep using std:: when you could simply add using namespace std; ? Im not saying you should but I was wondering if there was a reason you did it like you did.

Using std:: is considered to be a good practice.

1st Reason is that I've never used using namespace std; much so my practice had always involved using std:: so em kinda stuck with it Tongue

2nd Reason, It prevents conflict between 2 libraries, have a look at here http://stackoverflow.com/questions/14527...d-practice

Regards Smile
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: [HC Official] T0rn - Hash Cracker V.2 #26
(05-25-2014, 07:03 PM)Ex094 Wrote:
(05-25-2014, 06:50 PM)minial90000 Wrote: Its a very nice tool and thank you for sharing but why did you keep using std:: when you could simply add using namespace std; ? Im not saying you should but I was wondering if there was a reason you did it like you did.

Using std:: is considered to be a good practice.

1st Reason is that I've never used using namespace std; much so my practice had always involved using std:: so em kinda stuck with it Tongue

2nd Reason, It prevents conflict between 2 libraries, have a look at here http://stackoverflow.com/questions/14527...d-practice

Regards Smile

Thank you this was helpful!

Reply







Users browsing this thread: 1 Guest(s)