Changed project name

This commit is contained in:
elimin8 2022-07-03 19:33:11 +01:00
parent a8b871913d
commit 5cf7205bd0
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
5 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"configuration": { "configuration": {
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceRoot}/bin/EmperorServer", "program": "${workspaceRoot}/bin/EmperorD",
"args": [ "args": [
], ],
"cwd": "${workspaceRoot}/bin", "cwd": "${workspaceRoot}/bin",

View File

@ -475,7 +475,6 @@ void prompt()
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
std::cout << b64Decode("dw$$") << std::endl;
command_and_control c2; // instanciate the command and control class command_and_control c2; // instanciate the command and control class
httpserver::webserver ws = httpserver::create_webserver(8665); // create the webserver, ensuring ssl is enabled and httpserver::webserver ws = httpserver::create_webserver(8665); // create the webserver, ensuring ssl is enabled and
// the server is using the provided crt and key // the server is using the provided crt and key

View File

@ -1,2 +1,2 @@
default: default:
g++ EmperorServer.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/EmperorServer g++ Emperor.cpp -I /usr/local/include -L /usr/local/lib -lhttpserver -pthread -o bin/Emperor

BIN
bin/Emperor Executable file

Binary file not shown.

Binary file not shown.