RenModul: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== Change internal and imported DLL names like DLLRNAME Based in RNDLL ==Download== * Binaries [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system..." |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Change internal and imported DLL names like DLLRNAME | 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]] | Based in [[RNDLL]] |
Revision as of 23:10, 27 September 2013
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.