How do you read executable files in Notepad++ and where can I find a vlt plugin to read .vlt format.
You are here
Reading Executable Files
November 8, 2007 - 2:14pm
#1
Reading Executable Files
November 8, 2007 - 3:34pm
#2
There are at least two
There are at least two distinct types of .vlt files per Google. What program created the ones you are interested in?
And what are you trying to do opening executable files (what kinds?) in NP++?
One possible way would be to open the file in NP++ by first opening NP++, then using the File Open dialog to browse to the file. Under Plugins, you will find the Hex Editor, which will allow you to examine the file as both Hex numbers and ASCII characters. Be especially careful you don't modify or delete any bytes, as this could cause the executable to become corrupt.