Uses of Interface
security.whisper.javastix.coo.types.WindowsPeSectionObj
Packages that use WindowsPeSectionObj
Package
Description
-
Uses of WindowsPeSectionObj in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return types with arguments of type WindowsPeSectionObjModifier and TypeMethodDescriptiondefault Set<WindowsPeSectionObj> WindowsPeBinaryFileExtensionExt.getSections() -
Uses of WindowsPeSectionObj in security.whisper.javastix.coo.types
Classes in security.whisper.javastix.coo.types that implement WindowsPeSectionObjModifier and TypeClassDescriptionfinal classThe PE Section type specifies metadata about a PE file section.Methods in security.whisper.javastix.coo.types with parameters of type WindowsPeSectionObjModifier and TypeMethodDescriptionstatic WindowsPeSectionWindowsPeSection.copyOf(WindowsPeSectionObj instance) Creates an immutable copy of aWindowsPeSectionObjvalue.final WindowsPeSection.BuilderWindowsPeSection.Builder.from(WindowsPeSectionObj instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.coo.types.WindowsPeSectionObjinstance.