As I develop and deploy software, I would like to merge all assemblies to one and publish them to users. There are a lot of tools to do that. All of protectors and obfuscators provide this functionality too but I would like to write for myself a such merger to have an experience about adding and merging assemblies.
And now I would like to introduce to you AssMer, a tool to merge your assemblies. As its name, you can merge only until now ONLY assemblies with each other. You can not merge an assembly with a native code file.This tool is based on source code of Mono.Merge
This software will be on developed aiming to support more functions
- Prerequisites : .NET Framework 2.0
- Version: 1.0.0.1
NOTE: Please contact me if software doesn’t work.
LINK DOWN : http://hintdesk.com/Web/Tool/AssMer.zip
SCREENSHOT
HISTORY
[1.0.0.1]
First version