made a multi threaded version of ht2crack2search since the file lookups should benefit from it. In the friendly competition with @mwalker33 where I think his version beats mine

This commit is contained in:
iceman1001
2024-09-05 22:29:55 +02:00
parent 431a5d585e
commit 686ee3138e
3 changed files with 505 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ MYCFLAGS = -D_GNU_SOURCE
MYDEFS =
MYLDLIBS = -lpthread
BINS = ht2crack2buildtable ht2crack2search ht2crack2gentest
BINS = ht2crack2buildtable ht2crack2search ht2crack2gentest ht2crack2search_multi
INSTALLTOOLS = $(BINS)
include ../../../Makefile.host
@@ -20,3 +20,4 @@ endif
ht2crack2buildtable : $(OBJDIR)/ht2crack2buildtable.o $(MYOBJS)
ht2crack2search : $(OBJDIR)/ht2crack2search.o $(MYOBJS)
ht2crack2gentest : $(OBJDIR)/ht2crack2gentest.o $(MYOBJS)
ht2crack2search_multi : $(OBJDIR)/ht2crack2search_multi.o $(MYOBJS)
File diff suppressed because it is too large Load Diff