X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=blobdiff_plain;f=src%2Findex.txt;fp=src%2Findex.txt;h=5333d7e35479f1a80a12b7d7b6fe56b36ff268e1;hp=011f3ff86e24038a72b60dee3b44b634cc899dcc;hb=b941591f967ccf3f8faef4ed94682a984ac46e8b;hpb=9d284e8bb6eebf28daddddfa8c080967235d6fd9 diff --git a/src/index.txt b/src/index.txt index 011f3ff..5333d7e 100644 --- a/src/index.txt +++ b/src/index.txt @@ -7,7 +7,13 @@ What is it ---------- frida is a interactive disassembler for binaries as well as (soon) -LLVM bitcode based on LLVM and Qt. +LLVM bitcode based on LLVM and Qt. It is also Free Software! + +frida is cross-platform -- it can run on basically any Unixoid System +as well as Mac OS X and Windows and it can handle Binarys for every +architecture LLVM supports (and there are a lot of them!). It is +currently limited to the ELF Format but will soon regain support for +PE and MacO executables. Support -------