https://github.com/dethada/mui-strings
Get strings from the resource section of MUI (PE) files.
https://github.com/dethada/mui-strings
pe rust
Last synced: over 1 year ago
JSON representation
Get strings from the resource section of MUI (PE) files.
- Host: GitHub
- URL: https://github.com/dethada/mui-strings
- Owner: Dethada
- License: gpl-3.0
- Created: 2019-05-01T02:26:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T08:11:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-23T03:54:42.689Z (over 1 year ago)
- Topics: pe, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUI Parser
Get strings from the resource section of MUI files.
## Building 🔨
```bash
cargo build --release
```
## Install
### Linux 🐧
```bash
make install
```
### Windows
Add `target/release/ms` to somewhere in path.
## Usage 📖
```bash
➜ ms --help
MUI Strings 0.1.0
David Z.
Get strings from the resource section of MUI files.
USAGE:
ms --file
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --file The target file
```