Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 500 Bytes

Sexton is a cross-platform hex editor written in Python. Its main goal is to be able to open and search in very large files very quickly.

Alt

Features

  • Search with unicode strings in any encoding, hexadecimal, and regular expressions.
  • Open disks (Windows only)
  • View and edit C data types (int, short, double, etc.)

Required packages

  • Python 3
  • PySide

Optional packages

  • pywin32 (for disks and UAC elevation)