Jump to content

How can I open .exe?


Rupuz

Recommended Posts

???

I'm talking reversing the binary, but wouldn't that require extensive libraries that could reverse the binary into some psedo code/language such as C it be like writing in assembly, pointless.

 

be like taking

0001000100101100010010001

and it somehow returns

$var = "test";

 

 

Link to comment
Share on other sites

yeah at best you be able to pull out the memory allocations and their names probably, but php is one powerful language and you might be surprised at what you can find in it.  I'd love to write a whole OS in php one day and run it with a distributed application kinda idea.

Link to comment
Share on other sites

var = "Value"

here var is not the variable its just variable Name

Value is teh value

and variable is the memory address in RAM that has been allocated for that var.

so the variable is something like 1045 or like that.

So here 0001000100101100010010001 Means Value "Value" is in address 1045.

So how your reverse it in the var = "value"

the .exe file made By C/C++ probabbly doesn't remember's the Variable names.

It just uses memory Addresses.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.