An open API service indexing awesome lists of open source software.

https://github.com/keith/export-strings

Export strings from a directory of executables
https://github.com/keith/export-strings

Last synced: 4 months ago
JSON representation

Export strings from a directory of executables

Awesome Lists containing this project

README

          

# export-strings

A small CLI for exporting the output of `strings` from all binaries in a
directory.

## Usage:

```bash
$ export_strings.py --source path/to/directory --output path/to/output
```

### Examples:

- [Xcode.app](https://github.com/keith/Xcode.app-strings)