Ole André Vadla Ravnås
a9caf62a0c
Reformat with black 26.3.1
2026-04-26 17:47:34 +02:00
Ole André Vadla Ravnås
9b15bde24e
examples: Fix the child gating example
2026-03-25 21:04:14 +01:00
Yotam Nachum
fc00ac2b75
Automatically format code with Black and Isort
2022-09-12 20:59:52 +03:00
Yotam Nachum
c4785c3f7c
Use f-strings
...
f-strings is a new, shorter alternative to `.format` method that was
introduced in Python 3.6.
2022-09-12 20:59:52 +03:00
Yotam Nachum
0d9e17f757
Remove object parent class
...
Python 3 classes inherit from object class implicitly
2022-09-12 11:55:02 +03:00
Yotam Nachum
27337a5ce5
Remove unused backward compatibility header
2022-09-12 11:55:00 +03: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
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