Skip to content

Commit

Permalink
Updated the README with the new features.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedkiwi committed Nov 5, 2013
1 parent fe4008c commit 1f6adde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f6adde

Please sign in to comment.