10 lines
152 B
C
10 lines
152 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "peconv.h"
|
||
|
|
|
||
|
|
namespace tests {
|
||
|
|
|
||
|
|
//For now this is for manual tests only:
|
||
|
|
int test_ntdll(char *path);
|
||
|
|
|
||
|
|
}; //namespace tests
|