mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-28 00:16:55 +00:00
73 lines
2.0 KiB
C
73 lines
2.0 KiB
C
Profile XP_SP2_X86 = {
|
|
2600, 2, 32, 1,
|
|
{ 0x0088,0x0084,0x01b0,0x0174,0x011c,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile XP_SP3_X86 = {
|
|
2600, 3, 32, 1,
|
|
{ 0x0088,0x0084,0x01b0,0x0174,0x011c,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN7_SP0_X86 = {
|
|
7601, 0, 32, 0,
|
|
{ 0x00b8,0x00b4,0x01a8,0x016c,0x0278,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN7_SP1_X86 = {
|
|
7601, 1, 32, 0,
|
|
{ 0x00b8,0x00b4,0x01a8,0x016c,0x0278,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN7_SP0_X64 = {
|
|
7601, 0, 64, 0,
|
|
{ 0x0188,0x0180,0x0338,0x02e0,0x0448,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile WIN7_SP1_X64 = {
|
|
7601, 1, 64, 0,
|
|
{ 0x0188,0x0180,0x0338,0x02e0,0x0448,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile WIN10_SP0_X64 = {
|
|
14393, 0, 64, 0,
|
|
{ 0x02f0,0x02e8,0x03f8,0x0450,0x0620,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile VISTA_SP0_X86 = {
|
|
6000, 0, 32, 0,
|
|
{ 0x00a0,0x009c,0x0188,0x014c,0x0238,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile VISTA_SP0_X64 = {
|
|
6000, 0, 64, 0,
|
|
{ 0x00e8,0x00e0,0x0290,0x0238,0x0380,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile VISTA_SP1_X86 = {
|
|
6000, 1, 32, 0,
|
|
{ 0x00a0,0x009c,0x0188,0x014c,0x0238,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile VISTA_SP1_X64 = {
|
|
6000, 1, 64, 0,
|
|
{ 0x00e8,0x00e0,0x0290,0x0238,0x0380,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile VISTA_SP2_X86 = {
|
|
6002, 2, 32, 0,
|
|
{ 0x00a0,0x009c,0x0188,0x014c,0x0238,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile VISTA_SP2_X64 = {
|
|
6002, 2, 64, 0,
|
|
{ 0x00e8,0x00e0,0x0290,0x0238,0x0380,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile WIN2003_SP0_X86 = {
|
|
3790, 0, 32, 0,
|
|
{ 0x0088,0x0084,0x0190,0x0154,0x0258,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN2003_SP1_X86 = {
|
|
3790, 1, 32, 0,
|
|
{ 0x0098,0x0094,0x01a0,0x0164,0x0250,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN2003_SP1_X64 = {
|
|
3790, 1, 64, 0,
|
|
{ 0x00e0,0x00d8,0x02c0,0x0268,0x0398,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|
|
Profile WIN2003_SP2_X86 = {
|
|
3790, 2, 32, 0,
|
|
{ 0x0098,0x0094,0x01a0,0x0164,0x0250,0x0018,0x0008,0x0010,0x0038 },
|
|
};
|
|
Profile WIN2003_SP2_X64 = {
|
|
3790, 2, 64, 0,
|
|
{ 0x00e0,0x00d8,0x02c0,0x0268,0x0398,0x0028,0x0010,0x0020,0x0060 },
|
|
};
|