|
52 | 52 | }, |
53 | 53 | "file-alignment": { |
54 | 54 | "description": "The alignment factor (in bytes) that is used to align the raw data of sections in the image file", |
| 55 | + "disable_correlation": true, |
55 | 56 | "misp-attribute": "size-in-bytes", |
56 | 57 | "ui-priority": 0 |
57 | 58 | }, |
|
139 | 140 | }, |
140 | 141 | "section-alignment": { |
141 | 142 | "description": "The alignment (in bytes) of sections when they are loaded into memory. It must be greater than or equal to file_alignment and the default is the page size for the architecture", |
| 143 | + "disable_correlation": true, |
142 | 144 | "misp-attribute": "size-in-bytes", |
143 | 145 | "ui-priority": 0 |
144 | 146 | }, |
145 | 147 | "size-of-code": { |
146 | 148 | "description": "The size of the code .text section or the sum of all the sections that contain code", |
| 149 | + "disable_correlation": true, |
147 | 150 | "misp-attribute": "size-in-bytes", |
148 | 151 | "ui-priority": 0 |
149 | 152 | }, |
150 | 153 | "size-of-headers": { |
151 | 154 | "description": "The combined size of an MS-DOS stub, PE header, and section headers rounded up to a multiple of file_alignment", |
| 155 | + "disable_correlation": true, |
152 | 156 | "misp-attribute": "size-in-bytes", |
153 | 157 | "ui-priority": 0 |
154 | 158 | }, |
155 | 159 | "size-of-heap-commit": { |
156 | 160 | "description": "The size of the local heap space to commit", |
| 161 | + "disable_correlation": true, |
157 | 162 | "misp-attribute": "size-in-bytes", |
158 | 163 | "ui-priority": 0 |
159 | 164 | }, |
160 | 165 | "size-of-heap-reserve": { |
161 | 166 | "description": "The size of the local heap space to reserve", |
| 167 | + "disable_correlation": true, |
162 | 168 | "misp-attribute": "size-in-bytes", |
163 | 169 | "ui-priority": 0 |
164 | 170 | }, |
165 | 171 | "size-of-image": { |
166 | 172 | "description": "The size (in bytes) of the image, including all headers, as the image is loaded in memory", |
| 173 | + "disable_correlation": true, |
167 | 174 | "misp-attribute": "size-in-bytes", |
168 | 175 | "ui-priority": 0 |
169 | 176 | }, |
170 | 177 | "size-of-initialised-data": { |
171 | 178 | "description": "The size of the initialized data which are usually located in the .data section. If the initialized data are split across multiple sections, it is the sum of the sections", |
| 179 | + "disable_correlation": true, |
172 | 180 | "misp-attribute": "size-in-bytes", |
173 | 181 | "ui-priority": 0 |
174 | 182 | }, |
175 | 183 | "size-of-stack-commit": { |
176 | 184 | "description": "The size of the stack to commit", |
| 185 | + "disable_correlation": true, |
177 | 186 | "misp-attribute": "size-in-bytes", |
178 | 187 | "ui-priority": 0 |
179 | 188 | }, |
180 | 189 | "size-of-stack-reserve": { |
181 | 190 | "description": "The size of the stack to reserve", |
| 191 | + "disable_correlation": true, |
182 | 192 | "misp-attribute": "size-in-bytes", |
183 | 193 | "ui-priority": 0 |
184 | 194 | }, |
|
0 commit comments