maskprocessor & statsprocessor updates
#1
Added OS X binaries (v10.6+) to maskprocessor and statsprocessor.

maskprocessor wiki page

statsprocessor wiki page
#2
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
#3
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 ;-)
#4
Compiler drops error about mingw64, but it does it's job, after &&make I can run hcstatgen on mac.
#5
(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 !
#6
This is about windows cross compiler. I dont think you will need it on OSX Smile
#7
(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...