Can someone explain how the LIB hack at the URL below works ?
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20853012.htmlHow can this method allow me to build a NTDLL.LIB that links properly to e.g. RtlInitUnicodeString on both Win2000 and WinXP, without calling GetProcAddress ?
Can someone explain what is going on when the PE loader loads an executable file linked with such hacked NTDLL.LIB ?
Finally, is there a documented way to accomplish the same effect as the Madshi LIB hack ?