RenModul: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
Line 4: Line 4:
|Author=[[Aaron Lawrence]]
|Author=[[Aaron Lawrence]]
|License=GNU GPL V2
|License=GNU GPL V2
|Download=[https://hobbes.nmsu.edu/download/pub/os2/util/system/renmodul2_0_0.zip renmodul2_0_0.zip]
|Download=[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 an 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]]
Based in RNDLL by [[Harald Pollack]]


==Links==
==Links==
* Source code [https://github.com/OS2World/UTIL-SYSTEM-RenModul]
* Source code: [//github.com/OS2World/UTIL-SYSTEM-RenModul]


[[Category:File Utilities‎]]
[[Category:File Utilities‎]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 20:00, 26 July 2023

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 an 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]