Package 

Class ErrorEvent.BinaryImage


  • 
    public final class ErrorEvent.BinaryImage
    
                        

    Description of the binary image (native library; for Android: .so file) loaded or referenced by the process/application.

    • Constructor Detail

      • ErrorEvent.BinaryImage

        ErrorEvent.BinaryImage(String uuid, String name, Boolean isSystem, String loadAddress, String maxAddress, String arch)
        Parameters:
        uuid - Build UUID that uniquely identifies the binary image.
        name - Name of the library.
        isSystem - Determines if it's a system or user library.
        loadAddress - Library's load address (hexadecimal).
        maxAddress - Max value from the library address range (hexadecimal).
        arch - CPU architecture from the library.