Add optimized fake kernels for -m 2000 to enable hashcat to respect user decision to use pure or optimized password candidate generators in --stdout mode

This commit is contained in:
Jens Steube 2020-06-12 08:57:59 +02:00
parent 27df7429ce
commit e00f3e9636
3 changed files with 105 additions and 0 deletions

View File

@ -0,0 +1,35 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_platform.cl"
#include "inc_common.cl"
#endif
KERNEL_FQ void m02000_m04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m16 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s16 (KERN_ATTR_RULES ())
{
}

View File

@ -0,0 +1,35 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_platform.cl"
#include "inc_common.cl"
#endif
KERNEL_FQ void m02000_m04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m16 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s16 (KERN_ATTR_RULES ())
{
}

View File

@ -0,0 +1,35 @@
/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_platform.cl"
#include "inc_common.cl"
#endif
KERNEL_FQ void m02000_m04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_m16 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s04 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s08 (KERN_ATTR_RULES ())
{
}
KERNEL_FQ void m02000_s16 (KERN_ATTR_RULES ())
{
}