1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 17:56:35 +00:00

Add files via upload

This commit is contained in:
Evan Su 2021-03-24 14:53:34 -04:00 committed by GitHub
parent 8bfad58edc
commit 57a0b01dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

7
src/unstable/cm.c Normal file
View file

@ -0,0 +1,7 @@
#include <iostream>
#include <Windows.h>
int main(int argc,char *argv[]){
::ShowWindow(::GetConsoleWindow(), SW_SHOW);
std::system((std::string("cd picocrypt && start.vbs \"")+argv[1]+"\"").c_str());
}

BIN
src/unstable/cm.exe Normal file

Binary file not shown.