From 71ee0863eb534167386170a05c5bc400f56f99fa Mon Sep 17 00:00:00 2001 From: SilasLaspada Date: Mon, 4 Jul 2022 22:15:18 -0600 Subject: [PATCH] Add shell for Themida (#128) Add shell and a few notes for Themida/WinLicense/Code Virtualize. --- BurnOutSharp/ProtectionType/Themida.cs | 12 ++++++++++++ README.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 BurnOutSharp/ProtectionType/Themida.cs diff --git a/BurnOutSharp/ProtectionType/Themida.cs b/BurnOutSharp/ProtectionType/Themida.cs new file mode 100644 index 00000000..efbc0453 --- /dev/null +++ b/BurnOutSharp/ProtectionType/Themida.cs @@ -0,0 +1,12 @@ +namespace BurnOutSharp.ProtectionType +{ + /// + /// Protection created by Oreans and in use since at least before 2009. Known to be used in Book/Music Collector (http://www.alwinhoogerdijk.com/2009/12/24/protecting-software-with-themida/). + /// May possibly be used in the PC release of Dynasty Warriors 7 with Xtreme Legends (https://www.pcgamingwiki.com/wiki/Dynasty_Warriors_7_with_Xtreme_Legends). + /// Themida/WinLicense/Code Virtualize seem to all be interconnected/related to each other, or are all at least part of the SecureEngine suite together (https://www.oreans.com/products.php). + /// + public class Themida + { + // TODO: Implement - https://www.oreans.com/ + } +} diff --git a/README.md b/README.md index 1f3692fe..3299f020 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Below is a list of protections that have been identified but have not yet been i - SAFEAUDIO - The Bongle - The Copy Protected CD +- Themida/WinLicense/Code Virtualizer ## Executable Packers Detected