Jump to content

run binary executable


Recommended Posts

So, you want the following:

- Compile your script obfuscated

- Compile another script which will contain embedded your original script

- Run from memory your original script, with the help of the second exe

Now here's how to decompile it:

- Decompile the main executable, which contains the embedded

- FileWrite the embedded code to any random place, because you can alter the script :)

- Now decompile the FileWrited script, which is your original obfuscated exe

- Deobfuscate script

- Job done

There's no way to prevent decompilation. You can only make decompilation harder & longer.

Link to comment
Share on other sites

So, you want the following:

- Compile your script obfuscated

- Compile another script which will contain embedded your original script

- Run from memory your original script, with the help of the second exe

Now here's how to decompile it:

- Decompile the main executable, which contains the embedded

- FileWrite the embedded code to any random place, because you can alter the script :)

- Now decompile the FileWrited script, which is your original obfuscated exe

- Deobfuscate script

- Job done

There's no way to prevent decompilation. You can only make decompilation harder & longer.

yes i know this but this method is longer and difficult you must deobfuscate 2 script. How run form memory binary data? or how run binary data in c++ is most diffucult decompile it

Edited by MRXTO09
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...