Computing.Net > Forums > Programming > Exe editing source code

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Exe editing source code

Reply to Message Icon

Name: wille
Date: February 2, 2009 at 03:38:10 Pacific
OS: Microsoft Windows Vista Home Premium
CPU/Ram: 2 GHz DualCore/ 2041 MB
Product: Lenovo / 42334dg
Subcategory: Theory
Comment:

Hi, I was wondering if there's any source code for exe editing available? Any language is welcome.

Live the life as you know it
/ Wille



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: February 2, 2009 at 08:28:32 Pacific
Reply:
0

Response Number 2
Name: StuartS
Date: February 2, 2009 at 11:04:18 Pacific
Reply:

Although the link posted by Razor will give you a dissembler that will generate assembler code, to make use of it you would need to know assembler instructions and if you knew that you wouldn't be asking the question in the first place. You would also need a compiler to reassemble the code into an Exe.

What you really need is a decompiler which will attempt to generate the source code that was used generate the EXE in the first place. Even then it wont be exact but will give you something to work with. Which decompiler you use is dependant on which language was used to write the EXE in the first place. You can usually work out which programming language was used to write the application by looking at the EXE with a Hex editor but you have have some familiarity with programming to work it out.

In short, unless you have some programming experience. modifying an EXE is a daunting task. A bit more complicated than altering a few lines in a batch file.

Stuart


0

Response Number 3
Name: wille
Date: February 2, 2009 at 11:38:16 Pacific
Reply:

Hey, wait guys. You've got to have missunderstood me. Though thanks for those responses. What I want is SOURCE CODE for disassemblers and stuff. I know reverse engineering pretty well but I wanna start making my own software for it.

Live the life as you know it
/ Wille


0

Response Number 4
Name: Razor2.3
Date: February 2, 2009 at 11:40:20 Pacific
Reply:
0

Response Number 5
Name: wille
Date: February 3, 2009 at 13:48:42 Pacific
Reply:

Yeah well now I've got working source for a disassembler. What I'd need now would be an assembler to put the asm code together again. Any thoughts?

Live the life as you know it
/ Wille


0

Related Posts

See More



Response Number 6
Name: StuartS
Date: February 3, 2009 at 15:05:44 Pacific
Reply:


Google

I think you should be getting idea of how Google works by now.

Stuart


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Exe editing source code

How to read an c exe without source code www.computing.net/answers/programming/how-to-read-an-c-exe-without-source-code/2891.html

Compiling java source code to .exe www.computing.net/answers/programming/compiling-java-source-code-to-exe/10511.html

Source code from .exe? www.computing.net/answers/programming/source-code-from-exe/10012.html