Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/byakugan/msfpattern.h
24699 views
1
#include <string.h>
2
3
void msf_pattern_create(int, char *);
4
int msf_pattern_offset(int, unsigned int);
5
6