9 lines
116 B
C++
9 lines
116 B
C++
#pragma once
|
|
|
|
#include "peconv.h"
|
|
|
|
namespace tests {
|
|
|
|
int decode_crackme_f4_6(char *path);
|
|
|
|
}; //namespace tests
|