Rizin
unix-like reverse engineering framework and cli tools
|
#include <ntddk.h>
#include <capstone/platform.h>
#include <capstone/capstone.h>
#include "../utils.h"
#include "test_basic.c"
#include "test_detail.c"
#include "test_skipdata.c"
#include "test_iter.c"
#include "test_customized_mnem.c"
#include "test_arm.c"
#include "test_arm64.c"
#include "test_mips.c"
#include "test_m68k.c"
#include "test_ppc.c"
#include "test_sparc.c"
#include "test_systemz.c"
#include "test_x86.c"
#include "test_xcore.c"
Go to the source code of this file.
Namespaces | |
basic | |
detail | |
skipdata | |
iter | |
customized_mnem_ | |
arm | |
arm64 | |
mips | |
m68k | |
ppc | |
sparc | |
systemz | |
x86 | |
xcore | |
Functions | |
static void | test () |
static void | cs_winkernel_vsnprintf_test () |
EXTERN_C NTSTATUS | DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) |
_Use_decl_annotations_ int __cdecl | printf (const char *const format,...) |
Variables | |
EXTERN_C DRIVER_INITIALIZE | DriverEntry |
|
static |
Definition at line 135 of file test_winkernel.cpp.
References cs_snprintf(), ok, and printf().
Referenced by DriverEntry().
EXTERN_C NTSTATUS DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 151 of file test_winkernel.cpp.
References cs_winkernel_vsnprintf_test(), STATUS_CANCELLED, and test().
Definition at line 163 of file test_winkernel.cpp.
References args, NT_SUCCESS, and status.
Referenced by cs_winkernel_vsnprintf_test(), and test().
|
static |
Definition at line 94 of file test_winkernel.cpp.
References KeGetCurrentIrql, KeRestoreFloatingPointState, KeSaveFloatingPointState, NT_SUCCESS, printf(), and status.
Referenced by DriverEntry().
EXTERN_C DRIVER_INITIALIZE DriverEntry |
Definition at line 19 of file test_winkernel.cpp.