winlib

Crates.iowinlib
lib.rswinlib
version0.2.1
created_at2025-07-16 22:49:08.207723+00
updated_at2025-07-17 13:57:59.064197+00
descriptiontools for creating, inspecting and modifying windows lib files
homepage
repositoryhttps://github.com/ChrisDenton/winlibtools
max_upload_size
id1756747
size17,274
Chris Denton (ChrisDenton)

documentation

https://docs.rs/winlib/0.2.1/winlib

README

winlib

A command line tool for creating Windows libraries.

Usage:
        winlib list <LIB_PATH>
        winlib create <LIB_PATH> --from <PATH> --exclude-idata [--save-excluded <PATH>]

<LIB_PATH> is the path of the lib to create or inspect.

Create Options:
        --from <PATH>           The new lib will contain members from the old lib at <PATH>.
        --exclude <OFFSET>      Exclude the member at the given offset
        --exclude-idata         Exclude members containing .idata sections.
        --save-excluded <PATH>  Store the excluded members in a separate library at <PATH>.

Examples:
        winlib list oldlib.lib
        winlib create newlib.lib --from oldlib.lib --exclude-idata --save-excluded import.lib

Download

Either download from the Releases page or install using cargo.

cargo install winlib
Commit count: 0

cargo fmt