|
|
 |
|
|
Pages: 1
C++/ DLL's
(Click here to view the original thread with full colors/images)
Posted by: @DemonBob@
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
Posted by: Canis Lupus
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."
Posted by:
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!!"
Posted by: Null Actor
I doubt builder would do it.
Posted by: Null Actor
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.
|
|
|
|
|