RenModul: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
Change internal and imported DLL names like DLLRNAME.
Change internal and imported DLL names like DLLRNAME.


Line 7: Line 6:


==Download==
==Download==
* Binaries [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system&file=renmodul2_0_0.zip Ver 2.0.0]
* Binaries [renmodul2_0_0.zip Ver 2.0.0]
* Source code [https://github.com/OS2World/UTIL-SYSTEM-RenModul]
* Source code [https://github.com/OS2World/UTIL-SYSTEM-RenModul]



Revision as of 05:31, 6 January 2020

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

  • Binaries [renmodul2_0_0.zip Ver 2.0.0]
  • Source code [1]

License

Open Source under the GNU GPL V2 license.

Author