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

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.

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
```