添加项目文件。
This commit is contained in:
7
Etw Syscall/libpeconv-master/tests/test_case3/checksum.h
Normal file
7
Etw Syscall/libpeconv-master/tests/test_case3/checksum.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
DWORD calc_checksum(char *str, bool enable_tolower);
|
||||
DWORD calc_checksum(BYTE *str, size_t buf_size, bool enable_tolower);
|
||||
|
||||
Reference in New Issue
Block a user