Versions in this module Expand all Collapse all v0 v0.3.2 Jul 19, 2026 v0.3.1 Jul 14, 2026 Changes in this version + func LooksLikeText(data []byte) bool + func NewText(path string, cfg config.Config) (tea.Model, error) + type Model struct + func New(f *binfile.File, opts ...Options) (*Model, error) + func NewArchive(path string, members []binfile.ArchiveMember, opts Options) (*Model, error) + func (m *Model) Activate(t palettemodal.Target, hasSel bool, typed string) + func (m *Model) CancelFullScan() + func (m *Model) CancelSearch() + func (m *Model) CopyToClipboard(text, label string) + func (m *Model) CycleSetting(i, dir int) + func (m *Model) GotoAddr(addr uint64) + func (m *Model) HasPhysAddrs() bool + func (m *Model) Init() tea.Cmd + func (m *Model) JumpDisasmAtAddr(addr uint64) + func (m *Model) JumpHexAtAddr(addr uint64) + func (m *Model) JumpRawAtAddr(addr uint64) + func (m *Model) ListPage() int + func (m *Model) LoadDisasmAt(addr uint64) + func (m *Model) OpenCaretIn(id int) + func (m *Model) OpenHexAt(addr uint64) + func (m *Model) OpenHit(h findresultsmodal.Hit) + func (m *Model) OpenRawAt(off uint64) + func (m *Model) OpenSourceFile(file string) + func (m *Model) OpenSymbol(sym binfile.Symbol) + func (m *Model) OpenSymbolsForLib(lib string) + func (m *Model) PersistSettings() + func (m *Model) Search(val string, sc scope.Scope, phys bool) []palettemodal.Target + func (m *Model) SearchCaseChanged() + func (m *Model) SearchHint() string + func (m *Model) SetPageRows(n int) + func (m *Model) SetStatus(msg string, isErr bool) + func (m *Model) SettingValue(i int) string + func (m *Model) ShowDisasmView() + func (m *Model) StartFullScan() tea.Cmd + func (m *Model) StartSearch(s findtomodal.Seed) tea.Cmd + func (m *Model) StartTextSearch(text string, caseSensitive bool) tea.Cmd + func (m *Model) SubmitSearch(query string, o searchmodal.Options) tea.Cmd + func (m *Model) SymbolNamesChanged() + func (m *Model) ToggleWrap() + func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() tea.View + type Options struct + Config *config.Config + Goto string + SearchString string + type PerfStat struct + Alloc uint64 + Dur time.Duration + View string + func RenderViewStats(f *binfile.File, w, h, runs int) []PerfStat + type Theme struct + func DefaultTheme() Theme + func NewTheme(cfg config.Config) Theme + func (t *Theme) ApplyColors(c config.Colors)