function IsWin64: Boolean; var Kernel32Handle: THandle; IsWow64Process: function(Handle: Windows.THandle; var Res: Windows.BOOL): Windows.BOOL; ... Read More
posted @ 2014-12-24 18:37 findumars Views(505) Comments(0) Diggs(0)
关掉64位系统中32位程序的目录重定向在64位Windows系统中运行的32位程序会被系统欺骗.例如windows\system32的目录实际是windows\syswow64目录的映射.program files实际是program files(x86)的映射.注册表的hkey_local_mac... Read More
posted @ 2014-12-24 17:05 findumars Views(5087) Comments(0) Diggs(0)