]> git.siccegge.de Git - frida/web.git/commitdiff
Website updates
authorChristoph Egger <christoph@Linde>
Sun, 26 Apr 2015 15:49:21 +0000 (17:49 +0200)
committerChristoph Egger <christoph@Linde>
Sun, 26 Apr 2015 15:49:21 +0000 (17:49 +0200)
 + llvm 3.6 support
 + pe / macho support
 + don't mention planned features as features
 + vision

src/download.txt
src/index.txt

index 919cfe145d1038a766e970be1b71c0d6458f86a8..bc46238188c469e526e4e99d6fd78bdfa54f2167 100644 (file)
@@ -18,28 +18,8 @@ Source code is available in git (GitWeb_).::
 Building Frida
 --------------
 
 Building Frida
 --------------
 
-Frida requires several libraries to build, including
+For building Frida refer to the documentation:
 
 
-+ LLVM 3.5
-+ Qt >= 5.1
-+ guile-2.0
-+ log4cxx
-+ quazip
-+ gtest
-+ gmock
-+ cmake
-
-On debian jessie, the following command should do:
-
-.. code-block:: bash
-
-   apt-get install libquazip-qt5-dev liblog4cxx10-dev qtbase5-dev guile-2.0-dev google-mock cmake g++ llvm-3.5-dev
-
-
-Building itself works just as you would expect for a cmake project: ::
-
-  cmake .
-  make -j
-  ./frida
+https://doc.frida.xyz/installing.html
 
 .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git
 
 .. _GitWeb: https://git.siccegge.de/?p=frida/frida.git
index b090165ce2106d6739e4a0b90b974bb58ad4a115..68fdc12ff548e89163f8b061ad80d5d3b6a1caca 100644 (file)
@@ -6,14 +6,12 @@ restindex
 What is it
 ----------
 
 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
 -------
 
 Support
 -------
@@ -21,6 +19,15 @@ Support
 For now please mail me directly at christoph@frida.xyz. There is also
 #frida on hackint.
 
 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
 -----------
 
 Screenshots
 -----------