Site icon EfmSoft

What does NTSTATUS 0xC0000049 (STATUS_SECTION_NOT_IMAGE) mean?

 
Previous Next
STATUS_PORT_ALREADY_SET STATUS_SUSPEND_COUNT_EXCEEDED

STATUS_SECTION_NOT_IMAGE

The section is data-backed rather than an image section

Windows distinguishes ordinary data mappings from image sections created with image semantics. An image section is interpreted according to PE headers, with per-section protections, relocation behavior, and loader metadata. This status appears when code asks for image information on a page-file or ordinary file mapping.

Mapping an executable file as read-only data does not convert the resulting section into an image section. That mode is useful for inspection, but loader-oriented queries and execution assumptions require a section created through the image path.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version