Jump to content

Read content of .exe file


Recommended Posts

I want to read content of .exe file of other files like .com, .mp3... Is it possible. Who can help me?

$FILE = FileOpenDialog("Open",@ScriptDir,"Exe (*.exe)",1)
$OPEN = FileOpen($FILE,16+0)
$DATA = FileRead($OPEN)
FileClose($OPEN)
MsgBox(0,"DATA",$DATA)

When the words fail... music speaks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...