itsELF
Linux
ELF binary Analyzer
itsELF
is a collection of C++ classes and a wx-widgets based front-end that
should help people analyze ELF binaries. It also aims to be a antivirus
and by now it only performs a pattern based scan, but we are trying to
develop some heuristics to detect any kind of virus. Note that we refer
to virus in a strict way, no trojans, no worms no logic-bombs; just "a
program
that can 'infect' other programs by modifying them to include a version
of
itself" (Fred Cohen)
The current version of this project is somekind of alpha,
and is not yet useful. It
loads the ELF to memory in different object classes and offers some
methods to access every section of the file. The interface is
a piece of shit :P and is not very useful, but we are on it :-D.
These are some dependencies you should comply before compiling this
software
- automake 1.4
- wxwindows 2.4 runtime
- libwxgtk2.4 development and
runtime
Take
a look at the screenshots
Here
you can download the source code
