News
Rebel.NET
Friday, 25.April.2008
The first release of Rebel.NET is out along with its official guide.

Rich Sign
Wednesday, 05.March.2008
Released the article about Microsoft's Rich Signature.

Vista4Experts 1.1
Saturday, 09.February.2008
Fixed a bug (restoring the Sidebar). Added two more actions.

Resource Tweaker
Friday, 18.January.2008
Edit your PE64 with Resource Hacker by using Resource Tweaker an extension for the CFF Explorer.

ExpSuite III
Thursday, 17.January.2008
The Explorer Suite III is out. It includes the CFF Explorer VII wih many news, including a new powerful scripting language.

 
Readme
This section contains only very small utilities. If you're interested in more important programs, visit the products page. You will find freeware software like the Explorer Suite.
 
Programs
DynLogger
Date: 13/04/2008  Author: Daniel Pistelli
DynLogger logs all dynamically retrieved functions by reporting the module name and the requested function. It can come very handy when one wants to know a "hidden" function used by an application. I recycled the code of a bigger project to write this little application. It's a very small utility, but it might be of use after all. It was tested on XP and Vista, both x86 and x64. It works for .NET application as well. Just start the logging process, the log will be saved after you quit the monitored application.
4GB Patch
Date: 29/11/2007  Author: Daniel Pistelli
This very little tool patches x86 executables in order to let them have 4GB (instead of only 2) of virtual memory on x64 platforms. This tool comes very handy for applications which need a great amount of virtual memory like games, 3D renderization, multimedia etc. To gain these 2GB, you just have to use this tool to patch the executable (*.exe file) of the software you want to have these additional GBs of virtual memory. It can be used by clicking on it and choosing the file or through command line (e.g.: "4gb_patch file.exe"). It automatically creates a backup copy of the original executable.
WIM Installer
Date: 21/04/2007  Author: Daniel Pistelli
A little utility created to handle from a graphical interface and in a extremely easy way setups based on wim images. Regardeless if they have been released by microsoft or not.
.NET Generic Unpacker
Date: 07/03/2006  Author: Daniel Pistelli
This is a program to dump .NET packed applications. Of course no serious .NET protection relies on packing. In fact, this software shows how easily you can unpack a protected assemly. This .NET Generic Unpacker was written in a couple of hours and despite of the fact that it's very simple, it might turn useful having it: otherwise you have to unpack manually, which is also very easy.
SNSRemover
Date: 29/11/2005  Author: Daniel Pistelli
This tool removes the Strong Name Signature from .NET Assemblies. I had to code it since all the other tools over the internet didn't work correctly with the new .NET Framework 2.0, which was released a couple of days ago. This tool was coded in plain win32, so like the CFF Explorer it doesn't need the framework to run.
NoDel
Date: 04/05/2005  Author: Daniel Pistelli
Small utility I wrote for a friend of mine (who needed it for work), it preserves files from deletion in a directory that you choose.
AntiMida 1.0
Date: 10/04/2005  Author: Daniel Pistelli
The AntiMida 1.0. Here you find the project files and a compiled executable. For more information read the article.
 
Sources
DisasMSIL
Date: 30/04/2008  Author: Daniel Pistelli
DisasMSIL is a free/open disasm engine for the Microsoft Intermediate Language (MSIL). You can use it any context you wish. There are no license restrictions. The only thing I ask you to do is to send me your bug fixes (if any). For more information about this project, read the article.
Small Application Wizard
Date: 21/8/2006  Author: Daniel Pistelli
A wizard designed for Visual Studio .NET (2005) to build small applications with just a few clicks. The package includes a small libc. If you're interested in knowing more about this project, read the article.
Manifest Resources Class
Date: 09/11/2004  Author: Daniel Pistelli
A Class to handle the Manifest Resource format. For more information read the article.
AntiWFP
Date: 09/11/2004  Author: Daniel Pistelli
The Anti-WindowsFileProtection. Here you find the project files and a compiled executable. For more information read the article.