Commit Graph

38 Commits

Author SHA1 Message Date
Ole André Vadla Ravnås 6084f2fef4 Update mac → macos 2017-05-10 14:34:50 +02:00
Viren Nadkarni 31a9fe5d01 Implement frida-kill command (#105) 2017-03-20 19:38:13 +01:00
Philippe Teuwen b098cf7cac Honor https_proxy when installing through setup.py
Fixes #99.
2017-01-19 00:34:34 +01:00
Ole André Vadla Ravnås 217f12e7da Update description 2016-12-14 23:58:18 +01:00
Ole André Vadla Ravnås 552dd5e7d7 Fix the local fallback and look in home directory instead 2016-04-25 22:18:40 +02:00
Ole André Vadla Ravnås c188bbf622 Improve the setup.py download fallback
- Try local fallback no matter which network call fails.
- Allow the extension inside the .egg to have a slightly different name.
2016-04-25 21:51:57 +02:00
Ole André Vadla Ravnås 207d711e07 Fix setup.py download fallback
We now make use of the PyPI API to find the download URL instead of making
assumptions about their URL scheme, as it may change at any time.
2016-04-25 20:20:54 +02:00
Grazfather d83bea267f Improve error message when install fails 2016-03-16 19:08:21 -07:00
superkhung 48acc558f0 Set prompt-toolkit to version 0.57+ 2016-01-08 18:41:45 +07:00
Ole André Vadla Ravnås d5b29f700f Lock the prompt-toolkit version to 0.38
The newer 0.54 isn't API-compatible.
2015-11-02 15:00:16 +01:00
Nikita Abdullin d49be0de62 minor refactoring -- coding style
add missing spaces
2015-10-22 13:53:12 +02:00
Nikita Abdullin f06ffc8d96 modify setup.py
dirty hack for offline install: search for the egg file in the current folder
2015-10-21 16:04:50 +02:00
Ole André Vadla Ravnås ee890dcb43 Update setup.py to match new build server configuration 2015-10-06 02:35:37 +02:00
Ole André Vadla Ravnås f89dc4712b Add frida-ls-devices CLI tool for listing devices 2015-09-17 00:05:19 +02:00
Ole André Vadla Ravnås dedfb7b68e Fix the Linux download URL computation 2015-08-19 23:36:54 +02:00
Ole André Vadla Ravnås 8487442aa8 Fix the PyPI download URL for windows-i386
Thanks to barbershopper for reporting.
2015-07-20 16:49:13 +02:00
Ole André Vadla Ravnås 1e0506b283 Fix parsing of PKG-INFO containing CRLFs 2015-07-15 02:28:21 +02:00
Ole André Vadla Ravnås b5da39e25a Fix Py3k compatibility issues 2015-07-15 01:42:12 +02:00
Ole André Vadla Ravnås fd29d79dc1 Add support for generating a (pretend) source package
This allows installing Frida with pip. We stub out the actual extension
compilation to download the `.egg` and extract the extension from it.
2015-07-15 00:14:43 +02:00
Asger Hautop Drewsen f37ec87b2c Add prompt-toolkit and pygments to setup 2015-06-03 14:33:26 +02:00
Ole André Vadla Ravnås ae99674c6d Fix installation of the frida tool
There was a conflict between the directory and the tool with the same name.
2015-04-18 00:39:12 +02:00
Fitblip 616d4b93fa Tweak setup.py to make frida-repl just frida from the command line. 2015-03-24 04:34:46 -07:00
Ole André Vadla Ravnås e153de908c Fix the setup.py license field 2014-07-26 18:39:56 +02:00
Ole André Vadla Ravnås 3868d5b19c Update license details in setup.py 2014-07-10 23:48:09 +02:00
Ole André Vadla Ravnås db6a80d09a Update setup.py metadata 2014-05-14 01:20:05 +02:00
Ole André Vadla Ravnås cbb386d560 Add a very basic REPL 2014-02-08 02:33:17 +01:00
Ole André Vadla Ravnås 0f8a971358 Add a little ps tool for enumerating processes on the desired device 2014-01-12 18:49:02 +01:00
Ole André Vadla Ravnås 16b2cbe705 Add COPYING and change license to LGPLv2+ 2014-01-11 20:37:07 +01:00
Ole André Vadla Ravnås 5813cf51a5 Fix Py3k compatibility issue 2014-01-06 00:50:14 +01:00
Ole André Vadla Ravnås c32fb8bfd7 Improve description 2014-01-05 14:34:17 +01:00
Ole André Vadla Ravnås e60ef52fee Improve PyPI metadata 2014-01-05 14:32:12 +01:00
Ole André Vadla Ravnås f69090499f Improve discoverer to roughly cover sampling and presentation 2014-01-03 22:49:06 +01:00
Ole André Vadla Ravnås 4a6325eb16 Add skeleton for a function discovery tool 2014-01-02 16:35:08 +01:00
Ole André Vadla Ravnås d9988b6572 Use setuptools' distutils wrapper 2013-12-29 19:54:28 +01:00
Ole André Vadla Ravnås 11de04f56d Move tracer console app and expose as console script also 2013-12-29 19:31:54 +01:00
Ole André Vadla Ravnås 5e3b56bbff Drop the PREBUILT_ prefix 2013-12-29 19:27:25 +01:00
Ole André Vadla Ravnås 2182030cb1 Pass version through environment variable 2013-12-29 19:26:58 +01:00
Ole André Vadla Ravnås ab82cd86db Improve setup.py so it can be used for packaging 2013-12-29 19:04:41 +01:00