Site icon EfmSoft

What does NTSTATUS 0xC0000269 (STATUS_ILLEGAL_DLL_RELOCATION) mean?

 
Previous Next
STATUS_EVALUATION_EXPIRATION STATUS_LICENSE_VIOLATION

STATUS_ILLEGAL_DLL_RELOCATION

The image cannot be safely rebased around the system DLL layout

When a DLL cannot use its preferred image base, the loader can apply base relocations if valid relocation data exists. This status is more specific: the relocation arrangement conflicts with an address region reserved for system DLLs, producing a layout that Windows will not accept for normal execution.

The durable correction is a properly linked and serviced binary. Editing preferred bases or disabling address randomization can create new collisions and security regressions, especially when the image has assumptions about fixed addresses or missing relocation records.

What to inspect

References


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

Exit mobile version