Skip to content

ChrisDenton/winlibtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages