mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-01 01:14:43 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
class ConsoleApplication
|
||||
{
|
||||
public:
|
||||
ConsoleApplication(const std::vector<std::string> &args);
|
||||
int Run();
|
||||
private:
|
||||
std::vector<std::string> args_;
|
||||
ConsoleLog log_;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user