Extracting Source Code from EXEs

Status
Not open for further replies.

742mph

My work is never done yet
I got a pretty good idea of how to compile source code from the wiki, but how do I extract the source code from an EXE other than SRB2's main EXE so I can edit it? For example, if I wanted to extract XSRB2's source code into an editable form, and then re-merge the modified code back into an EXE, how would I do that?
 
You can't "extract" the source code from the EXE, but you can go on the SVN and and download the source code from there.

Find an SVN client you want and install it, then go to svn://code.srb2.org and navigate to the folder that has then source code you want. Then, just checkout the source to whichever folder on your computer.

AFAIK, Trac doesn't have an option to checkout, so you would have to export each file one by one. Which would take a pretty long time. ;)
 
Last edited:
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top