From 1f6adde13c8c19850a94e23247dd645f41b45151 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Tue, 5 Nov 2013 11:11:38 +0100 Subject: [PATCH] Updated the README with the new features. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c50c533..5f02f02 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # netcrypt A proof-of-concept packer for .NET executables, designed to provide a starting point to explain the basic principles of runtime packing. -It is a full implementation of a simple .NET PE file packer, which doesn't use native code. +It is a full implementation of a simple .NET PE file packer, which doesn't use native code, and with (almost) no noticeable delay during the unpacking phase of the application. It can perform the following tasks: * pack itself * packing files packed by itself (up to four layers of packing are tested) * automagically resolve dependencies of the packed EXE +* target multiple .NET versions (new!) The following downsides/problems are known: * output files are quite big