Jump to content

read .exe converted to binary from text file


Recommended Posts

hello there im trying to run exe from memory i found this code here by @trancexx 

 

when i convert my exe to binary the result is aprrox. 23k lines !! i dont need to put them inside Scite lite i need to read them from .txt file ... so i need to changes this lines 

Global $sModule = FileOpenDialog("", "", "Executable modules (*.exe)")
If @error Then Exit

Global $bBinary = FileRead($sModule)
Global $iNewPID

im trying to change fileopendialog to fileopen and fileread but without success any help here please 

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...