Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EXE packer/EXE Compresser for application in C#/VB.net [closed]

Tags:

c#

Is there any EXE packer/EXE Compresser available for application developed in C#/VB.net?

like image 842
SamSol Avatar asked May 28 '10 11:05

SamSol


People also ask

What is a Packer EXE?

Exe Packer 2.300 is a standard, free software for file compression and decompression. Since it has been around for years, Exe Packer 2.300 is one of the most popular packers for malicious file obfuscation.

How do EXE packers work?

A Packer is a utility which implements compression and some encryption on an executable to make it undetectable by un-packers/virus scanners. Executing a packed executable necessarily un-wraps genuine code and it is then handed over the control. It has the same effect as that of running the unaffected PE file.

What is UPX used for?

UPX is legitimately used to reduce the file size of Portable Executables by around 50%-70%. It is also often used by threat actors to add a layer of obfuscation to their malware. The default version has a "decompress" flag which will retrieve the original code.

How do I unpack UPX?

upx yourfile.exe will compress the file specified on the command line. All UPX supported file formats can be unpacked using the -d switch, eg. upx -d yourfile.exe will uncompress the file you've just compressed.


1 Answers

Try this one: http://madebits.com/netz/index.php

like image 60
Blorgbeard Avatar answered Nov 12 '22 22:11

Blorgbeard