11-19-2005, 05:56 PM
|
#1
|
Regular User
Join Date: Jul 2004
Location: Vancouver, BC, Canada
Posts: 1,600
|
Question: how to open .exe files...
What I mean by opening .exe files is what kind of program can open them and let me see the code that the file is based on?
|
|
|
11-19-2005, 06:05 PM
|
#2
|
Regular User
Join Date: Jun 2003
Location: Canada
Posts: 1,914
|
If you have to ask that question, you won't understand the code after "opening it".
|
|
|
11-19-2005, 06:18 PM
|
#3
|
Regular User
Join Date: Jan 2004
Location: Russian living in Prague
Posts: 7,543
|
HexEdit? And listen what Alien says
__________________

.................................................. .............................
"...free your mind and the body will follow..." - THE MATRIX
|
|
|
11-19-2005, 06:19 PM
|
#4
|
Regular User
Join Date: Jan 2004
Location: Michigan
Posts: 1,537
|
I don't think you'll be able to get the source code from a compiled EXE file. At least that's my understanding of it.
You can always try some actual programming apps, like M.S. Visual Studio or a host of others, but as I said above I don't think you can actually see the original source that way, since compiling a program is meant to hide the code by design.
|
|
|
11-19-2005, 09:43 PM
|
#5
|
Regular User
Join Date: Jun 2003
Location: Canada
Posts: 1,914
|
Technically, you can use a disassembler to look at the assembly code but it's not for an average person to understand the inner workings of the program.
|
|
|
11-19-2005, 10:18 PM
|
#6
|
Regular User
Join Date: Jul 2004
Location: Vancouver, BC, Canada
Posts: 1,600
|
Originally Posted by AlienDB7
Technically, you can use a disassembler to look at the assembly code but it's not for an average person to understand the inner workings of the program.
|
well, i'm taking a few programming courses in college so I know a bit of the coding, but how can i get my hands on a disassembler?
|
|
|
11-21-2005, 03:33 AM
|
#7
|
Guest
|
Originally Posted by vexor
Originally Posted by AlienDB7
Technically, you can use a disassembler to look at the assembly code but it's not for an average person to understand the inner workings of the program.
|
well, i'm taking a few programming courses in college so I know a bit of the coding, but how can i get my hands on a disassembler?
|
why the heck are you wasting our time and yours with this topic when you could probably get the answer in 5 seconds at one of your college courses
|
|
|
11-21-2005, 09:51 AM
|
#8
|
Regular User
Join Date: Jun 2003
Location: Canada
Posts: 1,914
|
Originally Posted by Dan
Originally Posted by vexor
Originally Posted by AlienDB7
Technically, you can use a disassembler to look at the assembly code but it's not for an average person to understand the inner workings of the program.
|
well, i'm taking a few programming courses in college so I know a bit of the coding, but how can i get my hands on a disassembler?
|
why the heck are you wasting our time and yours with this topic when you could probably get the answer in 5 seconds at one of your college courses
|
No offend but is vexor trying to reverse engineer the "sample" from one of his courses?
|
|
|
11-21-2005, 11:05 AM
|
#9
|
Regular User
Join Date: Jan 2004
Location: north-south of nowhere
Posts: 6,869
|
change the extention to txt and open it with word pad ....
but trust me .... u need a 0X translator to turn it into english
__________________
|
|
|
11-21-2005, 02:11 PM
|
#10
|
Regular User
Join Date: Jul 2004
Location: Vancouver, BC, Canada
Posts: 1,600
|
Originally Posted by AlienDB7
Originally Posted by Dan
Originally Posted by vexor
Originally Posted by AlienDB7
Technically, you can use a disassembler to look at the assembly code but it's not for an average person to understand the inner workings of the program.
|
well, i'm taking a few programming courses in college so I know a bit of the coding, but how can i get my hands on a disassembler?
|
why the heck are you wasting our time and yours with this topic when you could probably get the answer in 5 seconds at one of your college courses
|
No offend but is vexor trying to reverse engineer the "sample" from one of his courses?
|
yep
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|