Files
netch/Redirector/Utils.h
2021-07-19 10:50:14 +08:00

11 lines
205 B
C

#pragma once
#ifndef UTILS_H
#define UTILS_H
#include <Windows.h>
DWORD GetCPUCount();
USHORT IPv4Checksum(PBYTE buffer, ULONG64 size);
USHORT ICMPChecksum(PBYTE buffer, ULONG64 size);
#endif