mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
removed useless macros
This commit is contained in:
@@ -1,23 +1,10 @@
|
|||||||
// Details are available here : https://www.secureauth.com/labs/advisories/gigabyte-drivers-elevation-of-privilege-vulnerabilities/
|
// Details are available here : https://www.secureauth.com/labs/advisories/gigabyte-drivers-elevation-of-privilege-vulnerabilities/
|
||||||
|
#include "PrintFunctions.h"
|
||||||
#include "DriverGDRV.h"
|
#include "DriverGDRV.h"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#if NO_STRINGS
|
|
||||||
#define _putts_or_not(...)
|
|
||||||
#define _tprintf_or_not(...)
|
|
||||||
#define wprintf_or_not(...)
|
|
||||||
#define printf_or_not(...)
|
|
||||||
#pragma warning(disable : 4189)
|
|
||||||
|
|
||||||
#else
|
|
||||||
#define _putts_or_not(...) _putts(__VA_ARGS__)
|
|
||||||
#define _tprintf_or_not(...) _tprintf(__VA_ARGS__)
|
|
||||||
#define printf_or_not(...) printf(__VA_ARGS__)
|
|
||||||
#define wprintf_or_not(...) wprintf(__VA_ARGS__)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "gdrv.sys" (SHA256: 31f4cfb4c71da44120752721103a16512444c13c2ac2d857a7e6f13cb679b427)
|
* "gdrv.sys" (SHA256: 31f4cfb4c71da44120752721103a16512444c13c2ac2d857a7e6f13cb679b427)
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -2,19 +2,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#if NO_STRINGS
|
#include "PrintFunctions.h"
|
||||||
#define _putts_or_not(...)
|
|
||||||
#define _tprintf_or_not(...)
|
|
||||||
#define wprintf_or_not(...)
|
|
||||||
#define printf_or_not(...)
|
|
||||||
#pragma warning(disable : 4189)
|
|
||||||
|
|
||||||
#else
|
|
||||||
#define _putts_or_not(...) _putts(__VA_ARGS__)
|
|
||||||
#define _tprintf_or_not(...) _tprintf(__VA_ARGS__)
|
|
||||||
#define printf_or_not(...) printf(__VA_ARGS__)
|
|
||||||
#define wprintf_or_not(...) wprintf(__VA_ARGS__)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* "RTCore64.sys" (SHA256: 01AA278B07B58DC46C84BD0B1B5C8E9EE4E62EA0BF7A695862444AF32E87F1FD)
|
* "RTCore64.sys" (SHA256: 01AA278B07B58DC46C84BD0B1B5C8E9EE4E62EA0BF7A695862444AF32E87F1FD)
|
||||||
|
|||||||
Reference in New Issue
Block a user