Tool for checking the integrity of an AME installation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. # AME Integrity Check (ameck)
  2. Tool for checking the integrity of an AME installation.
  3. ![AME Integrity Check Screenshot](screenshot.png)
  4. ## Usage
  5. 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.
  6. Once downloaded, simply run `ameck.exe`.
  7. ## Summary
  8. 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:
  9. - running `/sfc` commands
  10. - installing certain pirated software
  11. - installing software that have significant privileges over a system, such as Microsoft Edge or antiviruses
  12. 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).
  13. 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.
  14. ## Compilation
  15. Requirements:
  16. * Visual Studio or relevant IDE with .NET desktop development
  17. Steps:
  18. 1. Clone the repository:
  19. ```
  20. git clone https://git.ameliorated.info/Styris/ameck.git
  21. ```
  22. 2. Open `ameck.sln`
  23. 3. Set the build configuration to `Release | Any CPU`
  24. 4. Build the project