randomised domain name to make it work cuz they have a dll check for the old dll with getmodulehandle
This commit is contained in:
parent
ed350ba7db
commit
988c0ef810
|
@ -77,7 +77,7 @@ void log(const char* msg) {
|
||||||
}
|
}
|
||||||
int main() {
|
int main() {
|
||||||
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 0x0008);
|
SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 0x0008);
|
||||||
std::string dllpath = getenv("temp") + std::string("\\hedtbdhbt.dll");
|
std::string dllpath = getenv("temp") + std::string("\\egsrtegegh5tr.dll");
|
||||||
if (!std::filesystem::exists(dllpath)) {
|
if (!std::filesystem::exists(dllpath)) {
|
||||||
std::ofstream o = std::ofstream(dllpath, std::ios::out | std::ios::binary);
|
std::ofstream o = std::ofstream(dllpath, std::ios::out | std::ios::binary);
|
||||||
o.write((const char*)rawData, sizeof(rawData));
|
o.write((const char*)rawData, sizeof(rawData));
|
||||||
|
|
Loading…
Reference in New Issue