From 901804e9e44b19978d1a242547fe4228fa6abef1 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 15 May 2022 21:09:03 -0700 Subject: [PATCH] Add OS limitation note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ed5b47e..4007a097 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ In addition to the original BurnOut code, the following libraries (or ports ther - [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction - [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - MSI and Microsoft CAB extraction +Please note that due to current library limitations, the functionality of StormLibSharp and WixToolset.Dtf are locked to Windows only. + ## Protections Detected Below is a list of protections detected by BurnOutSharp. The two columns explain what sort of checks are performed to determine how the protection is detected. Generally speaking, it's better to have a content check than a path check.