Section¶ final class ntoseye.Section¶ One PE section: its name, RVA, mapped size, and rwx permissions. property name: str¶ The section name (.text). property permissions: str¶ Mapped permissions as rwx, - for a missing one. property rva: int¶ Its offset from the image base. property size: int¶ Its mapped size. to_dict() → dict[str, Any]¶