Skip to main content

Posts

Showing posts with the label Application

Portable Executable, .EXE, .DLL viewer

Online PE (Portable Executable, .EXE, .DLL) header viewer, no upload needed Direct URL This webapp reads the selected executable file with the HTML5 FileReader and displays the PE headers. The most important information is the "Import directory" where you can check what dlls are used by the application and see the functions imported from the dlls. This will work in browsers supporting HTML5 FileReader API and typed arrays. Tested with Firefox 4 and Google Chrome 11.

HOW TO SOLVE PROBLEM, SERVER SECURITY CERTIFICATE IS NOT YET VALID

Some time you install fresh Operating system in your computer and then you install Browser, google chrome. After installation you try to open gmail, yahoo, or facebook in google chrome but you do not see your required page and see a message “Server Security Certificate is not yet valid”.  Then you also try to open the page by clicking on “continue anyway” but the result is same. Infect this problem occurs due to incorrect date and time of your computer. By synchronizing your system clock you can solve this problem. I will tell you the best solution of this problem. Just follow these steps and after completion you will be able to login to facebook, yahoo, gmail etc. Click on Start Menu and then control penal.  Open Date/Time setting  Adjust correct date and time according to your region.   Open "Internet Time Zone" tab.    Click on "Update Now" button. After clicking on button, It will start synchronzing your internet server ti...

How To Compare Two Text Files Using Notepad++

Let’s say you have two text files that are pretty similar in content and you want to find out what the differences are between those two. You can easily do so using Notepad++. Basically, once you have Notepad++ installed, here is what you do: 1. Open up the two files that you want to compare in Notepad++. 2. Goto Plugins > Compare > Compare 3. That’s it! Both files will show up side by side and you will see the differences highlighted. Update 1 : For those who have downloaded newer versions and can’t find the Plugins > Compare > Compare menu, please read how to get compare plugin back into notepad++. Update 2 : There’s now an even easier way to get new plugins such as the “compare plugin” installed into Notepad++. Just use the new Notepad++ Plugin Manager introduced since Notepad v5.6. Go to the Plugins menu > Plugin Manager , check the Compare check box and press install.

Hide your documents inside the image:

1.      To hide your documents, choose an image. 2.      Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR . 3.      In addition, most important is that paste both the files on desktop . You may do this anywhere instead of desktop if you have some basic understanding of command line. 4.      Now open cmd by going to Start > Accessories > Command Prompt and type following commands in it. Cd Desktop CD stands for change directory by typing above command you change your directory to desktop . 5.     After that type command given below. Copy /b imagename.jpg + filename .rar finalimage.jpg     v   Replace imagename.jpg with the name of image you want use for hiding the document. Don't  forget to add image format (E.g. .jpg,.png,.gif) v   Replace filename with name of your file you want to...