Download section
Note : everything here is at early alpha stage of development. This means that we cannot guarantee anything. It might just work or not. Use it at your own risk !
NB: All these source tarballs "compile" with ./configure ; make ; make check (when available) and make install. Due to the nature of these early releases, we ought you to add a --prefix=${HOME} just to avoid messing your distro up.
On another note, compilation of "libfucs" has do be done prior to any other package ! When needed by your setup (and the --prefix you gave to libfucs configure script), you might have to change your PKG_CONFIG_PATH accordingly. ie: if you did ./configure --prefix=${HOME} as for libfucs, you will have the pkgconfig description file installed in ${HOME}/lib/pkgconfig. That is the path you'll have to set in the environment variable PKG_CONFIG_PATH so that pkg-config can find the libfucs library.
wxFucs:
A nice graphical user interface done with wxWidget library. It provide a debug tool that let you watch and modify memory content.
cmdFucs:
A "command line" driven interface to FUCS engine. At the moment it just validates loading/initializing of the plugin architecture.
libfucs:
This is the FUCS engine. It loads, unloads, just do about everything to handle underneath architecture.
x86-generic:
The X86 architecture plugin for FUCS. Far from being accurate and complete instruction set simulated.