Skip to content

Commit

Permalink
v 3.5.8
Browse files Browse the repository at this point in the history
Method 71 added -> see #115  for more info;
Methods 63, 65 and 69 updated -> see #115 for more info;
Yuubari 1.5.2;
Readme updated.
  • Loading branch information
hfiref0x committed Dec 3, 2021
1 parent 75b39e2 commit 1e884d1
Show file tree
Hide file tree
Showing 31 changed files with 2,037 additions and 1,104 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,16 @@ First parameter is number of method to use, second is optional command (executab
* Fixed in: unfixed :see_no_evil:
* How: -
* Code status: added in v3.5.7
71. Author: Arush Agarampur
* Type: Dll Hijack
* Method: ISecurityEditor
* Target(s): Native Image Cache elements
* Component(s): Attacker defined
* Implementation: ucmNICPoisonMethod2
* Works from: Windows 7 RTM (7600)
* Fixed in: unfixed :see_no_evil:
* How: -
* Code status: added in v3.5.8

</details>

Expand Down
Binary file modified Source/Akagi/Resource.rc
Binary file not shown.
7 changes: 3 additions & 4 deletions Source/Akagi/compress.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
*
* (C) COPYRIGHT AUTHORS, 2014 - 2020
* (C) COPYRIGHT AUTHORS, 2014 - 2021
*
* TITLE: COMPRESS.C
*
* VERSION: 3.50
* VERSION: 3.58
*
* DATE: 14 Sep 2020
* DATE: 01 Dec 2020
*
* Compression and encoding/decoding support.
*
Expand Down Expand Up @@ -42,7 +42,6 @@ UCM_STRING_TABLE_ENTRY ucmStringTable[] = {
{ ISDB_USAGE_WOW_DETECTED, sizeof(B_USAGE_WOW64STRING), B_USAGE_WOW64STRING },
{ ISDB_USAGE_WOW64WIN32ONLY, sizeof(B_USAGE_WOW64WIN32STRING), B_USAGE_WOW64WIN32STRING },
{ ISDB_USAGE_UACFIX, sizeof(B_USAGE_UACFIX), B_USAGE_UACFIX },
{ ISDB_COMAUTOAPPROVALLIST, sizeof(B_COMAUTOAPPROVALLIST), B_COMAUTOAPPROVALLIST },
{ ISDB_PROGRAMNAME, sizeof(B_PROGRAM_NAME), B_PROGRAM_NAME }
};

Expand Down
20 changes: 3 additions & 17 deletions Source/Akagi/encresource.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
*
* (C) COPYRIGHT AUTHORS, 2016 - 2020
* (C) COPYRIGHT AUTHORS, 2016 - 2021
*
* TITLE: ENCRESOURCE.H
*
* VERSION: 3.50
* VERSION: 3.58
*
* DATE: 14 Sep 2020
* DATE: 01 Dec 2021
*
* Encoded string resources.
*
Expand Down Expand Up @@ -97,20 +97,6 @@ static const unsigned char B_USAGE_UACFIX[190] = {
0x64, 0xF2, 0x9B, 0x42, 0xAF, 0xCE, 0xD7, 0x05, 0x69, 0x0F, 0x84, 0x46, 0x83, 0xCF
};

static const unsigned char B_COMAUTOAPPROVALLIST[172] = {
0x0C, 0x0A, 0xD1, 0xBA, 0xC1, 0x36, 0x90, 0xFD, 0x02, 0xF7, 0xD9, 0xBE, 0xC5, 0x37, 0x9E, 0xFF,
0x97, 0xF5, 0x70, 0x45, 0x68, 0xC9, 0x23, 0x02, 0xAF, 0x08, 0x7F, 0x41, 0x6E, 0xC8, 0x39, 0x00,
0xCC, 0x09, 0x2B, 0xB9, 0x35, 0x35, 0x6C, 0xFE, 0xE3, 0xF4, 0x3F, 0xBD, 0x20, 0x34, 0x6A, 0xFC,
0x68, 0xF6, 0xB8, 0x46, 0x9F, 0xCA, 0xC8, 0x01, 0x7A, 0x0B, 0x91, 0x42, 0xAB, 0xCB, 0xD3, 0x03,
0xF0, 0x09, 0x0A, 0xB9, 0x3B, 0x35, 0x45, 0xFE, 0xE0, 0xF4, 0x3F, 0xBD, 0x0E, 0x34, 0x79, 0xFC,
0x6D, 0xF6, 0x97, 0x46, 0xD5, 0xCA, 0xA8, 0x01, 0xC1, 0x0B, 0x17, 0x42, 0x0B, 0xCB, 0x6E, 0x03,
0x9D, 0x0A, 0x9D, 0xBB, 0xA0, 0x37, 0xDC, 0xFC, 0x72, 0xF6, 0x84, 0xBF, 0xB8, 0x36, 0xE7, 0xFE,
0xF2, 0xF4, 0x0F, 0x44, 0x31, 0xC8, 0x42, 0x03, 0xFA, 0x09, 0x0C, 0x40, 0x28, 0xC9, 0x76, 0x01,
0x87, 0x08, 0x49, 0xB8, 0x6E, 0x34, 0x23, 0xFF, 0xBB, 0xF5, 0x6E, 0xBC, 0x67, 0x35, 0x19, 0xFD,
0x3D, 0xF7, 0xC7, 0x47, 0xCB, 0xCB, 0xB1, 0x00, 0x08, 0x0A, 0xF2, 0x43, 0xC5, 0xCA, 0xBA, 0x02,
0xAB, 0x08, 0x5C, 0xB8, 0x4B, 0x34, 0x38, 0xFF, 0x84, 0xF5, 0x78, 0xBC
};

static const unsigned char B_PROGRAM_NAME[10] = {
0x05, 0x0A, 0xC9, 0xBA, 0xC7, 0x36, 0x90, 0xFD, 0x3E, 0xF7
};
Loading

0 comments on commit 1e884d1

Please sign in to comment.