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=68fdc12ff548e89163f8b061ad80d5d3b6a1caca;hp=b090165ce2106d6739e4a0b90b974bb58ad4a115;hb=25ebafee8d9bef55aee254d9be8b61717dfd5832;hpb=ad7d3732a05033459f506f43bacc4d4ac43ef457 diff --git a/src/index.txt b/src/index.txt index b090165..68fdc12 100644 --- a/src/index.txt +++ b/src/index.txt @@ -6,14 +6,12 @@ restindex What is it ---------- -frida is a interactive disassembler for binaries as well as (soon) -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. +frida is a interactive disassembler 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 currently supports ELF and PE binaries and has some support +for MachO files. Support ------- @@ -21,6 +19,15 @@ Support For now please mail me directly at christoph@frida.xyz. There is also #frida on hackint. +Vision +------ + +frida is built on and around existing Free Software. The LLVM +Toolchain already offers more opportunities than can reasonably be +implemented soon. There is, for example, a integrated Debugger (LLDB) +and a C frontend that can be used to parse headers for function +declarations and structure definitions. + Screenshots -----------