logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wld - transform executables into shared libraries

Author

       Written by endrazine (Jonathan Brossard)

Description

       The Witchcraft Linker is part of the Witchcraft Compiler Collection.

       Options:

       -libify
              Libifies input ELF executable into a shared library.

       -noinit
              Ignore constructors and desctructors in output library.

Examples

       cp /bin/cat/tmp && wld -libify /tmp/cat
              Copy the executable /bin/cat to /tmp and transform it into a shared library.

Name

       wld - transform executables into shared libraries

Notes

       wld alters the file passed as argument.
       The Witcraft Compiler Collection is a set of reverse engineering tools.

Reporting Bugs

       Witchcraft Compiler Collection online bug tracker: <https://github.com/endrazine/wcc/issues>

See Also

wsh(1), wcc(1), wldd(1), wcch(1)

       The   full   documentation   of   the   WitchcraftCompilerCollection   is   available   online   at
       https://github.com/endrazine/wcc/wiki

Witchcraft Compiler Collection                     April 2017                                             WLD(1)

Synopsis

wld-libify [-noinit] file

See Also