10 lines
107 B
C
10 lines
107 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <peconv.h>
|
||
|
|
|
||
|
|
namespace tests {
|
||
|
|
|
||
|
|
int check_finding_jumps();
|
||
|
|
|
||
|
|
}; //namespace tests
|