PE (Portable Executable): On Stranger Tides. Programs for analyzing executable files Pe explorer help in Russian

Before attacking any overlay protection, it is useful to know what type of packer or protector was used. With experience, you can identify most protectors by eye, but for a more accurate check, executable file analyzers are used. In addition to information about the packer or protector, they also provide a lot of other useful data: what compiler the file was created with, the sizes and names of sections, the compression ratio, the entry point and the disassembled code fragment on it, etc. The list of features may vary in different programs.



File Format Identifier is a very successful development of the Chinese antivirus company SUCOP, the latest version 1.4 from 2008. The analyzer works using external signatures in the PEiD format, but the main value is the built-in static unpacker of simple packers. The unpacker works using virtual machine technology, which means that no code is actually executed, which is especially important when researching malware. Also useful tools in the program are an import reconstructor, an executable file rebuilder, an offset calculator, and an overlay extractor. If you understand Chinese, you can download it from the offsite, but I recommend taking my assembly from the attached file. It has removed everything unnecessary, replaced the unpacker engine with a commercial one with improved functions, and added an external signature database. It is recommended to always have File Format Identifier on hand.



Bit Detector is a new development, also from the Arab cracker team Under SEH Team, latest public version 2.8.5.6 from June 2012. In addition to the function of determining the compiler and packer, it carries on board several useful and not so useful tools.



DNiD- a program similar to PEiD, but focused on .NET applications. Allows you to identify several dozen different versions of compilers, protectors, packers and obfuscators of .NET programs.

DNiD.1.0.zip (273,389 bytes)




A-Ray Scanner, the project has not been updated for a long time, the latest version is 2.0.2.2 from 2005. The program is intended only for scanning CD/DVD discs and detects several dozen copy protections for discs. Also defines some executable file packers and protectors.

A-Ray.Scanner.2.0.2.2.zip (320,892 bytes)




Clony XXL- a utility that determines the type of protection for CDs. Like the previous program, it has not been updated for a long time; the latest version is 2.0.1.5 from 2003. Defines protections: SafeDisc, SecuROM, Discguard, LaserLok, Psx/Lybcrypt, Cactus Data Shield (Audio CDs), Lock Blocks, CD Check, ProtectetCD-VOB, CD-Extra and protection based on non-standard placement of information on the disk. By default the interface is in German, but in the settings it switches to English.

ClonyXXL.2.0.1.5.zip (276,879 bytes)


In addition to universal analyzers, there are several utilities for specific protectors. The most useful ones are ASPrINF, VerA, Armadillo Find Protected, Armadillo Informant and Detemida.



ASPRINF from nik0g0r from the TLG team, another domestic development, latest version 1.6 beta. A small utility for accurately determining the version of the ASProtect protector that covers a file. Dynamic analysis is used, not signature analysis, so the version is determined accurately. In addition to the exact version of ASProtect, the utility shows information about who the protector is registered to, so that share makers who use broken warez protectors for their crafts can easily be exposed :)

The review article was copied (brazenly) from the site fiks-ru.net

PEiD 0.95


PEiD- the most popular executable file analyzer. Latest version 0.95 from November 2008. The analysis is carried out using internal and external signature databases; there are several levels of scanning from quick to deep; entire directories can be processed. The functionality is easily expanded with external plugins, signatures are stored in a separate text file, so you can easily add your own there. A special program was written to work with the signature database PEiDSO. Plugin developers are provided with an SDK with examples in different programming languages ​​and a description of the API. The program’s off-site has given up on the campaign, but in any case, it’s better to download it here, since otherwise you would have to assemble the required set of plug-ins and signatures yourself, but here it is decently equipped.

You can read the PEiD Guide

DiE 0.65 Rus



Detect it Easy (DiE), domestic development, I translated the latest version 0.65 into Russian at my leisure (if you don’t like the translation, throw out the DiE.RU file from the directory - it will be Eng). An emulator was added to version 0.65. Similar to PEiD, but the main emphasis is on its own heuristic analyzers, and only then on signature analysis. The program also provides some useful functions: viewing imports, sections, viewing a file in hex mode, disassembler, viewing the main characteristics of PE, obtaining MD5 and CRC-32 hashes. The functionality is expanded using plugins.
Off-site of the program

DiE (Detect it Easy) 0.70 alpha 12

Update DiE (Detect it Easy) up to version 0.70. The program has been completely rewritten - previously it was in Borland Delphi, and now in Microsoft Visual C++. In this connection, I consider its further translation into Russian inappropriate, since you can’t give a dump anymore, and it’s probably not worth “tormenting” hard-coded strings in a HEX editor. The program's off-site is now located. You can download the new version directly from the off-site (I did not add it to the archive).
P.S. Thanks to my friend from exelab.ru for providing information about the new version.

ExeInfo PE 0.0.3.2

ExeInfo PE also very similar to PEiD, latest version 0.0.3.2 dated September 11, 2012. Built-in signatures (667 pieces). The program has an interesting function: if the protector is defined, then it gives information with which tool you can try to unpack it. For beginners, this information will be very useful. Also useful tools include a ripper of archives from SFX modules, searching for text strings, accessing the registry, adjusting OEP and others. You can download it from the offsite. You can also download an adapter plugin for PEiD and DiE from the off-site, which allows you to scan files through ExeInfo PE.

PE-Scan 3.31

Pe-Scan from snyper, latest version 3.31, offsite has ceased to exist. With a minimal size, the program has great capabilities. This is a heuristic and signature analyzer of executable files, an unpacker of some packers, and a dynamic search for OEP. In addition to the listed tools, Pe-Scan has a unique probabilistic analyzer for unfamiliar file packers and encryptors (the "adv.scan" button). It shows in percentage terms which of the packers known to it is similar to the unknown unknown. Helps identify conventional UPX packers treated with various scramblers and modifiers.

Stud PE 2.6.1.0

Stud P.E., latest version 2.6.1.0 dated June 2, 2012. A very good program, in addition to analyzing what the file is packed in, it shows a lot of other useful information: sections, resources, import and export tables, DOS header. The HEX editor built into Stud_PE highlights selected fields in the file header, which is very convenient when analyzing its structure. There is also a process manager with a built-in dumper. The functionality is expanded with the help of plugins, and plugins from PEiD are suitable. A description of the API and SDK for developers is included in the kit.

File Format Identifier 1.4

File Format Identifier- a very successful development of the Chinese antivirus company SUCOP, the latest version 1.4 from 2008. The analyzer works using external signatures in the PEiD format, but the main value is the built-in static unpacker of simple packers. The unpacker works using virtual machine technology, which means that no code is actually executed, which is especially important when researching malware. Also useful tools in the program are an import reconstructor, an executable file rebuilder, an offset calculator, and an overlay extractor. If you understand Chinese, you can download it from the offsite, but I recommend taking this assembly from the archive at the end of the post. It has removed everything unnecessary, replaced the unpacker engine with a commercial one with improved functions, and added an external signature database. It is recommended to always have File Format Identifier on hand.

Protection ID 0.6.4.1

Protection ID, latest version 0.6.4.0 A good program, used mainly for analyzing protected CD/DVD discs. In addition, it defines about 350 packers, dongles, and installers of executable files. It does not require additional files to work, but it does not allow you to add your own signatures. In the latest versions, a bad tendency has been noticed by the author to push a bunch of unnecessary junk into the utility, such as a system load indicator, a process manager, a memory optimizer and other excesses.

RDG Packer Detector v.0.7.0


RDG Packer Detector, latest version 0.7.0 dated December 27, 2012. A good idea, but a monstrous implementation, another example for developers of what NOT to turn their programs into. If you figure out the ugly interface, then in addition to the analyzer you will get several more tools like OEP Detector, Cryptographic Analyzer, which did not work well for me. The latest version has been added to the archive.

FastScanner v.3.0

FastScanner from the cracker team AT4RE, latest version 3.0 The scanner works with signatures from PEiD, supports plugins. A beautiful interface, but the result of checking files is often erroneous. Among the useful functions there is a good PE file editor in the form of a plugin.

Bit Detector 2.8.5.6

Bit Detector- a new development, also from the Arab cracker team Under SEH Team, the latest public version is 2.8.5.6 from June 2012. In addition to the function of determining the compiler and packer, it carries on board several useful and not so useful tools.

MiTeC EXE Explorer

MiTeC EXE Explorer- a small free viewer of the structure of executable files. Shows information from the file header, import and export table, TLS, file version, Delphi forms, resource tree with the ability to view pictures and dialogs in a convenient form and save them to disk, and there is also a convenient search function for text strings in the file.

The Ultimate Hellspawn's EXE Analyzer 0.6

The Ultimate Hellspawn's EXE Analyzer- DiE analyzer prototype. It is more useful for a collection than for practical use, because it is very outdated. Shows the main characteristics of the EXE file, heuristically identifies some packers and protectors.

file insPector XL

file insPector XL from ViPER - an old analyzer from 2001, has not been updated since then. Heuristically identifies packers and compilers of executable files, shows basic data from the PE header, sections, import and export tables. In addition to the analyzer, it includes several useful tools, for example, adding an empty section to a file or new functions in import, RVA to Offset calculator, changing the date and time of a file, OEP redirection, process manager and others. Supports plugins and multilingual interface. It will be useful not only for collection, but also for practical use.

SCANiT 1.85


SCANiT- file analyzer from the tPORt cracker team. The functionality is small, scans the file using signatures from PE Tools, supports plugins of some unknown format.

PEPirate 0.51


PEPirate from kosfiz - detector of protectors, compilers, packers that can be used to pack PE files. Written in assembler, it can scan directories and calculate the entropy of a file. He often makes mistakes, despite assurances of 95-99% hit accuracy.

gAPE 1.01

gAPE- analyzer from the TLG cracker team. Supports signatures from PE Tools and plugins from PEiD. Among the tools, there is a working entropy calculator and a curve displacement calculator in the file. Only useful for a collection.

PeStudio 7.95


I have long wanted to write about the program PeStudio, but all hands did not reach. The program’s off-site has moved ==>HERE<== версии там последнее время идут одна за одной, просто обновлять не успеваю - уже 7.95 натикало. Было немного времени, глянул у проги ресурсы на предмет локализации. В самом исполняемом файле можно разве что менюшку перекинуть, да и то смысла почти нет - на русском всего несколько слов появится (значит кириллицу до сих пор поддерживает), а вот все остальное у ней походу большей частью в файле PeStudioIndicators.xml lies, and when I tried to change them to Russian, all the meanings, for example, immediately disappeared, even without the kryakozyabrs. You can, of course, still be clever - like changing the encoding from the notorious utf-8 to the hard one windows-1251 and resaving the document from Unicode to ANSI (you can use an ordinary Windows notepad), but alas there is no time for experiments, and they will be of little use - the versions are now jumping around one by one. In short, anyone interested can try it, but English doesn’t bother me in this program - and so everything seems to be visible.

InspectExe


InspectExe adds additional tabs to the properties window of executable files for viewing sections, import tables, resources, manifest and other data.

DNiD 1.0

DNiD- a program similar to PEiD, but focused on .NET applications. Allows you to identify several dozen different versions of compilers, protectors, packers and obfuscators of .NET programs.

A-Ray Scanner 2.0.2.2


A-Ray Scanner, the project has not been updated for a long time, the latest version is 2.0.2.2 from 2005. The program is intended only for scanning CD/DVD discs and detects several dozen copy protections for discs. Also defines some executable file packers and protectors.

ClonyXXL 2.0.1.5

Clony XXL- a utility that determines the type of protection for CDs. Like the previous program, it has not been updated for a long time; the latest version is 2.0.1.5 from 2003. Defines protections: SafeDisc, SecuROM, Discguard, LaserLok, Psx/Lybcrypt, Cactus Data Shield (Audio CDs), Lock Blocks, CD Check, ProtectetCD-VOB, CD-Extra and protection based on non-standard placement of information on the disk. By default the interface is in German, but in the settings it switches to English.

PE file summary

PE files are associated with three file type(s) and can be viewed using Microsoft Windows, developed Microsoft Corporation. In general, this format is associated with three existing application(s) software(s). They usually have the format Portable Executable File. These files are classified into Executable Files These files are classified into.

, Plugin Files and Data Files. The main part of the files belongs to

The PE file extension can be viewed using Windows. They are supported primarily on desktop computers and some mobile platforms.

The popularity rating of PE files is "Low", which means that these files are rare.
If you would like to know more about PE files and the software that opens them, see further information below. Additionally, you can also learn how to perform simple troubleshooting if you encounter problems opening PE files.

Popularity of file types

File Rank Activity».

This file type is still relevant and is actively used by developers and application software. Although the original software of this file type may be overshadowed by a newer version (eg Excel 97 vs Office 365), this file type is still actively supported by the current version of the software. This process of interacting with an old operating system or outdated version of software is also known as "
backward compatibility


File status

Page Last updated

The program is an executable file, which is portable for all Microsoft 32-bit operating systems, and can be executed on any version of Windows NT, Windows 95 and Win32s.


Other PE file associations

An insert file associated with Privacy Eraser, Internet Eraser, which protects Internet privacy by cleaning all traces of Internet and computer activity.

The data file is saved in text format stores planetary ephemeris data for the Systems Tool Set (STS), based on the physics of the engine geometry, developed analytical graphics.


Try a universal file viewer

In addition to the products listed above, we suggest you try a universal file viewer like FileViewPro. The tool can open over 200 different file types, providing editing functionality for most of them.

License |


| Terms |

Troubleshooting problems opening PE files

Common problems opening PE files

Microsoft Windows is not installed By double clicking on the PE file you can see a system dialog box telling you"This file type cannot be opened" . In this case, it is usually due to the fact that Microsoft Windows for %%os%% is not installed on your computer


. Since your operating system doesn't know what to do with this file, you won't be able to open it by double-clicking on it. Advice:

If you know of another program that can open the PE file, you can try opening the file by selecting that application from the list of possible programs.

The wrong version of Microsoft Windows is installed In some cases, you may have a newer (or older) version of the Portable Executable File, not supported by the installed version of the application . If you do not have the correct version of the Microsoft Windows software (or any of the other programs listed above), you may need to download a different version of the software or one of the other software applications listed above. This problem most often occurs when working in an older version of the application software With file created in a newer version


. Since your operating system doesn't know what to do with this file, you won't be able to open it by double-clicking on it., which the old version cannot recognize.


Summary: In any case, most problems that arise while opening PE files are due to not having the correct application software installed on your computer.

Install optional products - FileViewPro (Solvusoft) |


License | Privacy Policy | Terms |

Other causes of problems opening PE files Even if you already have Microsoft Windows or other PE-related software installed on your computer, you may still encounter problems opening Portable Executable Files. If you are still having problems opening PE files, it may be due to other problems preventing these files from being opened

  • . Such problems include (presented in order from most to least common): Incorrect links to PE files
  • in the Windows registry (“phone book” of the Windows operating system) Accidental deletion of description
  • PE file in the Windows registry Incomplete or incorrect installation
  • application software associated with the PE format File corruption
  • PE (problems with the Portable Executable File itself) PE infection
  • malware Damaged or outdated device drivers
  • hardware associated with the PE file Lack of sufficient system resources on the computer

to open Portable Executable File format


Poll: How often do you come across a file extension that you don't recognize?

Top mobile device brands (28.86%)
Samsung (21.83%)
Apple (9.25%)
Huawei (6.74%)
Xiaomi (3.11%)

LG

Event of the day



Photographers have a long list of file formats to choose from, but when they want the vast amount of image information to be included in their photos, RAW is the option to choose from.

How to fix problems opening PE files If you have installed on your computer antivirus program Can scan all files on your computer, as well as each file individually

. You can scan any file by right-clicking on the file and selecting the appropriate option to scan the file for viruses. For example, in this figure it is highlighted file my-file.pe , then you need to right-click on this file and select the option in the file menu"scan with AVG"


. When you select this option, AVG Antivirus will open and scan the file for viruses. Sometimes an error may occur as a result, which may be due to a problem encountered during the installation process. This may interfere with your operating system link your PE file to the correct application software, influencing the so-called "file extension associations".

Sometimes simple reinstalling Microsoft Windows may solve your problem by linking PE to Microsoft Windows correctly. In other cases, problems with file associations may result from bad software programming developer and you may need to contact the developer for further assistance.


. Since your operating system doesn't know what to do with this file, you won't be able to open it by double-clicking on it. Try updating Microsoft Windows to the latest version to ensure you have the latest patches and updates.


This may seem too obvious, but often The PE file itself may be causing the problem. If you received a file via an email attachment or downloaded it from a website and the download process was interrupted (such as a power outage or other reason), the file may become damaged. If possible, try getting a new copy of the PE file and try opening it again.


Carefully: A damaged file can cause collateral damage to previous or existing malware on your PC, so it is important to keep your computer up-to-date with an up-to-date antivirus.


If your file is PE related to the hardware on your computer to open the file you may need update device drivers associated with this equipment.

This problem usually associated with media file types, which depend on successfully opening the hardware inside the computer, e.g. sound card or video card. For example, if you are trying to open an audio file but cannot open it, you may need to update sound card drivers.


. Since your operating system doesn't know what to do with this file, you won't be able to open it by double-clicking on it. If when you try to open a PE file you receive .SYS file error message, the problem could probably be associated with corrupted or outdated device drivers that need to be updated. This process can be made easier by using driver update software such as DriverDoc.


If the steps do not solve the problem and you are still having problems opening PE files, this could be due to lack of available system resources. Some versions of PE files may require a significant amount of resources (e.g. memory/RAM, processing power) to properly open on your computer. This problem is quite common if you are using fairly old computer hardware and at the same time a much newer operating system.

This problem can occur when the computer is having difficulty keeping up with a task because the operating system (and other services running in the background) may consume too many resources to open a PE file. Try closing all applications on your PC before opening Portable Executable File. Freeing up all available resources on your computer will provide the best conditions for attempting to open a PE file.


If you completed all the steps described above and your PE file still won't open, you may need to run equipment update. In most cases, even when using older versions of hardware, the processing power can still be more than sufficient for most user applications (unless you're doing a lot of CPU-intensive work, such as 3D rendering, financial/scientific modeling, or intensive multimedia work) . Thus, it is likely that your computer does not have enough memory(commonly called "RAM" or random access memory) to perform the task of opening a file.

Try refreshing your memory to see if this will help you open the PE file. Today, memory upgrades are quite affordable and very easy to install, even for the average computer user. As a bonus, you you'll probably see a nice performance boost while your computer performs other tasks.


Install optional products - FileViewPro (Solvusoft) |


Portable Executable (PE) is an executable file format that has been around for quite some time and is still used today on all versions of Windows OS. This includes files in *.exe, *.dll and others formats, and such files contain all the information about the program. But any program can contain a virus, and before installing it is advisable to know what is stored behind a file with this format. This can be found using PE Explorer.

PE Explorer is a program that is designed to view and change everything contained in PE files. This program was created and is very often used to detect viruses, but its useful functions are not limited to this. For example, it can be used to remove debug information or translate any program into Russian.

When a program is compressed, it is usually encrypted so that the user or anyone else cannot see everything that is happening behind the scenes. But this does not stop PE Explorer, because thanks to a specially written algorithm, it can decrypt these files and show all the contents.

View titles

As soon as you have opened the PE file in the program, the title viewer will open. You can see a lot of interesting things here, but nothing can be changed, and nothing needs to be done.

Data directories

Data Directories (data directories) are an important part of any executable file, because it is in this array that information about structures is stored (their size, pointer to the beginning, etc.). Copies of files should be changed, otherwise it may lead to irreversible consequences.

Section headings

All important application code is stored in PE Explorer in different sections for greater organization. Since this section contains all the data, it can be changed by changing its location. If any data should not be changed, the program will notify you about this.

Resource Editor

As you know, resources are an integral part of the program (icons, forms, inscriptions). But with the help of PE Explorer they can be changed. Thus, you can replace the application’s icon or translate the program into Russian. Here you can save resources to your computer.

Disassembler

This tool is necessary for carrying out express analysis of executable files, and it is made in a more simplified, but no less functional format.

Import table

Thanks to this section in the program, you can find out whether the application being tested is harmful to your computer. This section contains all the functions contained in the program.

Dependency Scanner

Another advantage of the program in the fight against viruses. Here you can see the dependency with dynamic libraries, thereby recognizing whether this application poses a threat to your computer or not.

Benefits of the program

  1. Intuitive
  2. Ability to change resources
  3. Allows you to find out about viruses in the program even before running the code

Flaws

  1. Lack of Russification
  2. Paid (free version available only for 30 days)

PE Explorer is an excellent tool that will allow you to protect your computer from viruses. Of course, it can be used in another direction by adding dangerous code to a completely harmless program, but this is not recommended. In addition, due to the ability to change resources, you can add advertising or translate the program into Russian.

28
Feb
2012

PE Explorer 1.99 R6 RePack

Year of manufacture: 2011
Genre: File editor
Developer: Heaventools Software
Developer's website: http://www.heaventools.ru
Interface language: Russian
Build type: Repack
Bit depth: 32/64-bit
Operating system: Windows XP, Vista, 7
System requirements: Intel Pentium® or AMD K5 166 MHz processor, 16 MB RAM

Description: PE Explorer is a program for viewing, studying, analyzing and editing the internal structure of executable files. With PE Explorer, you can explore your own programs and libraries, as well as applications from third-party developers whose source code you do not have access to. This also includes studying the structure of viruses, Trojans and other malicious programs.
PE Explorer allows you to open, view and edit 32-bit PE (Portable Executable) files for Windows of any type: EXE, DLL and ActiveX, SCR (screensavers), CPL (Control Panel Applets), SYS, DRV, MSSTYLES, MUI, BPL, DPL, and many others.

* See what is inside executable files and what they are intended for
* Change and customize elements of the graphical interface of programs
* Determine where the application accesses and which DLLs are called from it
* Predict the behavior of the program and the logic of interaction with other modules
* Check the presence and integrity of the digital signature of the file, verify the supplier
* Get a hint about the parameters of functions exported from system libraries
* Directly open files packed with UPX, UPack or NSPack
* Special support for applications written in Delphi

* Heading and section editor
* Resource editor
* Viewer for a list of exported/imported functions and their parameters
* Disassembler
* Dependency scanner
* Digital signature viewer
* Static unpackers UPX, UPack and NSPack
* And much more

Ability to work with damaged files in safe mode
- Checking the integration of the executable file
- Automatic unpacking of files packed with UPX, WinUpack, NSPack
- Saving changes as new executable files
- Disassembler to restore the primary code of the executable file
- Dependency analyzer to determine the minimum set of libraries required for a file
- A tool for removing debugging information contained within a file
- Patch Table Remover Tool
- Fixed errors that occurred when viewing files in Windows Vista and eliminated minor bugs.



25
Apr
2011

UFS Explorer Professional Recovery 3.19.1 RePack

Year of manufacture: 2011
Genre: Data Recovery







21
Apr
2017

Fraps 3.5.99 Build 15618 RePack by D!akov

Year of manufacture: 2016
Genre: Screenshotting, Screen Capture, FPS
Developer's website: fraps.com
Interface language: Russian
Build type: Repack
Bit depth: 32/64-bit
System requirements: Windows XP | Vista | 7| 8| 10
Description: Fraps - designed to count the number of FPS (frames per second) in applications running in OpenGL and Direct3D modes. The utility can take screenshots and record videos of screen images. Fraps consists of three modules: Benchmarking Software, Screen Capture Software, Realtime Video Capture Software. Benchmarking Software - Shows how many frames per second (FP...


07
Apr
2016

Windows 10 PE by Ratiborus v.4.5.1 BootDVD 64-bit

Year of manufacture: 2016
Genre: Windows 10 PE boot disk
Developer: Ru.Board
Developer's website: https://href.li/?http://forum.ru-board.com/topic.cgi?forum=2&topic=5328#1
Interface language: Russian
Build type: BootDVD
Bit depth: 64-bit
Operating system: Windows)
System requirements: Processor: 1 GHz or faster RAM: 2 GB Screen resolution: 1024 x 768
Description: Boot disk based on Windows 10 PE - for servicing computers, working with hard drives and partitions, backing up and restoring disks and partitions, diagnosing a computer, and restoring data. Add. info...


21
Feb
2011

Minecraft World Explorer 1.4

Year of manufacture: 2010
Genre: Arcade
Developer: Robots and Pencils Inc.
Developer website: http://hq.robotsandpencils.com/
Interface language: Russian
Platform: iPhone
System requirements: iOS 3.2 and higher
Description: Minecraft is an incredibly addictive game - easy to start, but impossible to stop. Finally, you can create, play and explore 3D worlds on your iPad and iPhone.


05
Apr
2011

Deepnet Explorer 1.5.3 Beta + RUS

Year of manufacture: 2006
Genre: Browser
Developer: Deepnet Security
Developer's website: http://www.deepnetexplorer.com/
Interface language: English + Russian
Platform: Windows XP, Vista, 7
Description: Deepnet Explorer is the world's first browser with RSS News Reader, P2P client integration and phishing alarm. The browser's superior security, functionality and ease of use still make Deepnet stand out from the crowd. Switch to a viewing experience like never before. Additional informationDeepnet Explorer is one of the most secure web browsers. Although Deepnet Explorer uses IE...


26
Feb
2008

My Phone Explorer 1.6.2 RUS (New version) (2007)

Year of manufacture: 2007
Genre: mobile phone program developer: F.J. WESHSELBERGER
Publisher: MadMax
Publication type: pirate
Interface language: Russian only
Medicine: Not required
Platform: PC
System requirements: Windows 95,98,2000,me, XP,VISTA,16 MB RAM
Description: The most powerful program for managing your phone. It has a file manager, editors for SMS, phone book, profiles, etc. It also knows how to save backup copies of everything that is on the phone and, accordingly, restore from backup copies. Can synchronize with Outlook. In general, the possibilities are very large. In theory it should...


07
Mar
2011

DiskSpace Explorer 3.0.1.328 Home Edition

Version: 3.0.1.328
Year of manufacture: 2004
Genre: Cataloger
Developer: EAST Technologies
Developer website: http://www.east-tec.com
Interface language: English
Platform: Windows 95, 98, Me, 2000, XP, 2003, Vista, 2008, 7
System requirements: Pentium II processor, 200 MHz, 1 MB of disk space
Description: The program builds pie charts of the file system. This will allow you to see in which folders there are a lot of heavy files, which greatly helps when cleaning the hard drive from old junk. Crack included.
Add. Information: Launch the installer. After installation, throw the patch into the program folder, run...


16
Mar
2012

TechSmith Camtasia Studio 7.1.1.1785 + Lite RePack + Portable + RePack

Year of manufacture: 2011
Genre: Screen capture, images
Developer: TechSmith Corporation
Developer's website: http://www.techsmith.com/
Interface language: Russian + English
Assembly type: Standard + Portable + RePack
Bit depth: 32-bit
Operating system: Windows XP, Vista, 7
System requirements: Microsoft DirectX 9 or later version 1.5 GHz, single-core minimum ~ Recommended: Intel 2.0 GHz dual-core or better 1 GB RAM minimum ~ Recommended: 2.0 GB or more 500 MB of hard-disk space for program installation Display dimensions of 1024x768 or greater
Description: Camtasia Studio is a powerful program for...


07
Sep
2012

XnView 1.99.1 Full + Portable

Year of manufacture: 2012
Genre: Graphic editor, converter
Developer: XnView
Developer website: http://www.xnview.com/

Assembly type: Standard + Portable
Bit depth: 32/64-bit

Description: XnView is a convenient utility for viewing and converting graphic files. This good graphic file viewer has high operating speed, a user-friendly interface, supports more than 500 graphic formats and converts between 50 formats. XnView can trim graphics, change...


10
but I
2013

VSO ConvertXtoDVD 5.1.0.2 Final RePack RePack

Year of manufacture: 2013
Genre: Video converter
Developer: VSO Software
Developer website: http://ru.vso-software.fr
Interface language: Multilingual (Russian is present)
Build type: Repack
Bit depth: 32/64-bit
Operating system: Windows XP, Vista, 7, 8
Description: VSO ConvertXtoDVD is a program designed to convert video into a format compatible with DVD Video, and then burn the content to DVD. The program supports video files AVI, Mpeg, Mpeg4, DivX, Xvid, MOV, WMV, WMV HD, DV, MKV, DVD, as well as streaming video. The program does not require external AVI codecs to operate, since it uses...


25
Apr
2011

UFS Explorer Professional Recovery 3.19.1 32-bit/64-bit

Year of manufacture: 2011
Genre: Data Recovery
Developer: SysDevSoftware, the Development & Research division of SysDev Laboratories LLC.
Developer's website: http://www.ufsexplorer.com/
Interface language: Russian + English
Platform: Windows 2000, XP, XP x64, 2003, 2003 x64, Vista, Vista x64, 2008, 2008 x64, 7, 7 x64
System requirements: CPU: Pentium-compatible, 32 and 64 bit.
Hard drive: 10MB free space.
RAM: at least 256MB.
Description: UFS Explorer Professional Recovery is a professional version of a software product that is powerful, comprehensive and easy...


25
Apr
2011

UFS Explorer Standard Recovery 4.9.1 32-bit/64-bit

Year of manufacture: 2011
Genre: Data Recovery
Developer: SysDevSoftware, the Development & Research division of SysDev Laboratories LLC.
Developer's website: http://www.ufsexplorer.com/
Interface language: Russian + English
Platform: Windows 2000, XP, XP x64, 2003, 2003 x64, Vista, Vista x64, 2008, 2008 x64, 7, 7 x64
System requirements: CPU: Pentium-compatible, 32 and 64 bit.
Hard drive: 10MB free space.
RAM: at least 256MB.
Description: UFS Explorer Standard Recovery is a full-featured product created specifically for data recovery. Includes all...


30
Sep
2017

Adobe InDesign CC 2017.1 12.1.0.56 RePack by KpoJIuK 12.1.0.56 RePack

Year of release: 2017
Genre: Graphic editor
Developer: Adobe
Developer website: www.adobe.com
Interface language: Multilingual (Russian is present)
Build type: Repack
Bit depth: 64-bit
Operating system: Windows 7, 8, 8.1, 10
System requirements: Intel Pentium 4 or AMD Athlon 64 processor Microsoft Windows 7 SP1, Windows 8, Windows 8.1 or Windows 10 2 GB RAM (8 GB recommended) 2.6 GB available hard drive space for installation; additional free space required for installation (not installed on removable devices x...


22
Jul
2017

AusLogics BoostSpeed ​​9.1.4.0 DC 07/14/2017 RePack (Portable) by elchupacabra 9.1.4.0 RePack

Year of release: 2017
Genre: System optimization
Developer: Auslogics Software Pty Ltd.
Developer's website: http://www.auslogics.com/ru/
Interface language: Russian + English
Build type: Repack
Bit depth: 32/64-bit
Operating system: Windows XP, Vista, 7, 8, 8.1, 10
Description: Auslogics BoostSpeed ​​is a popular set of tools for optimizing and tuning your operating system. With this program, you can significantly optimize the operation of your system, easily configure various Windows settings, clean your hard drive and system registry of garbage and unnecessary entries, make...


05
Feb
2017

Total Commander 9.0a Freemen 17.1 Repack by notn 9.00a final RePack

Year of release: 2017.02.03
Genre: File manager
Developer: Christian Ghisler
Developer's website: http://www.ghisler.com/
Interface language: Multilingual (Russian is present)
Build type: Repack
Bit depth: 32/64-bit
Operating system: Windows (XP,2003,Vista,2008,7,2012,8.x,10,2016)
System requirements: Windows 7,8,10
Description: Total Commander is the most powerful and stable file manager for Windows with a convenient user interface. Total Commander continues the good tradition of two-panel file managers, but is distinguished by increased convenience and functionality, support...