Commit Graph

49 Commits

Author SHA1 Message Date
dependabot[bot] 38d8032d58 Bump minimist from 1.2.5 to 1.2.6 in /examples/web_client (#201) 2022-05-03 20:04:07 +02:00
dependabot[bot] 1db0583c14 Bump async from 2.6.3 to 2.6.4 in /examples/web_client (#205) 2022-05-03 20:03:42 +02:00
dependabot[bot] c52827f3e9 examples: Bump follow-redirects from 1.14.1 to 1.14.8 (#195) 2022-03-26 01:43:51 +01:00
dependabot[bot] f1031cea09 examples: Bump url-parse from 1.5.1 to 1.5.10 (#198) 2022-03-26 01:43:31 +01:00
Ole André Vadla Ravnås bbdcdfaca8 Upgrade web client example to match latest dbus-next
Where identifiers are being transformed to match idiomatic JS.
2021-07-08 01:38:54 +02:00
Ole André Vadla Ravnås 218db36d4c Bump dependencies of the web client example 2021-07-07 00:23:31 +02:00
Ole André Vadla Ravnås 3bca276575 Update to the new frida-core APIs 2021-07-06 23:36:00 +02:00
Ole André Vadla Ravnås 33ab29cedf Update web client example to the current HostSession API 2021-07-06 21:10:37 +02:00
Ole André Vadla Ravnås d4a40b3d74 Improve the query_system_parameters() example 2021-07-05 17:51:54 +02:00
dependabot[bot] c5f3c17634 Bump postcss from 7.0.35 to 7.0.36 in /examples/web_client (#182) 2021-07-01 21:37:41 +02:00
Ole André Vadla Ravnås bc1e5d752f Move to the new application and process query APIs 2021-07-01 21:36:39 +02:00
Ole André Vadla Ravnås deea77b429 Add Device.query_system_parameters() example 2021-06-17 18:14:47 +02:00
Ole André Vadla Ravnås a217308a9a Tweak the Bus example 2021-06-10 18:24:16 +02:00
Ole André Vadla Ravnås 7667e9716e Improve error-handling in PortalService example 2021-06-10 15:18:30 +02:00
Ole André Vadla Ravnås 99480dd678 Rename “session_persist_timeout” to “persist_timeout”
For consistency with the underlying API.
2021-06-08 18:39:20 +02:00
Ole André Vadla Ravnås 4cc9209c3d Add support for the new frida-core APIs 2021-06-08 02:25:25 +02:00
Ole André Vadla Ravnås 1a90214c37 Add support for the new channels API 2019-09-24 05:59:45 +02:00
Ole André Vadla Ravnås 7d8612bfa2 Use Module.getExportByName() where appropriate 2019-05-10 21:28:34 +02:00
Ole André Vadla Ravnås 9412e5b919 Remove redundant 'use strict' directives 2019-05-10 21:27:47 +02:00
Ole André Vadla Ravnås f238498cdc Add crash reporting example 2019-02-04 14:26:58 +01:00
Ole André Vadla Ravnås 72899a4315 Drop convenience APIs and split out tools (#142)
Most use-cases will need to use some JS API that we're not bridging, so
it's better to keep our bindings simple.

It has also become clear that our CLI tools should be split out so Frida-based
tools don't have to depend on colorama, prompt_toolkit, and pygments.
2018-07-10 20:08:56 +02:00
Ole André Vadla Ravnås 235982b9a0 Represent envp-style values as dicts instead of lists 2018-05-05 04:32:45 +02:00
Ole André Vadla Ravnås 490fbf20b8 Update to the new core API 2018-05-05 03:25:14 +02:00
Ole André Vadla Ravnås 8c989b2ec7 Update to the new core API 2018-05-03 00:05:25 +02:00
Ole André Vadla Ravnås 0c93601a29 Add missing encoding declaration 2018-05-03 00:05:14 +02:00
Ole André Vadla Ravnås b335d86fd5 Update to the new core API 2018-05-02 02:57:41 +02:00
Ole André Vadla Ravnås c846da1191 Improve the child gating example 2018-05-01 00:15:07 +02:00
Ole André Vadla Ravnås 066d15c025 Fix a minor inconsistency in the child-gating example 2018-04-26 23:54:39 +02:00
Ole André Vadla Ravnås 7ce4450c00 Add support for the new child gating API 2018-04-26 20:14:22 +02:00
Ole André Vadla Ravnås 6084f2fef4 Update mac → macos 2017-05-10 14:34:50 +02:00
Ole André Vadla Ravnås 1204a21fb3 Update to the new bytecode API 2017-05-02 01:15:54 +02:00
Ole André Vadla Ravnås 854a24a843 Add an example covering the detached signal 2017-01-11 03:50:46 +01:00
Ole André Vadla Ravnås 6e80688d17 Update to the new JIT toggling API 2017-01-08 21:37:50 +01:00
Ole André Vadla Ravnås 34b853b5c1 Improve the library injection examples 2016-11-27 22:12:24 +01:00
Ole André Vadla Ravnås 4d963f3a97 Add library injection examples 2016-11-27 22:07:04 +01:00
Ole André Vadla Ravnås 8ca9c0abb7 Update to the new 8.x API 2016-09-30 20:37:57 +02:00
Ole André Vadla Ravnås 4afd9debd4 Add support for the new bytecode APIs 2016-06-02 23:00:18 +02:00
Ole André Vadla Ravnås 364c5803aa Add a tiny RPC example 2016-06-02 14:44:34 +02:00
Ole André Vadla Ravnås 3f8bd009ca Name all scripts created internally 2015-04-16 02:46:14 +02:00
Ole André Vadla Ravnås 54f531e242 Update cpushark example to the new API 2014-01-25 23:38:19 +01:00
Ole André Vadla Ravnås fb84c7f5e2 Improve core API with a better model and skeleton of a simple reactor 2014-01-03 22:47:59 +01:00
Ole André Vadla Ravnås 1fbb9e9004 Add frida-trace command line skeleton based on the example 2013-12-29 17:14:07 +01:00
Ole André Vadla Ravnås c7bc053203 Allow passing pid and not just a process name 2013-12-24 12:26:29 +01:00
Ole André Vadla Ravnås c9aeb9b46b Pass process name to trace on command line 2013-12-20 19:26:52 +01:00
Karl Trygve Kalleberg 3109b5e078 Add example of using function tracer 2013-12-14 22:34:58 +01:00
Ole André Vadla Ravnås c3f49c52ef Show number of recv() calls 2013-10-20 20:45:38 +02:00
Ole André Vadla Ravnås 6e6500b341 Make use of call summaries instead of streaming all events 2013-10-20 19:34:50 +02:00
Ole André Vadla Ravnås d5873eb448 Improve cpushark example to also cover call probes 2013-10-18 00:05:05 +02:00
Ole André Vadla Ravnås 3446598523 Add a very basic example Mac app for code tracing 2013-10-16 23:29:53 +02:00