项目作者: vpoverennov

项目描述 :
Interception cffi bindings
高级语言: Python
项目地址: git://github.com/vpoverennov/interception-cffi.git
创建时间: 2018-03-06T01:28:44Z
项目社区:https://github.com/vpoverennov/interception-cffi

开源协议:GNU Lesser General Public License v3.0

下载


interception-cffi

PyPI - Version
PyPI - Downloads
PyPI - Implementation
PyPI - Python Version
PyPI - Wheel

GitHub Actions Workflow Status
codecov

Overview

Python interception module is a low-level binding for 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

Installation

python -m pip install interception

Usage

Original samples are ported to python and can be found in samples directory

You can also execute them as scripts using
python -m interception.samples.x2y

or list using
python -m interception.samples