Uses of Class
security.whisper.javastix.coo.types.WindowsPeSection
Packages that use WindowsPeSection
-
Uses of WindowsPeSection in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return WindowsPeSectionModifier and TypeMethodDescriptionWindowsPeSection.Builder.build()Builds a newWindowsPeSection.static WindowsPeSectionWindowsPeSection.copyOf(WindowsPeSectionObj instance) Creates an immutable copy of aWindowsPeSectionObjvalue.final WindowsPeSectionWindowsPeSection.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final WindowsPeSectionWindowsPeSection.withEntropy(float value) Copy the current immutable object by setting a present value for the optionalentropyattribute.final WindowsPeSectionWindowsPeSection.withEntropy(Optional<Float> optional) Copy the current immutable object by setting an optional value for theentropyattribute.final WindowsPeSectionWindowsPeSection.withHashes(Map<String, ? extends String> entries) Copy the current immutable object by replacing thehashesmap with the specified map.final WindowsPeSectionCopy the current immutable object by setting a present value for the optionalnameattribute.final WindowsPeSectionCopy the current immutable object by setting an optional value for thenameattribute.final WindowsPeSectionWindowsPeSection.withSize(long value) Copy the current immutable object by setting a present value for the optionalsizeattribute.final WindowsPeSectionCopy the current immutable object by setting an optional value for thesizeattribute.