mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 18:34:21 +00:00
Add files via upload
This commit is contained in:
parent
8bfad58edc
commit
57a0b01dbb
2 changed files with 7 additions and 0 deletions
7
src/unstable/cm.c
Normal file
7
src/unstable/cm.c
Normal 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
BIN
src/unstable/cm.exe
Normal file
Binary file not shown.
Loading…
Reference in a new issue