IS IT IS POSSIBLE TO OPEN AND SEE THE *.DLL AND *.OCX
Hi,
is there any way to see the code that reside in the *.dll and *.ocx if any posibility means please tell me
is there any way to see the code that reside in the *.dll and *.ocx if any posibility means please tell me
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
rajdera1
13 years ago
Do you really wanna see the code in the dll ?Coz its tricky If you need to see the dependent modules and troubleshoot dll registration issues you can use dependency walker
http://www.dependencywalker.com/ free utility
http://www.dependencywalker.com/ free utility
Posted by:
anonymous_9363
13 years ago
Posted by:
itolutions
13 years ago
Yes, you can.
if you need to review the list of dll/ocx functions you can use any open source debugger.
if you want to see code you can use tools like IDA (debugger)
For .net assemblies you need Reflector like this: http://reflector.red-gate.com/
Sometime those tools can help you with deep troubleshooting if you are good in programming.
if you need to review the list of dll/ocx functions you can use any open source debugger.
if you want to see code you can use tools like IDA (debugger)
For .net assemblies you need Reflector like this: http://reflector.red-gate.com/
Sometime those tools can help you with deep troubleshooting if you are good in programming.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.