Unpacking Dlls And Drivers With Ollydbg,我们就可以使用普通的OllyDbg来解包打包的dll,甚至解包许多打包的驱动程序。
(People often ask me how to unpack DLLs and drivers. A common assumption is that it is necessary to use OllyDbg's LOADDLL for unpacking DLLs and that a ring-0 debugger such as SoftICE or WinDbg is necessary for unpacking drivers. With a little tweaking, we can use regular OllyDbg to unpack packed DLLs and even many packed drivers.)