Files
metasploit-gs/external/source/byakugan/test/testPattern.cpp
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
163 B
C++
Raw Normal View History

2008-08-20 19:27:03 +00:00
#include <stdio.h>
#include "../msfpattern.h"
int main() {
char ownme[256];
msf_pattern_create(500, ownme);
printf("%s\n", ownme);
return (0);
}