Dethada / MUI-Strings

Get strings from the resource section of MUI (PE) files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUI Parser

Get strings from the resource section of MUI files.

Building πŸ”¨

cargo build --release

Install

Linux 🐧

make install

Windows

Add target/release/ms to somewhere in path.

Usage πŸ“–

➜ ms --help
MUI Strings 0.1.0
David Z. <david@dzhy.dev>
Get strings from the resource section of MUI files.

USAGE:
    ms --file <file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -f, --file <file>    The target file

About

Get strings from the resource section of MUI (PE) files.

License:GNU General Public License v3.0


Languages

Language:Rust 98.9%Language:Makefile 1.1%