From e293a83a27b3f410d49ce376b53dfde0e3b1ab1f Mon Sep 17 00:00:00 2001 From: Styris Date: Wed, 11 Jan 2023 19:01:49 +0100 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543225a..fbe82a3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tool for checking the integrity of an AME installation. ## Usage -You can download the tool by going to the [latest release](https://git.ameliorated.info/Joe/ameck/releases/latest) and selecting `ameck.exe` from the **Downloads** section. +You can download the tool by going to the [latest release](https://git.ameliorated.info/Styris/ameck/releases/latest) and selecting `ameck.exe` from the **Downloads** section. Once downloaded, simply run `ameck.exe`. @@ -20,7 +20,7 @@ Steps: 1. Clone the repository: ``` - git clone https://git.ameliorated.info/Joe/ameck.git + git clone https://git.ameliorated.info/Styris/ameck.git ``` 2. Open `ameck.sln` From f1eaf261f80a027ee8f00f000f51c1c31922ec1a Mon Sep 17 00:00:00 2001 From: Styris Date: Thu, 12 Jan 2023 06:28:20 +0100 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbe82a3..fb39ad1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tool for checking the integrity of an AME installation. ## Usage -You can download the tool by going to the [latest release](https://git.ameliorated.info/Styris/ameck/releases/latest) and selecting `ameck.exe` from the **Downloads** section. +You can download the tool by going to the [latest release](https://git.ameliorated.info/Styris/ameck/releases) and selecting `ameck.exe` from the **Downloads** section. Once downloaded, simply run `ameck.exe`. From 9c160d04264c897eed2a667d18029d5b7ecf911b Mon Sep 17 00:00:00 2001 From: Styris Date: Sun, 12 Feb 2023 19:58:41 +0100 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fb39ad1..97a0109 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ You can download the tool by going to the [latest release](https://git.ameliorat Once downloaded, simply run `ameck.exe`. +## Summary + +While AME installations are generally very resilient, certain user actions can trigger Windows to perform the self-healing process, causing previously removed programs like Microsoft Edge or Windows Update to appear, such as: + +- running `/sfc` commands + +- installing certain pirated software + +- installing software that have significant privileges over a system, such as Microsoft Edge or antiviruses + +To find out more about potential causes for self-healing, take a look at the [AME Self-Healing Report](https://wiki.ameliorated.info/lib/exe/fetch.php?media=ame-heal_2_.pdf). + +In the event that you suspect an AME installation has been compromised, this tool can be used for checking the integrity of an AME installation. + ## Compilation Requirements: