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.
How to read an c exe without source code
Name: Ranjeet Date: August 13, 2002 at 21:54:02 Pacific
Comment:
Dear Sir/Madam, I would like to know about how to read an exe file without source code.May i able to interpret the exe file.Actually i want to make a call to specific function which is present in my exe file but i don't have source file.What kind of program i should write to get my goal.If you know,please inform me.Also send me some sample so that i will understand it easily.Am waiting for your reply.
Name: jag mafer Date: August 14, 2002 at 08:47:59 Pacific
Reply:
Well, most of the time, they don't give you source code because they want to keep it private. However, if the eula (license agreement) does not disallow it, you may disassemble it (reverse engineer) - do a search on disassemblers and decompilers... This probably won't spit out nice code for you, but it may help... jag mafer
Summary: Hi there I need to know how to read and write the disk sectors for a disk in win32 with c/c++. What is the API function and how to use it ? if you have an example,please provide me. Thanks very much, ...
Summary: How to read repeatedly 4 bites from a file and print it out in hexadecimal. The file is under .bin. I'm using Microsoft Visual C++ 6.0 to complie my program. yohannes ...
Summary: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches the current date. Based on what it finds, it needs ...