Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stwissel/findstrings
Finds Strings in packed source code files
https://github.com/stwissel/findstrings
command-line-tool java java-8 tools
Last synced: 3 days ago
JSON representation
Finds Strings in packed source code files
- Host: GitHub
- URL: https://github.com/stwissel/findstrings
- Owner: Stwissel
- License: apache-2.0
- Created: 2019-03-14T09:12:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:56:05.000Z (over 2 years ago)
- Last Synced: 2024-04-15T02:21:17.405Z (7 months ago)
- Topics: command-line-tool, java, java-8, tools
- Language: Java
- Size: 2.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# findStrings
Finds Strings in packed source code files.
## Problem statement
A set of files need to be checked for the occurence of a given set of Strings.
The source files are contained in ZIP files that can contain ZIP files recursively## Use
`java -jar findString.jar -d directory -s strings [-o output]`
- -d,--dir directory with all zip files
- -s,--stringfile Filename with Strings to search, one per line
- -o,--output Output file name for report in MD format
- -nz,--nz Rerun find operation on a ready unzipped structure - good for alternate finds
- -r,--reportformat Format for the Report: markdown, xml, json
- -x,--extensivescan Test every file for Zipped content (catches
office formats too) - Warning SLOW!!!(C) 2019 St.Wissel - see license file