RenModul: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | |||
|Picture= | |||
|Version=2.0.0 (2003) | |||
|Author=[[Aaron Lawrence]] | |||
|License=GNU GPL V2 | |||
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/system/renmodul2_0_0.zip renmodul2_0_0.zip] | |||
}} | |||
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] | 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 by [[Harald Pollack]] | ||
== | ==Links== | ||
* Source code [https://github.com/OS2World/UTIL-SYSTEM-RenModul] | * Source code [https://github.com/OS2World/UTIL-SYSTEM-RenModul] | ||
[[Category:File Utilities]] | [[Category:File Utilities]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 18:34, 17 September 2020
RenModul | |
---|---|
[[File:|300px]] | |
Version | 2.0.0 (2003) |
Vendor | |
Author | Aaron Lawrence |
License | GNU GPL V2 |
Download | renmodul2_0_0.zip |
Website |
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 by Harald Pollack
Links
- Source code [1]