Class ProgramMappedLoadImage

    • Constructor Detail

    • Method Detail

      • loadFill

        public byte[] loadFill​(byte[] bytes,
                               int size,
                               Address addr,
                               int offset,
                               boolean generateInitializedMask)
        Specified by:
        loadFill in interface LoadImage
        generateInitializedMask - if true the function should return an initialized bit mask or null if all loaded bytes were known. If true, uninitialized memory reads should only be reflected in the mask and should not be reported via the memory fault handler.
        Returns:
        initialized bit mask or null (see generateInitializedMask parameter)
        See Also:
        MemoryPage