hashcat Forum
maskprocessor & statsprocessor updates - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: maskprocessor & statsprocessor updates (/thread-1459.html)



maskprocessor & statsprocessor updates - radix - 08-14-2012

Added OS X binaries (v10.6+) to maskprocessor and statsprocessor.

maskprocessor wiki page

statsprocessor wiki page


RE: maskprocessor & statsprocessor updates - tony - 08-14-2012

Hi Radix,

Wow, thank you so much for the effort's , impressive speed up !

Well done, that was the "missing piece" !!

Thanks again,

Regards,

Tony


RE: maskprocessor & statsprocessor updates - tony - 08-15-2012

HI Radix,

For created an ".hcstat" file ( forworking with statsprocessor ), i need the "hcstatgen" tool who are avaible in the "Hashcat_utils" set, i see is an "Open_source" package, but unfortunately i try to compiled on mac & failed, i check the "Makefile" & seem haven't any option for building...or i miss something in this case sorry !

Any help are welcome,

Thanks a lot in advance,

Regards,

Tony

PS : beside, both tools are working well on Mac_OSX Lion 1.7.4 ;-)


RE: maskprocessor & statsprocessor updates - KT819GM - 08-15-2012

Compiler drops error about mingw64, but it does it's job, after &&make I can run hcstatgen on mac.


RE: maskprocessor & statsprocessor updates - tony - 08-15-2012

(08-15-2012, 07:11 PM)KT819GM Wrote: Compiler drops error about mingw64, but it does it's job, after &&make I can run hcstatgen on mac.

Thanks for the advice, i think it works now....i have thinking it dosen't cause i have see on the folder :

".BIN" & " .BIN.dSYM" so i was thinking it was again linux binaries...

*************************
new-host:utils xxxxx$ make
rm -f core *.bin *.exe
gcc -Wall -W -pipe -g -O2 -ansi -o combinator.bin combinator.c
gcc -Wall -W -pipe -g -O2 -ansi -o cutb.bin cutb.c
gcc -Wall -W -pipe -g -O2 -ansi -o expander.bin expander.c
gcc -Wall -W -pipe -g -O2 -ansi -o gate.bin gate.c
gcc -Wall -W -pipe -g -O2 -ansi -o hcstatgen.bin hcstatgen.c
gcc -Wall -W -pipe -g -O2 -ansi -o len.bin len.c
gcc -Wall -W -pipe -g -O2 -ansi -o morph.bin morph.c
gcc -Wall -W -pipe -g -O2 -ansi -o permute.bin permute.c
gcc -Wall -W -pipe -g -O2 -ansi -o prepare.bin prepare.c
gcc -Wall -W -pipe -g -O2 -ansi -o req.bin req.c
gcc -Wall -W -pipe -g -O2 -ansi -o rli.bin rli.c
gcc -Wall -W -pipe -g -O2 -ansi -o rli2.bin rli2.c
gcc -Wall -W -pipe -g -O2 -ansi -o splitlen.bin splitlen.c
/usr/bin/x86_64-w64-mingw32-gcc -Wall -W -pipe -g -O2 -ansi -D_WIN -o combinator.exe combinator.c
make: /usr/bin/x86_64-w64-mingw32-gcc: No such file or directory
make: *** [windows] Error 1

***********************

THANK YOU !


RE: maskprocessor & statsprocessor updates - atom - 08-17-2012

This is about windows cross compiler. I dont think you will need it on OSX Smile


RE: maskprocessor & statsprocessor updates - tony - 08-17-2012

(08-17-2012, 11:15 AM)atom Wrote: This is about windows cross compiler. I dont think you will need it on OSX Smile

Yes, you right, all is wokring good on OSX even the error message & like you say is concern Win...