Delphi修改内存保护属性,包括修改以下信息:基地址、分配地址、区域大孝所分配保护属性、访问的保护属性、内存状态、内存类型等。核心源代码如下:  VirtualQuery(Arrayptr,MemInfo,SizeOf(TMemoryBasicInformation));  ListBox1.Items.Add('基地址:'IntToHex(Longint(MemInfo.BaseAddress),8));  ListBox1.Items.Add('分配地址:'IntToHex(Longint(  MemInfo.AllocationBase),8));