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
- Host: GitHub
- URL: https://github.com/keith/export-strings
- Owner: keith
- License: mit
- Created: 2016-12-05T04:48:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T19:56:26.000Z (over 2 years ago)
- Last Synced: 2025-04-03T16:45:37.565Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 29
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)