You are here

Reading Executable Files

2 posts / 0 new
Last post
dark_yux
Offline
Last seen: 10 years 9 months ago
Joined: 2007-10-23 11:23
Reading Executable Files

How do you read executable files in Notepad++ and where can I find a vlt plugin to read .vlt format.

alanbcohen
Offline
Last seen: 5 years 3 months ago
Joined: 2006-01-04 10:47
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.

Log in or register to post comments