PDA

View Full Version : C++/ DLL's




@DemonBob@
10-04-2000, 02:00 PM
Does anyone know the steps to view, edit, or reverse engineer DLL's? My cousin needs to know.

------------------
In every man there is evil. But the question is what is true evil?
http://clannewconclave.cjb.net




Canis Lupus
10-05-2000, 01:13 AM
I wish I knew how to answer this ... but this is way over my head http://www.opentechsupport.net/forums/wink.gif

------------------
"What you really want, you can never have. So if you really, REALLY want something, try to want it a little less... coz you're never, EVER gonna have it."

10-09-2000, 03:35 PM
Hmmm....Thanx anyway, but I dont have the Microsoft C++ compiler. Will Borland C++ Builder 5 work I haven't tried it yet, but if you can answer this with no trouble it will save me a lot of time. http://www.opentechsupport.net/forums/smile.gif
If it is too much trouble don't worry about it. http://www.opentechsupport.net/forums/frown.gif

------------------
"Originality is so unoriginal....Everyone uses it!!"

Null Actor
10-09-2000, 09:50 PM
I doubt builder would do it.

Null Actor
10-10-2000, 12:31 AM
If you take a hex editor to the DLL, you'll be able to see what function names are contained within the DLL. If you have MS Visual C++ 6, there are tools which will export all the function names in a DLL.

As for reverse engineering, you may be able to look at the assembly code, but you can never reverse engineer in to a high level language.