Uses of Interface
security.whisper.javastix.coo.types.WindowsPeOptionalHeaderObj
Packages that use WindowsPeOptionalHeaderObj
Package
Description
-
Uses of WindowsPeOptionalHeaderObj in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return types with arguments of type WindowsPeOptionalHeaderObjModifier and TypeMethodDescriptionWindowsPeBinaryFileExtension.getOptionalHeader()WindowsPeBinaryFileExtensionExt.getOptionalHeader()Methods in security.whisper.javastix.coo.extension.types with parameters of type WindowsPeOptionalHeaderObjModifier and TypeMethodDescriptionWindowsPeBinaryFileExtension.Builder.optionalHeader(WindowsPeOptionalHeaderObj optionalHeader) Initializes the optional valueoptionalHeaderto optionalHeader.WindowsPeBinaryFileExtension.withOptionalHeader(WindowsPeOptionalHeaderObj value) Copy the current immutable object by setting a present value for the optionaloptionalHeaderattribute.Method parameters in security.whisper.javastix.coo.extension.types with type arguments of type WindowsPeOptionalHeaderObjModifier and TypeMethodDescriptionWindowsPeBinaryFileExtension.Builder.optionalHeader(Optional<? extends WindowsPeOptionalHeaderObj> optionalHeader) Initializes the optional valueoptionalHeaderto optionalHeader.WindowsPeBinaryFileExtension.withOptionalHeader(Optional<? extends WindowsPeOptionalHeaderObj> optional) Copy the current immutable object by setting an optional value for theoptionalHeaderattribute. -
Uses of WindowsPeOptionalHeaderObj in security.whisper.javastix.coo.types
Classes in security.whisper.javastix.coo.types that implement WindowsPeOptionalHeaderObjModifier and TypeClassDescriptionfinal classThe Windows PE Optional Header type represents the properties of the PE optional header.Methods in security.whisper.javastix.coo.types with parameters of type WindowsPeOptionalHeaderObjModifier and TypeMethodDescriptionstatic WindowsPeOptionalHeaderWindowsPeOptionalHeader.copyOf(WindowsPeOptionalHeaderObj instance) Creates an immutable copy of aWindowsPeOptionalHeaderObjvalue.WindowsPeOptionalHeader.Builder.from(WindowsPeOptionalHeaderObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.WindowsPeOptionalHeaderObjinstance.