How do I edit DLL / .dll Files?
4 Reasons to edit DLL Files
- You are a Geek like me and want to see what it looks like inside.
- You want to attempt to hack it to do something other that what it was intended to do.
- You want to reverse engineer an application.
- You want to extract Icons from the DLLs
All of these are valid reasons to try and Edit a .DLL file
You want to extract Icons from the DLLs
Let's start out with extracting icons from the DLL files. We've actually posted up some good software for ICON Dll Files extraction. If that's what you want visit this page. Otherwise see details below.
Edit the DLL with PE Explorer
To accomplish this task you need DLL Decompiler Software. This takes the .dll file an tries to break it down into parts for lack of a better term. Once disassembled it can then be manipulated or viewed.
