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

pull/2447/head
Jens Steube 4 years ago
parent 27df7429ce
commit e00f3e9636

@ -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 ())
{
}

@ -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 ())
{
}

@ -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 ())
{
}
Loading…
Cancel
Save