X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=README;fp=README;h=a862f6039100a75e24308d5b518b3f4eb3522fad;hp=0000000000000000000000000000000000000000;hb=a066bc221527cb9d48ab669c21da2b36f0364bda;hpb=3a4d56589efd125ddf252af617cca511fe806254 diff --git a/README b/README new file mode 100644 index 0000000..a862f60 --- /dev/null +++ b/README @@ -0,0 +1,32 @@ +FrIDa +===== + +Building +-------- + +FrIDa uses cmake. To build it you can do the following + +.. code-block:: + bash + + mkdir build + cd build + cmake -DCMAKE_BUILD_TYPE=Release .. + make -j + make install + +If you do not want to install frida, you can runn it locally. However +you need to add the ``build`` directory to ``LD_LIBRARY_PATH`` + +For details refer to https://doc.frida.xyz + +Bug Reports +----------- + +Bugs can be reported at https://projects.faui2k9.de/tag/frida/ or via +mail to christoph@frida.xyz + +.. + Local Variables: + mode: rst + End: