symtool icon indicating copy to clipboard operation
symtool copied to clipboard

Manipulate static symbols in ELF and Mach-O objects

Results 1 symtool issues
Sort by recently updated
recently updated
newest added

Something like: ```sh symtool --replace "^foo.*" foo bar ``` to replace all instances of foo with bar in all symbols starting with foo. Maybe capture groups could be used to...