retdec
unpackertool.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_UNPACKERTOOL_UNPACKERTOOL_H
8 #define RETDEC_UNPACKERTOOL_UNPACKERTOOL_H
9 
10 namespace retdec {
11 namespace unpackertool {
12 
13 int _main(int argc, char** argv);
14 
15 } // namespace unpackertool
16 } // namespace retdec
17 
18 #endif
int _main(int argc, char **argv)
Definition: unpacker.cpp:201
Definition: archive_wrapper.h:19