ramnes / wcc

The Witchcraft Compiler Collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 The Witchcraft Compiler Collection

-- Purpose:

WCC is a collection of reverse engineering tools taking binary files as an input.

-- Commands:

  • wcc : The Witchcraft Compiler. Takes binaries (ELF, PE, ...) as an imput and creates valid ELF binaries (eg: relocatable objects or shared libraries) that can be later compiled and linked with using regular compilers (eg: gcc/clang).

  • wld : The Witchcraft Linker. Takes a valid ELF (32/64) binary as an imput and changes its ELF class to ELF_DYN.

  • wsh : The Witchcraft Loader and Dynamic Linker. Takes a valid ELF as an input, loads it in its own the address space, loads dependencies, solves relocations and execute an embedded (lua) shell or runs a script.

-- Building and Installing:

From the directory containing this file, type:
    $ make

Then to install wcc, type:
$ sudo make install

-- External dependencies:

    Glibc, libbfd, libdl, zlib.

-- Licences:

    See the file named LICENSE.

About

The Witchcraft Compiler Collection

License:Other


Languages

Language:C 97.7%Language:Makefile 1.6%Language:C++ 0.4%Language:Shell 0.3%Language:Terra 0.0%Language:Lua 0.0%