From 3cb351f207f76230702ae9f84803e32b8c77062b Mon Sep 17 00:00:00 2001 From: hasherezade Date: Mon, 25 Nov 2024 22:37:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15557c369..ff349d1d7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ LibPeConv can be used for creating PE binders, as it allows to load a PE directl As well it can help you in dumping PEs from the memory, and rebuilding their IATs. +WARNING: applications that use [MUI are not supported](https://github.com/hasherezade/libpeconv/issues/44). + ### Basic example *The simplest usecase*: use libPeConv to manually load and run an EXE of you choice.