RenModul: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 16: | Line 16: | ||
* [[Aaron Lawrence]] | * [[Aaron Lawrence]] | ||
[[Category:File Utilities ]] | [[Category:File Utilities]] | ||
[[Category:Open Source Software]] |
Revision as of 04:15, 29 October 2019
Description
Change internal and imported DLL names like DLLRNAME.
Allows you to change the names of DLLs that a EXE or DLL imports (uses). Also allows you to change the internal name of DLL (or EXE). Works similar to IBM DLLRNAME utility, though can only rename one import at a time. [SOURCE INCLUDED - OpenWatcom C]
Based in RNDLL
Download
License
Open Source under the GNU GPL V2 license.