https://github.com/secretdeveloperisme/find_modules
https://github.com/secretdeveloperisme/find_modules
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secretdeveloperisme/find_modules
- Owner: secretdeveloperisme
- Created: 2023-03-27T00:35:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T23:30:01.000Z (about 3 years ago)
- Last Synced: 2025-05-07T11:33:07.970Z (about 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find_modules
## Find the respective module location on the server
Usage: find_module.exe [OPTION] ...
Mandatory arguments to long options are mandatory for short options too.
*-i, --input* input file or folder path
*-n, --name* module name
*-s, --strict* find module name
with absolute name
*-j, --json* display result with json format
Example:
```bash
find_module.exe -i data\input_win -n util --json
```
> Note: Each line in data file is specified by format: `source_path,destination_path`\
Example: **foo\abc\module.exe;bar\abc\module.exe**