Tuesday, June 23, 2009

HEX Editor with Disassembler/Assembler

I recently went into need of a HEX Editor. After a bit research, I got to know some of them actually could disassemble binary files and some even enables you to re-assemble parts of them. 

The second feature is looks really fascinating. Though I found only two of them which could do this. First is HIEW aka Hacker's View and second is HT Editor. Former is shareware and later is open-source. Unfortunately both have DOS based interface. I really liked HIEW because of the features they give are really good, particularly assembling. But HT Editor is free and could assemble too. Both supports a wide variety of executables including x86-64 assembly. You can look at their webpages for the features they offer.

HIEW probably is more popular and favorite. It could also show induvidual bytes, words, dwords  binary which is a useful feature. On other other hand HT Editor gives you regex search feature.

More difference you could see when you actually get them into use.

Also, I would just like like to list three other hex editors called BIEW, QVIEW and HexIt. All support various formats and processors. They all have DOS Based UI and disassembler.  BIEW I think is best. QView is a bit old and outdated now but, it has disk editor and jump tracing feature.


You could also find good comparision of Hex Editors here at Wikipedia.

Saturday, June 20, 2009

Starting MSDN Library Express Edition directly

To start MSDN Library Express Edition you need your IDE open. Its really very frustrating. So here's a way to get over this frustration.


So here's how to do it for MSDN Library Express 2009. Its as simple as that. Make a new shortcut with target

"C:\Program Files\Common Files\Microsoft Shared\Help 9\dexplore.exe" /helpcol ms-help://MS.VSCC.v90/MS.msdnexpress.v90.en/

Bingo! Now you can open MSDN with a single double-click.

Tuesday, May 26, 2009

Notepad Replacement

If you want to replace your notepad with your favorite editor, we usually have to replace original notepad.exe file with a little launcher file that is usually provided by many editors(of course, it is also named notepad.exe). However the moment you delete or replace original notepad.exe from c:\windows\system32 or c:\windows it is automatically restore. To sort out this problem. follow these steps:
  1. Backup original notepad.exe
  2. Replace original notepad.exe in following directories with yours in given order
    • c:\windows\servicepackfiles\i386
    • c:\windows\system32\dllcache
    • c:\windows\system32
    • c:\window

    A dialog box titled "Windows File Protection" may appear asking you for windows cd. Click cancel and continue.

Monday, May 25, 2009

Recommended Free Softwares for Windows


Below is a list of free softwares which fulfills various common tasks involved. The softwares listed below are well tested, widely used, of good quality and give satisfactory results. There are several good competitors to the listed names below, however I'm not bloating this list with tonnes of names, but putting only one or two for each category which I like.


Category Software
Text Editor/Notepad ReplacementConTEXT or Notepad++
Compression/Archiving Tool7-Zip
AntivirusAvira AntiVir Personal or Avast Antivirus Home
Anti-SpywareSpybot
Disk-CleanupCCleaner and ATF Cleaner
Media PlayerVLC Media Player and Winamp
Audio/Video Codecsffdshow
FTP ClientFileZilla
PDF ReaderFoxit Reader
Media TranscoderMediaCoder
Download ManagerFree Download Manager
Disk BurningInfraRecorder
Image ViewerIrfanView
Photo ManagementPicasa
Photo EditorGIMP and Paint.NET
Snapshot/Screen CaptureHoverSnap
Office SuiteOpenOffice
Web BrowserMozilla Firefox
Mail ClientMozilla Thunderbird
RSS ReaderFeedDemon
DictionaryWordWeb Basic
Online Video DownloaderxVideoServiceThief
File CompareWinMerge
Instant MessengerPidgin
BitTorrent ClientµTorrent
Task ManagerProcess Explorer
Hardware MonitoringHWMonitor
System/Hardware InformationCPU-Z
Drive InformationNero InfoTool
Virtual DiskDaemon Tools
Algebra SystemwxMaxima
PDF ConverterdoPDF
BackupSyncBack
Folder ComparisionFreeFileSync
Website DownloaderHTTrack
Audio EditorAudacity
Video EditorPinnacle VideoSpin
File RecoveryRecuva
UninstallerRevo Uninstaller
File AnalyzerFileAlyzer
Registry Browsing/SearchingRegAlyzer and RegSeeker


Here are few more names that I would like to include but I'm not specifying any category to it.


Few runtimes environments:


So thats all! Hope you find it useful. I would be constantly updating this list time to time. I would also love to hear your suggestions and implement them here.

Thursday, April 23, 2009


Check out the latest release of Ubuntu, i.e. version 9.04. Ubuntu is a widely used, extremely popular linux distribution.

For those who haven't used Linux yet, go ahead. It free, open source, stable, easy to use and for many 'addictive'. I installed it on my computer two years ago and since then I'm loving it. It comes with all prerequisite softwares like Office suite, graphic editing, music player etc etc. Furthermore you can download hundreds of software for free from ubuntu repository.

If you are wondering that Linux is for geeks, or its hard to install then you are totally wrong. These days many Linux distribution including Ubuntu comes as Live CD. That means insert CD, restart your computer, see it running without even installing, and then if you like it, install it and if don't like it just restart and remove CD and your computer is like what it was!!!

At last I would say, give it a try for sure......atleast once.

I wrote this post being exited about the latest release. Will write some serious posts on LINUX soon ;)