Skip to content

shadwork/Windows-Crunch

Repository files navigation

Code::Blocks build for crunch - wordlist generator

Original source came from sourceforge - crunch - wordlist generator

Source code can't build under Windows. Using pthread and POSIX avalaible under Windows with serious gaps. Build under Cygwin success, but result crash on running. Main idea using simple wrapper around original source code with minimal editing. If you want using update version of crunch just place crunch.c in project root folder and build it.

P.S. Code::Blocks can store build path separately. If project not build under IDE just add root path to search directories or replace by hand

#include <pthread.h> to  #includepthread.h#include <sys/wait.h> to  #includesys/wait.h

About

Code::Blocks build crunch - wordlist generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages