WINDOWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

WEEKLY HIGHLIGHTS

DVD Cloner45
Spyware Doctor40
1Click DVD Copy40
Apollo DVD Copy40
ABC Amber BlackBer...45
Protected Music Co...40

7-DAY TOP DOWNLOAD

#
Program
Avira AntiVir
Personal - Free
Antivirus 9.0.0.415

154,543
Windows Live
Messenger 2009
14.0.8089.726

129,339
Nexus Radio 4.2.2
115,575
Avira Antivir Virus
Definition File
Update November 30,
2009

113,249
FreeZ Online TV 1.30
85,014
Y! Multi Messenger
8.x and 9.x

70,259
Microsoft Office
2010 14.0.4536.1000
Beta / 2007

66,632
DVD Shrink 3.2.0.15
47,470
Windows Live
Messenger
8.5.1302.1018

46,629
AVG Free Edition 9.0
Build 707a1765

42,592

WEEK'S BEST

  • Kaspersky Password...
  • Daniusoft Video to...
  • VirtualBox 3.1.0 r...
  • SiSoftware Sandra ...
  • Kaspersky Virus Re...
  • Faststone Image Vi...
  • Vuze (formerly Azu...
  • Softpedia Wallpape...
  • Softpedia Wallpape...
  • Softpedia Wallpape...
  • RSSOwl 2.0.1
  • Internet Explorer ...
  • Online Armor ++ 4....
  • cFosSpeed 5.01 Bui...
  • SONY Vegas Pro 9.0...
  • Firefox 3.6 Beta 4...
  • Nokia Photos 1.6.434
  • Windows Server 200...
  • Skype Portable 4.1...
  • Google Chrome Port...
  • PCMark Vantage Bas...
  • Kaspersky Anti-Vir...
  • Microsoft Virtual ...
  • Messenger Plus! Li...
  • WinX DVD Author [F...
  • SoftPerfect Networ...
  • System Mechanic Pr...
  • Ad Muncher 4.81 Bu...
  • Windows 7 Upgrade ...
  • Pidgin 2.6.4
  • Home > Windows > Programming > Packers/Crypters/Protectors
     Report spyware

    PECompact 3.01.3 Beta / 3.00.2

    Softpedia Pick Award
    Download button

    Downloads: 11,557  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    Good (3.6/5)
    60 user(s)
    Developer:

    License / Price:

    Size / OS:

    Last Updated:

    Category:
    Bitsum Technologies | More programs
    Trial / USD 19.95 | BUY the full version
    1 MB / Windows All
    October 31st, 2009, 09:36 GMT [view history]
    C: \ Programming \ Packers/Crypters/Protectors

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    PECompact description

     

    Compresses Windows executables significantly, while allowing them to be run as normal

    PECompact is a utility that compresses Windows 9x/NT4/w2k portable executables (EXE, DLL, SCR, OCX, etc..) significantly while leaving them 100% functional.

    Compress - Protect - Encrypt - Optimize - Customize

    Compresses tighter than the latest versions of all commercially viable executable compressors.

    PECompact processed applications occupy less disk space, cost less to distribute, are more fault tolerant, are loaded quicker across networks, decrease network traffic, and are more difficult to reverse- engineer and modify.

    PECompact works by compressing the code, data, import directory, selected resources, and other portions of Windows portable executables.

    At runtime, the executable is rebuilt in memory with no noticeable delay; the executable is at no time extracted to disk. In fact, compressed executables can actually load quicker in some cases because there is less data to be retrieved from the disk or network, which is usually the largest bottleneck.

    Both compression algorithms used by PECompact feature an optimized, 32bit x86 assembly language decompressor for maximum data throughput. This tool is highly configurable and gives the user a great deal of power to select what and how things are compressed.

    PECompact also has unique plug-in support to allow users to supply their own encryption/decryption procedures or special functionality to compressed executables.

    For users who prefer not to compress their executables for whatever reason, PECompact also offers a "Trim Only" option that optimizes the executable structure and decreases its size without applying any compression at all! This function can optionally strip relocations from the executable.

    Codec Plug-ins: LZMA - FFCE - aPLib - JCALG1 - BriefLZ
    Other Codec Plug-ins: Password Protect - MessageBox - Invert - Copy - Expand
    API Hook Plug-ins: Fast-Import - Redirect
    Loader Plug-ins: Anti-Debug - Debug - Enhanced Anti-debug - Reduced

    Here are some key features of "PECompact":

    · Complete win32 platform support (all variants).
    · Supports EXE, DLL, SCR, and other PE formats.
    · Supports software and hardware DEP (Data Execution Protection).
    · Supports VC 7.1 (Visual Studio .NET 2003) SEH protections; currently only win32 packer that properly addresses the issue.
    · Compressed programs work under WINE (Windows emulator for linux).
    · Modules compressed with each build are tested in complex load scenarios under all win32 flavors. Our test cases assure proper functioning. Up to date and actively being improved!
    · Viruses can not hide within compressed modules because major anti-virus softwares support scanning inside the PECompact's modules!
    · Compressed modules are inherently more difficult to reverse engineer.
    · PECompact support custom loaders that can be written to provide your own unique protection mechanisms, greatly deterring the creation of automatic unpackers.
    · Tampering or modification of modules can be detected at runtime.
    · Plug-ins are available that extend and enhance the protection of your software. These include the FastImport, API Redirect, and IsPacked plug-ins.
    · A number of plug-in types allow for extreme customization and third-party extensions. For example, plug-ins are included to perform CRC checks, password based encryption, message box runtime confirmations, and compression by a number of different algorithms. And since these plug-ins can be used IN ANY ORDER OR QUANTITY on each and every file, how you use PECompact2 is up to you!
    · PECompact is superior to its competitors in many ways, many already enumerated above. Most striking is its performance, configurability, compatibility, and stability. When using PECompact you can rest assurred that your application is compressed using an executable compressor that is used on software running on millions of computers worldwide. Our clients include Google, Microsoft, and many others.

    Limitations:

    · 7 days trial

    What's New in This Release: [ read full changelog ]

    · Addition.Package: Added user contributed ElfHash plug-in (a fast hash algorithm)
    · Addition.Package: Added user contributed Pascal/Delphi header files for all plug-in types (registered version only)
    · Addition.Package: Added user contributed 'IsDebuggerPresent' API plug-in (registered version only)
    · Addition.Package: Added user contributed API hook and Codec plug-ins developed in Delphi
    · Addition.Installer: Added x64 build of PEHTLib.lib
    · Change.GUI: Improved message boxes (updated to XMessageBox 1.10 and applied Bitsum custom mods)
    · Change.PETrim: Enhanced stripping of debug directories
    · Change.PEHTLib: Change to macros
    · Change.Installer: Switched to UNICODE build of NSIS
    · Change.Localization: Updated Swedish translation
    · Change.Docs: Added credits for contributions of BoB of team PEiD
    · Change.Docs: Some minor maintenance and improvements
    · Removal.Installer: Some out of date languages removed
    · Fix.GUI: Adjustments to initial display position of child windows
    · Fix.UpdateChecker: Fixed ...

     Softpedia guarantees that PECompact 3.01.3 Beta / 3.00.2 is 100% CLEAN, which means it does not contain any form of malware, including spyware, viruses, trojans and backdoors. [read more >]


    TAGS:

    compress file | file compression | file encryption | encryption | compression | compressor



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM