添加项目文件。
This commit is contained in:
16
Etw Syscall/libpeconv-master/tests/test_case5/main.cpp
Normal file
16
Etw Syscall/libpeconv-master/tests/test_case5/main.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <Windows.h>
|
||||
#include <iostream>
|
||||
#include "api.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Test Case 5 started..." << std::endl;
|
||||
DWORD checks = test_checksum1();
|
||||
checks += test_checksum2();
|
||||
checks += test_checksum3();
|
||||
checks += test_checksum4();
|
||||
checks += test_checksum5();
|
||||
|
||||
std::cout << "Test Case 5 finished, checks: " << std::hex << checks << std::endl;
|
||||
return checks;
|
||||
}
|
||||
Reference in New Issue
Block a user