mirror of https://github.com/hfiref0x/UACME.git
parent
19ccd326d7
commit
01f980ea1c
|
@ -137,7 +137,7 @@
|
|||
#define PACKAGE_XML L"ellocnak.xml"
|
||||
#define PACKAGE_INF L"ellocnak.inf"
|
||||
|
||||
#define RUNDLL_EXE_CMD L"rundll32.exe " //with slash as part of command
|
||||
#define RUNDLL_EXE_CMD L"rundll32.exe " //with space as part of command
|
||||
|
||||
#ifdef _WIN64
|
||||
#define KONGOU_CD L"Kongou64.cd"
|
||||
|
@ -181,7 +181,7 @@
|
|||
#define T_MONITOR_PROCESS L"MonitorProcess"
|
||||
#define T_REPORTING_MODE L"ReportingMode"
|
||||
#define T_GLOBAL_FLAG L"GlobalFlag"
|
||||
#define T_SILENT_PROCESS_EXIT L"\\SilentProcessExit\\"
|
||||
#define T_SILENT_PROCESS_EXIT L"\\SilentProcessExit\\" //with slash as part of key path
|
||||
|
||||
//
|
||||
// COM related trash.
|
||||
|
|
|
@ -105,7 +105,7 @@ BOOL ucmSPPLUAObjectMethod(
|
|||
DWORD dwReportingMode = 1;
|
||||
DWORD dwGlobalFlag = 0x200; //FLG_MONITOR_SILENT_PROCESS_EXIT
|
||||
|
||||
SIZE_T memIO, szSkipPrep;
|
||||
SIZE_T memIO, SkipPrep;
|
||||
|
||||
WCHAR szBuffer[MAX_PATH * 2];
|
||||
LPWSTR lpszCommandLine;
|
||||
|
@ -161,8 +161,8 @@ BOOL ucmSPPLUAObjectMethod(
|
|||
//
|
||||
// Write data to the registry.
|
||||
//
|
||||
szSkipPrep = _strlen(T_MACHINE);
|
||||
_strcpy(szBuffer, &T_WINDOWS_CURRENT_VERSION[szSkipPrep]);
|
||||
SkipPrep = _strlen(T_MACHINE);
|
||||
_strcpy(szBuffer, &T_WINDOWS_CURRENT_VERSION[SkipPrep]);
|
||||
_strcat(szBuffer, T_SILENT_PROCESS_EXIT);
|
||||
_strcat(szBuffer, RRINSTALLER_EXE);
|
||||
|
||||
|
@ -189,7 +189,7 @@ BOOL ucmSPPLUAObjectMethod(
|
|||
if (SUCCEEDED(r)) {
|
||||
|
||||
// 3. IFEO GlobalFlag
|
||||
_strcpy(szBuffer, &T_IFEO[szSkipPrep]);
|
||||
_strcpy(szBuffer, &T_IFEO[SkipPrep]);
|
||||
_strcat(szBuffer, TEXT("\\"));
|
||||
_strcat(szBuffer, RRINSTALLER_EXE);
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ DWORD wdEmulatorAPIHashTable[] = {
|
|||
};
|
||||
|
||||
/*
|
||||
* wdGetHashForString
|
||||
* wdxGetHashForString
|
||||
*
|
||||
* Purpose:
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@ a0a07303b0cf4591542c18436aa579d0ed91f880fcdf01e2796b5bf03dc311d0 *Source\Akagi\b
|
|||
5eafc42613cbf70c4ee53f0511befc8a0ddd212f83387877a9883d05036f493c *Source\Akagi\bin64res.rc
|
||||
c401577184f2f57d56fea4c03e0cc1c18a7785bf8b251ca658ade5685a9848c3 *Source\Akagi\compress.c
|
||||
9f93bbb4c77349179641415ec9a4367a6f77dc28b093d3d11231f6abf8c3cd78 *Source\Akagi\compress.h
|
||||
b0c52cf4cf15b0be16c6b17aeaf5ea6a613b727105669a217e20aceab93b1aa7 *Source\Akagi\consts.h
|
||||
faf3369b2d647d791e1b21da85ed32c299f44f8709ce35d82763f5e9f59fbc74 *Source\Akagi\consts.h
|
||||
f8766c660c6d2e726449db2a85301ee9208ca44410f0a12670f0eef25e941146 *Source\Akagi\global.h
|
||||
d54495f19c817656a9c4c0f47f5f0af4cac1db2eef6c18e67897160de2ceacfc *Source\Akagi\main.c
|
||||
a8ec3b9411f2408b5cfa4b0c77aa045957d3144aebd343cfa7da03d78226e3b3 *Source\Akagi\makecab.c
|
||||
|
@ -54,7 +54,7 @@ c62f98b79c86e4fa6b90f8af480f18bc21e2dc90af268ce6ba6e343789ac3856 *Source\Akagi\m
|
|||
7619c01b21279a0f318e7f3c091f5b54f9a37425b4a083e277e0adfc11da2913 *Source\Akagi\methods\comet.h
|
||||
5dbbf2af06f6bf545ab7c889fe7a6cf0653036c545aa29b8dc77086ee3304e10 *Source\Akagi\methods\comfileop.c
|
||||
7c1e67ec03370d4e97fc5947a832090bf8283641c19f7cad1cb8f3d93385bac2 *Source\Akagi\methods\comfileop.h
|
||||
e80d2cbdefb600dbaf94c33c61454ccd557010f8f0505a8d77629988fb13c9ea *Source\Akagi\methods\deroko.c
|
||||
9b563adeaf48fc3e961324712455b23680950821e8347edec233183c312fa3c9 *Source\Akagi\methods\deroko.c
|
||||
51d35d30ca8bc6a72202fa26aa6f2cb648036d62635cb52d52ee2d6bbc07da2b *Source\Akagi\methods\deroko.h
|
||||
e681867973300526880dd883b71c56de360c4a5c6dbb2ff2e8b43ee3d9cc2469 *Source\Akagi\methods\enigma0x3.c
|
||||
5c791f3bcdd23a2eabad1afd7205896bc09848d4c62b1efc2c5a777b2b5aabc8 *Source\Akagi\methods\enigma0x3.h
|
||||
|
@ -163,7 +163,7 @@ f81c975acd016c97776dd3a8e3218e148682b0336ff3fcd77fad6d9b86ddf107 *Source\Shared\
|
|||
9cbedf9b92abaef3ea28de28dd523ac44079592178ef727c7003c339a5a54712 *Source\Shared\ultostr.c
|
||||
881e596b0599c4b6680175c93a6180797237058b2188477f9d54d0d9a515b516 *Source\Shared\util.c
|
||||
5033eda09684cef68ba7d83909b7268e24cddd9a197330641db83da86846882d *Source\Shared\util.h
|
||||
891bdf187497a6a44e1190e01825080a2c2c155f6de5791c252037177e22743c *Source\Shared\windefend.c
|
||||
86e4d73d15e66d4d080118d1b92bd58b3df4c1960af5caf973da231712791c04 *Source\Shared\windefend.c
|
||||
a69383cb037a9623c6a81ae8c333d823ef536845bf48dc0b1a9dfc7ac6b444ac *Source\Shared\windefend.h
|
||||
c1405b280bacc7566ccd041a74461de3f8496128fd71e39368905cf8d95268f6 *Source\Shared\_filename.c
|
||||
9e3f1386bfb64dbaa3cbb12fd3bf51c734872c2fdf15cf1aaeca52a515767519 *Source\Shared\_filename.h
|
||||
|
|
Loading…
Reference in New Issue