https://github.com/vpoverennov/interception-cffi
Interception cffi bindings for python
https://github.com/vpoverennov/interception-cffi
cffi interception python
Last synced: about 1 month ago
JSON representation
Interception cffi bindings for python
- Host: GitHub
- URL: https://github.com/vpoverennov/interception-cffi
- Owner: vpoverennov
- License: lgpl-3.0
- Created: 2018-03-06T01:28:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T16:56:45.000Z (over 1 year ago)
- Last Synced: 2025-09-25T13:57:06.983Z (10 months ago)
- Topics: cffi, interception, python
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
interception-cffi
=================
[](https://pypi.org/project/interception/)
[](https://pypi.org/project/interception/)
[](https://pypi.org/project/interception/)
[](https://pypi.org/project/interception/)
[](https://pypi.org/project/interception/)

[](https://codecov.io/github/vpoverennov/interception-cffi)
Overview
--------
Python interception module is a low-level binding for [Interception][interception] library.
To use it you still need to install interception driver.
For installation guide refer to interception readme located in the [interception github repo][interception]
Installation
------------
`python -m pip install interception`
Usage
-----
Original samples are ported to python and can be found in [samples directory][samples]
You can also execute them as scripts using
`python -m interception.samples.x2y`
or list using
`python -m interception.samples`
[interception]: https://github.com/oblitum/interception/
[samples]: https://github.com/vpoverennov/interception-cffi/tree/master/samples