Commit Graph

11 Commits

Author SHA1 Message Date
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 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