Recent Posts
- Native Blocks Pre-Alpha
Tue, 30 Jun 2009
- .NET MetaData Tables Reports
Fri, 29 May 2009
- Data Execution Prevention (NX) flag
Fri, 10 Apr 2009
- Kernel: 3rd edition
Thu, 02 Apr 2009
- Multiple Updates
Thu, 19 Feb 2009
 
Recent Comments
- Comment on Rebel.NET by Daniel Pistelli
Thu, 02 Jul 2009
- Comment on Native Blocks Pre-Alpha by Daniel Pistelli
Thu, 02 Jul 2009
- Comment on Native Blocks Pre-Alpha by cant
Wed, 01 Jul 2009
- Comment on Native Blocks Pre-Alpha by Kurapica
Wed, 01 Jul 2009
- Comment on Rebel.NET by Ryan
Wed, 01 Jul 2009
 
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
VirtualReg Manager
Date: 23/05/2008  Author: Daniel Pistelli
VirtualReg Manager is a utility which creates virtual registry files and is also able to edit them through a regedit-like interface. It provides command line support for automation. Feel free to include this application in your freeware. Since it's a .NET assembly, it works on every Windows platform.
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
Qt MetaData IDAPython Script
Date: 28/11/2008  Author: Daniel Pistelli
Little IDAPython script to extract Qt metadata from binary files. For more information about this source, read the article about Qt Internals & Reversing.
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.