From 5c1ffa37d2efac6179206a23ba140be9108bd07f Mon Sep 17 00:00:00 2001 From: LeiMing Date: Wed, 27 Jan 2016 22:34:59 +0800 Subject: [PATCH] complete readme --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 6eca9f5..5a97ed1 100644 --- a/README +++ b/README @@ -21,7 +21,9 @@ Then the program won't run because it tries to import Sleep@4 from kernel32 This tool can help you change the import name Sleep@4 to Sleep, while the linking name keeps Sleep@4. Just open the import library and -change the +change the import type to undecorate, save it. + +NOTICE: IT CAN ONLY MODIFY THE .LIB GENERATED BY LIB.EXE OR LINK.EXE /LIB. If you need targeted .net FW 2.0 but doesn't have the toolset. you may use ildasm to convert the CoreInterfaces.dll into .il,