Uses of Class
security.whisper.javastix.coo.types.WindowsPeOptionalHeader.Builder
Packages that use WindowsPeOptionalHeader.Builder
-
Uses of WindowsPeOptionalHeader.Builder in security.whisper.javastix.coo.types
Methods in security.whisper.javastix.coo.types that return WindowsPeOptionalHeader.BuilderModifier and TypeMethodDescriptionWindowsPeOptionalHeader.Builder.addressOfEntryPoint(long addressOfEntryPoint) Initializes the optional valueaddressOfEntryPointto addressOfEntryPoint.WindowsPeOptionalHeader.Builder.addressOfEntryPoint(Optional<Long> addressOfEntryPoint) Initializes the optional valueaddressOfEntryPointto addressOfEntryPoint.WindowsPeOptionalHeader.Builder.baseOfCode(long baseOfCode) Initializes the optional valuebaseOfCodeto baseOfCode.WindowsPeOptionalHeader.Builder.baseOfCode(Optional<Long> baseOfCode) Initializes the optional valuebaseOfCodeto baseOfCode.WindowsPeOptionalHeader.Builder.baseOfData(long baseOfData) Initializes the optional valuebaseOfDatato baseOfData.WindowsPeOptionalHeader.Builder.baseOfData(Optional<Long> baseOfData) Initializes the optional valuebaseOfDatato baseOfData.WindowsPeOptionalHeader.builder()Creates a builder forWindowsPeOptionalHeader.WindowsPeOptionalHeader.Builder.checksumHex(String checksumHex) Initializes the optional valuechecksumHexto checksumHex.WindowsPeOptionalHeader.Builder.checksumHex(Optional<String> checksumHex) Initializes the optional valuechecksumHexto checksumHex.WindowsPeOptionalHeader.Builder.customProperties(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thecustomPropertiesmap.WindowsPeOptionalHeader.Builder.dllCharacteristicsHex(String dllCharacteristicsHex) Initializes the optional valuedllCharacteristicsHexto dllCharacteristicsHex.WindowsPeOptionalHeader.Builder.dllCharacteristicsHex(Optional<String> dllCharacteristicsHex) Initializes the optional valuedllCharacteristicsHexto dllCharacteristicsHex.WindowsPeOptionalHeader.Builder.fileAlignment(long fileAlignment) Initializes the optional valuefileAlignmentto fileAlignment.WindowsPeOptionalHeader.Builder.fileAlignment(Optional<Long> fileAlignment) Initializes the optional valuefileAlignmentto fileAlignment.WindowsPeOptionalHeader.Builder.from(StixCustomProperties instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.common.StixCustomPropertiesinstance.WindowsPeOptionalHeader.Builder.from(WindowsPeOptionalHeaderObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.WindowsPeOptionalHeaderObjinstance.Sets or replaces all mappings from the specified map as entries for thehashesmap.WindowsPeOptionalHeader.Builder.imageBase(long imageBase) Initializes the optional valueimageBaseto imageBase.Initializes the optional valueimageBaseto imageBase.WindowsPeOptionalHeader.Builder.loaderFlagsHex(String loaderFlagsHex) Initializes the optional valueloaderFlagsHexto loaderFlagsHex.WindowsPeOptionalHeader.Builder.loaderFlagsHex(Optional<String> loaderFlagsHex) Initializes the optional valueloaderFlagsHexto loaderFlagsHex.Initializes the optional valuemagicHexto magicHex.Initializes the optional valuemagicHexto magicHex.WindowsPeOptionalHeader.Builder.majorImageVersion(long majorImageVersion) Initializes the optional valuemajorImageVersionto majorImageVersion.WindowsPeOptionalHeader.Builder.majorImageVersion(Optional<Long> majorImageVersion) Initializes the optional valuemajorImageVersionto majorImageVersion.WindowsPeOptionalHeader.Builder.majorLinkerVersion(long majorLinkerVersion) Initializes the optional valuemajorLinkerVersionto majorLinkerVersion.WindowsPeOptionalHeader.Builder.majorLinkerVersion(Optional<Long> majorLinkerVersion) Initializes the optional valuemajorLinkerVersionto majorLinkerVersion.WindowsPeOptionalHeader.Builder.majorOsVersion(long majorOsVersion) Initializes the optional valuemajorOsVersionto majorOsVersion.WindowsPeOptionalHeader.Builder.majorOsVersion(Optional<Long> majorOsVersion) Initializes the optional valuemajorOsVersionto majorOsVersion.WindowsPeOptionalHeader.Builder.majorSubsystemVersion(long majorSubsystemVersion) Initializes the optional valuemajorSubsystemVersionto majorSubsystemVersion.WindowsPeOptionalHeader.Builder.majorSubsystemVersion(Optional<Long> majorSubsystemVersion) Initializes the optional valuemajorSubsystemVersionto majorSubsystemVersion.WindowsPeOptionalHeader.Builder.minorImageVersion(long minorImageVersion) Initializes the optional valueminorImageVersionto minorImageVersion.WindowsPeOptionalHeader.Builder.minorImageVersion(Optional<Long> minorImageVersion) Initializes the optional valueminorImageVersionto minorImageVersion.WindowsPeOptionalHeader.Builder.minorLinkerVersion(long minorLinkerVersion) Initializes the optional valueminorLinkerVersionto minorLinkerVersion.WindowsPeOptionalHeader.Builder.minorLinkerVersion(Optional<Long> minorLinkerVersion) Initializes the optional valueminorLinkerVersionto minorLinkerVersion.WindowsPeOptionalHeader.Builder.minorOsVersion(long minorOsVersion) Initializes the optional valueminorOsVersionto minorOsVersion.WindowsPeOptionalHeader.Builder.minorOsVersion(Optional<Long> minorOsVersion) Initializes the optional valueminorOsVersionto minorOsVersion.WindowsPeOptionalHeader.Builder.minorSubsystemVersion(long minorSubsystemVersion) Initializes the optional valueminorSubsystemVersionto minorSubsystemVersion.WindowsPeOptionalHeader.Builder.minorSubsystemVersion(Optional<Long> minorSubsystemVersion) Initializes the optional valueminorSubsystemVersionto minorSubsystemVersion.WindowsPeOptionalHeader.Builder.numberOfRvaAndSizes(long numberOfRvaAndSizes) Initializes the optional valuenumberOfRvaAndSizesto numberOfRvaAndSizes.WindowsPeOptionalHeader.Builder.numberOfRvaAndSizes(Optional<Long> numberOfRvaAndSizes) Initializes the optional valuenumberOfRvaAndSizesto numberOfRvaAndSizes.WindowsPeOptionalHeader.Builder.putAllCustomProperties(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tocustomPropertiesmap.WindowsPeOptionalHeader.Builder.putAllHashes(Map<String, ? extends String> entries) Put all mappings from the specified map as entries tohashesmap.WindowsPeOptionalHeader.Builder.putCustomProperty(String key, Object value) Put one entry to thecustomPropertiesmap.WindowsPeOptionalHeader.Builder.putCustomProperty(Map.Entry<String, ? extends Object> entry) Put one entry to thecustomPropertiesmap.Put one entry to thehashesmap.Put one entry to thehashesmap.WindowsPeOptionalHeader.Builder.sectionAlignment(long sectionAlignment) Initializes the optional valuesectionAlignmentto sectionAlignment.WindowsPeOptionalHeader.Builder.sectionAlignment(Optional<Long> sectionAlignment) Initializes the optional valuesectionAlignmentto sectionAlignment.WindowsPeOptionalHeader.Builder.sizeOfCode(long sizeOfCode) Initializes the optional valuesizeOfCodeto sizeOfCode.WindowsPeOptionalHeader.Builder.sizeOfCode(Optional<Long> sizeOfCode) Initializes the optional valuesizeOfCodeto sizeOfCode.WindowsPeOptionalHeader.Builder.sizeOfHeaders(long sizeOfHeaders) Initializes the optional valuesizeOfHeadersto sizeOfHeaders.WindowsPeOptionalHeader.Builder.sizeOfHeaders(Optional<Long> sizeOfHeaders) Initializes the optional valuesizeOfHeadersto sizeOfHeaders.WindowsPeOptionalHeader.Builder.sizeOfHeapCommit(long sizeOfHeapCommit) Initializes the optional valuesizeOfHeapCommitto sizeOfHeapCommit.WindowsPeOptionalHeader.Builder.sizeOfHeapCommit(Optional<Long> sizeOfHeapCommit) Initializes the optional valuesizeOfHeapCommitto sizeOfHeapCommit.WindowsPeOptionalHeader.Builder.sizeOfHeapReserve(long sizeOfHeapReserve) Initializes the optional valuesizeOfHeapReserveto sizeOfHeapReserve.WindowsPeOptionalHeader.Builder.sizeOfHeapReserve(Optional<Long> sizeOfHeapReserve) Initializes the optional valuesizeOfHeapReserveto sizeOfHeapReserve.WindowsPeOptionalHeader.Builder.sizeOfImage(long sizeOfImage) Initializes the optional valuesizeOfImageto sizeOfImage.WindowsPeOptionalHeader.Builder.sizeOfImage(Optional<Long> sizeOfImage) Initializes the optional valuesizeOfImageto sizeOfImage.WindowsPeOptionalHeader.Builder.sizeOfInitializedData(long sizeOfInitializedData) Initializes the optional valuesizeOfInitializedDatato sizeOfInitializedData.WindowsPeOptionalHeader.Builder.sizeOfInitializedData(Optional<Long> sizeOfInitializedData) Initializes the optional valuesizeOfInitializedDatato sizeOfInitializedData.WindowsPeOptionalHeader.Builder.sizeOfStackCommit(long sizeOfStackCommit) Initializes the optional valuesizeOfStackCommitto sizeOfStackCommit.WindowsPeOptionalHeader.Builder.sizeOfStackCommit(Optional<Long> sizeOfStackCommit) Initializes the optional valuesizeOfStackCommitto sizeOfStackCommit.WindowsPeOptionalHeader.Builder.sizeOfStackReserve(long sizeOfStackReserve) Initializes the optional valuesizeOfStackReserveto sizeOfStackReserve.WindowsPeOptionalHeader.Builder.sizeOfStackReserve(Optional<Long> sizeOfStackReserve) Initializes the optional valuesizeOfStackReserveto sizeOfStackReserve.WindowsPeOptionalHeader.Builder.sizeOfUninitializedData(long sizeOfUninitializedData) Initializes the optional valuesizeOfUninitializedDatato sizeOfUninitializedData.WindowsPeOptionalHeader.Builder.sizeOfUninitializedData(Optional<Long> sizeOfUninitializedData) Initializes the optional valuesizeOfUninitializedDatato sizeOfUninitializedData.WindowsPeOptionalHeader.Builder.subsystemHex(String subsystemHex) Initializes the optional valuesubsystemHexto subsystemHex.WindowsPeOptionalHeader.Builder.subsystemHex(Optional<String> subsystemHex) Initializes the optional valuesubsystemHexto subsystemHex.WindowsPeOptionalHeader.Builder.win32VersionValueHex(String win32VersionValueHex) Initializes the optional valuewin32VersionValueHexto win32VersionValueHex.WindowsPeOptionalHeader.Builder.win32VersionValueHex(Optional<String> win32VersionValueHex) Initializes the optional valuewin32VersionValueHexto win32VersionValueHex.