wld - transform executables into shared libraries
Contents
Copyright
Copyright Jonathan Brossard
License: MIT and BSD Licenses. See <https://github.com/endrazine/wcc/blob/master/LICENSE>.
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
