What does BSOD 0x359 (XBOX_CORRUPTED_IMAGE_BASE) mean?

 
Previous Next
XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW XBOX_360_SYSTEM_CRASH

XBOX_CORRUPTED_IMAGE_BASE

Xbox image base corruption for XBOX_CORRUPTED_IMAGE_BASE

XBOX_CORRUPTED_IMAGE_BASE is bug check code 0x00000359.

This Xbox-range bug check points at invalid or corrupted image-base state. It is a loader-integrity bucket: the address or image metadata used by the platform no longer matches what the kernel expects.

How to read it in a dump

  • Inspect the image base, section mappings, relocation state, and module list.
  • Differentiate storage/package corruption from memory corruption after load.
  • Loader and code-integrity status are more useful than the name alone.

What to check

  • Validate package deployment and image signing.
  • Check storage integrity and recent platform updates.
  • Use dump memory to compare image headers, section mappings, and base address.

References


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