2018-06-15 11:44:01 +00:00
|
|
|
/*******************************************************************************
|
|
|
|
*
|
|
|
|
* (C) COPYRIGHT AUTHORS, 2018
|
|
|
|
*
|
|
|
|
* TITLE: FUBUKI.H
|
|
|
|
*
|
2018-10-11 08:42:35 +00:00
|
|
|
* VERSION: 3.03
|
2018-06-15 11:44:01 +00:00
|
|
|
*
|
2018-10-11 08:42:35 +00:00
|
|
|
* DATE: 11 Oct 2018
|
2018-06-15 11:44:01 +00:00
|
|
|
*
|
|
|
|
* Fubuki global include header file.
|
|
|
|
*
|
|
|
|
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
|
|
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
|
|
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
|
|
* PARTICULAR PURPOSE.
|
|
|
|
*
|
|
|
|
*******************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#if !defined UNICODE
|
|
|
|
#error ANSI build is not supported
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//disable nonmeaningful warnings.
|
2018-09-02 07:28:59 +00:00
|
|
|
#pragma warning(push)
|
|
|
|
#pragma warning(disable: 4005 4201)
|
2018-06-15 11:44:01 +00:00
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
#include "shared\ntos.h"
|
|
|
|
#include <ntstatus.h>
|
|
|
|
#include "shared\minirtl.h"
|
|
|
|
#include "shared\_filename.h"
|
|
|
|
#include "shared\util.h"
|
|
|
|
#include "shared\windefend.h"
|
|
|
|
#include "unbcl.h"
|
|
|
|
#include "wbemcomn.h"
|
|
|
|
|
2018-09-02 07:28:59 +00:00
|
|
|
#pragma warning(pop)
|
|
|
|
|
2018-10-11 08:42:35 +00:00
|
|
|
#include "shared\libinc.h"
|
2018-06-15 11:44:01 +00:00
|
|
|
|
|
|
|
#define LoadedMsg TEXT("Fubuki lock and loaded")
|
|
|
|
|
|
|
|
//default execution flow
|
|
|
|
#define AKAGI_FLAG_KILO 1
|
|
|
|
|
|
|
|
//suppress all additional output
|
|
|
|
#define AKAGI_FLAG_TANGO 2
|