Files

10 lines
152 B
C
Raw Permalink Normal View History

2022-04-26 15:31:46 +08:00
#pragma once
#include "peconv.h"
namespace tests {
//For now this is for manual tests only:
int test_ntdll(char *path);
}; //namespace tests