FF-16-TUI: Interactive static analysis tool to find frequent 16-bit patterns in binaries
Interactive pattern discovery in binaries (FF-16-TUI)
FF-16-TUI is an interactive static analysis tool that scans entire binary files for frequently occurring local 16-bit patterns. It helps reverse engineers and security researchers locate structures and understand file layout by highlighting recurring patterns in a hexdump. The tool includes a text user interface with keyboard shortcuts for navigation and filtering, and supports a dictionary file to label patterns. Written in Go, it's available on GitHub under the MIT license.
FF-16-TUI is an interactive static analysis tool that finds frequently occurring local 16-bit patterns across the entire file.