3 Apr
->
14 Mar
->
ESET SysRescue is a new feature that you can find in the latest ESET NOD32 Antivirus v4 and ESET Smart Security v4. ESET SysRescue is a utility that enables you to create bootable media such as a CD, DVD or USB flash drive. Users can boot an infected computer from this recovery medium to both scan and clean the system. The main advantage is that ESET Smart Security can run independent from the host operating system with direct access to the disk and the entire file system, making it possible to remove infiltrations that normally could not be deleted (e.g., when the operating system is running, etc.).

It enables users to diagnose and recover compromised systems more easily. Customers build their own system rescue CDs, which can be used to clean up and repair systems compromised by malware without reimaging the system. Here’s how to create a SysRescue CD together with my simple review on it.
(more…)
12 Mar
->

Looks like PowerArchiver doesn’t support extracting ISO-13346 (UDF) images. I’ve even tried using Universal Extractor to extract the ISO-13346 UDF image but failed. I certainly don’t want to burn that ISO to a disc so the next solution to access the files in the ISO image is to use Virtual CD/DVD-ROM emulator to mount the image file to a drive letter.
Here are 10 free virtual CD/DVD emulator that you can use to mount images. Some are very simple and small that are just meant for mounting image files but some has more features such as allowing you to create images from a CD/DVD.
(more…)
28 Feb
There are third party uninstall utility such as Revo Uninstaller but I never use it because I know for a fact that it is not a perfect uninstall utility that works all the time. The best way is to monitor and track the file and registry changes when you want to install the software. There are a few popular registry and file changes monitoring tool such as SysTracer, RegSnap, Tracker, WhatChanged and fileWATCH but they all cost money to buy the license key. I also don’t like to use FileMon, RegMon or Process Monitor because it logs everything and can be confusing. As an alternative, here are 5 free software that can be used to track file and registry changes.
(more…)
22 Jan
I got an email asking me is it possible to decrypt MD5 hashed strings and if yes, how? Usually I ignore these kind of question but since MD5 is used in Wordpress, I thought it might be useful to write a little about it in case you’ve forgotten your Wordpress password.
In cryptography, MD5 (Message-Digest algorithm 5) is a widely-used cryptographic hash function with a 128-bit hash value. MD5 was designed by Ronald Rivest in 1991 to replace an earlier hash function, MD4. As an Internet standard, MD5 has been employed in a wide variety of security applications.
Before we ask how to decrypt MD5 strings, we should first ask is it even POSSIBLE to decrypt it. I am no PRO in encryption because I hated mathematics, but I manage to find out how it works.
(more…)
21 Jan
Have you ever wonder how does people easily extract emails or some part of information from a file or website? An example is whenever I organize a software giveaway, one email is considered as one entry. I can’t be copying and pasting thousand over emails one by one, so what I did was use regular expressions to search for an email string and extract it to a file.
A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager. The regex equivalent is .*\.txt$.
Regular expressions can be also used in online forms to make sure you submit the correct information. You can write a regular expressions to check for the correct email format, phone number where it uses all digits/numbers and etc. I was trying to fill up a form but no matter how I tried, the form wouldn’t accept the phone number format. When I viewed the HTML source code, I found that it uses regular expressions to check for the valid phone number format. Sounds easy but analyzing how regular expression works is not easy. After a little research, I found 2 ways that is able to decode and explain the analyzed regular expressions.
(more…)
17 Oct
Playing video files in computer can be a headache to some people because it involves video codecs. A video codec is a device or software that enables video compression and/or decompression for digital video. When a video file is being compressed with DivX, you’ll need to have DivX codec installed in order to watch the video. Most of the time we don’t know what is the compression being used to compress the video file, so we install codec packs to support playing all video files. There are tons of video codec packs that you can find on the Internet such as K-Lite Codec Pack, Combined Community Codec Pack, Nimo Codec Pack, XP Codec Pack, Windows Essentials Codec Pack, and many more!
When codec pack works, then it works. But if it doesn’t, you are going to go through a lot of trouble trying to cleanup the old installed codec to reinstall a different codec pack or a newer version codec. If you need show video presentation to your client, don’t risk your business by trying to mess around with video codecs.
A better way would be to convert the video file into a independent self running executable file which don’t require installation of any codecs or media players to play the video.
(more…)