| ... | @@ -1925,19 +1925,6 @@ pub const THREAD = struct { | ... | @@ -1925,19 +1925,6 @@ pub const THREAD = struct { |
| 1925 | }; | 1925 | }; |
| 1926 | }; | 1926 | }; |
| 1927 | | 1927 | |
| 1928 | pub const MEMORY = struct { | | |
| 1929 | pub const BASIC_INFORMATION = extern struct { | | |
| 1930 | BaseAddress: PVOID, | | |
| 1931 | AllocationBase: PVOID, | | |
| 1932 | AllocationProtect: DWORD, | | |
| 1933 | PartitionId: WORD, | | |
| 1934 | RegionSize: SIZE_T, | | |
| 1935 | State: DWORD, | | |
| 1936 | Protect: DWORD, | | |
| 1937 | Type: DWORD, | | |
| 1938 | }; | | |
| 1939 | }; | | |
| 1940 | | | |
| 1941 | // ref: km/ntifs.h | 1928 | // ref: km/ntifs.h |
| 1942 | | 1929 | |
| 1943 | pub const HEAP = opaque { | 1930 | pub const HEAP = opaque { |