Skip to content

Commit c79dd9a

Browse files
committed
Update new release
1. Update NTAssassin that fixed bugs about window rectangle editor 2. Remote code injection always enabled
1 parent 89b19cc commit c79dd9a

42 files changed

Lines changed: 96 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AlleyWind is an advanced Win32-based and open-sourced utility that helps you to
1515
[看雪论坛](https://bbs.pediy.com/)[[原创]AlleyWind - 专业窗口管理工具](https://bbs.pediy.com/thread-266706.htm)
1616

1717
## Latest Version
18-
AlleyWind V1.0.2.10801 Beta [2021-08-01]
18+
AlleyWind V1.0.2.10928 Beta [2021-09-28]
1919

2020
<font color=red>*This is Beta version for testing only, which is not stable! SHOULD NOT BE USED IN IMPORTANT ENVIRONMENT!</font>
2121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"

Source/AlleyWind/3rdParty/include/NTAssassin/NTACtl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44
#include "NTACtl_ColorPicker.h"
55

66
typedef struct _CTL_MENU CTL_MENU, * PCTL_MENU;

Source/AlleyWind/3rdParty/include/NTAssassin/NTACtl_ColorPicker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44

55
// No color specified in color picker yet
66
#define CTL_COLORPICKER_NOCOLOR 0xFF000000

Source/AlleyWind/3rdParty/include/NTAssassin/NTADPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#pragma once
44

5-
#include "NTAssassin\NTAssassin.h"
5+
#include "NTAssassin.h"
66

77
/**
88
* @brief Gets DPI of window

Source/AlleyWind/3rdParty/include/NTAssassin/NTAData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44

55
NTA_API PVOID WINAPIV Data_StructCombineEx(UINT GroupCount, UINT Size, ...);
66

Source/AlleyWind/3rdParty/include/NTAssassin/NTADbg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44

55
#if _DEBUG
66

Source/AlleyWind/3rdParty/include/NTAssassin/NTADlg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define DLG_CONTROL_H 28
66
#define DLG_BUTTON_W 124
77

8-
#include "NTAssassin\NTAssassin.h"
8+
#include "NTAssassin.h"
99

1010
typedef struct _DLG_TEMPLATE {
1111
DLGTEMPLATE Template;

Source/AlleyWind/3rdParty/include/NTAssassin/NTADlg_RectEditor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44

55
typedef struct _DLG_RECTEDITOR {
66
HWND hwndOwner;

Source/AlleyWind/3rdParty/include/NTAssassin/NTADlg_ValueEditor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "NTAssassin\NTAssassin.h"
3+
#include "NTAssassin.h"
44

55
#define DVE_TYPE_COMBINATION 0x1
66
#define DVE_TYPE_ENUMERATION 0x2

0 commit comments

Comments
 (0)