|
-
Jan 5th, 2002, 07:35 PM
#1
Thread Starter
Member
Is it possible to get the source code of compiled code ?
Hi,
I have the compiled source code of a Sega Emulator game, is there any way too view the code, without all those weird symbols ? I think it's written in C or C++.
The game came out 1993-1994.
I want to view the source and see if I can improve the game, for personal use of course.
thanks,
David
"There are no must's in life unless you provide for someone else than yourself"
-
Jan 5th, 2002, 07:36 PM
#2
Member
You'll probably only be able to decompile it to assembly which isn't much help.
-
Jan 5th, 2002, 07:39 PM
#3
Frenzied Member
1993? Anyone know when vb-4 32bit came out?
retired member. Thanks for everything 
-
Jan 5th, 2002, 07:49 PM
#4
Re: Is it possible to get the source code of compiled code ?
Originally posted by shamloo
Hi,
I have the compiled source code of a Sega Emulator game, is there any way too view the code, without all those weird symbols ? I think it's written in C or C++.
The game came out 1993-1994.
I want to view the source and see if I can improve the game, for personal use of course.
thanks,
David
Game Name? P'rhaps someone here has it? {the code, anyways}
-Lou
-
Jan 5th, 2002, 08:24 PM
#5
Thread Starter
Member
The game Im talking about is NHL '94 (my all-time favorite game )
I know it's possible to convert compiled Java code to readable code, shouldn't there be a way to do this with C/VB code ?
David
"There are no must's in life unless you provide for someone else than yourself"
-
Jan 6th, 2002, 10:23 AM
#6
Thread Starter
Member
If you want to view the source code, you can download it here:
http://hem.passagen.se/shamloo/misc/
After you have unzipped the file, rename it to nhl94.bin as this is the original file name.
David
"There are no must's in life unless you provide for someone else than yourself"
-
Jan 6th, 2002, 09:44 PM
#7
Thread Starter
Member
hmm...
I have now opened the file in a hex Editor (UltraEdit) and I can maybe see the code somewhat clearer now.
I can see the names of the players in the game but I can't see any programming code.
With programming code, I mean something in line with
for (i=0; i<2; i++) {
doStuff();
}
But can I do something with it ?
Could it be so that the game is written in assembly ?
(I hope it's not)
David
"There are no must's in life unless you provide for someone else than yourself"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|