
Security News
CISA Rebuffs Funding Concerns as CVE Foundation Draws Criticism
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
.. image:: https://badge.fury.io/py/pybcj.svg :target: https://badge.fury.io/py/pybcj
.. image:: https://img.shields.io/conda/vn/conda-forge/pybcj :target: https://anaconda.org/conda-forge/pybcj
.. image:: https://dev.azure.com/miurahr/CodeBerg/_apis/build/status/CodeBerg-pybcj-CI?branchName=main :target: https://dev.azure.com/miurahr/CodeBerg/_build/latest?definitionId=32&branchName=main
.. image:: https://coveralls.io/repos/github/miurahr/pybcj/badge.svg?branch=main :target: https://coveralls.io/github/miurahr/pybcj?branch=main
In data compression, BCJ, short for Branch-Call-Jump, refers to a technique that improves the compression of machine code of executable binaries by replacing relative branch addresses with absolute ones. This allows a LZMA compressor to identify duplicate targets and archive higher compression rate.
BCJ is used in 7-zip compression utility as default filter for executable binaries.
pybcj is a python bindings with BCJ implementation by C language. The C codes are derived from p7zip, portable 7-zip implementation. pybcj support Intel/Amd x86/x86_64, Arm/Arm64, ArmThumb, Sparc, PPC, and IA64.
A development status is considered as Beta
state.
As usual, you can install pybcj using python standard pip command.
.. code-block::
pip install pybcj
Alternatively, one can also use conda:
.. code-block::
conda install -c conda-forge pybcj
SETUPTOOLS_USE_DISTUTILS=stdlib
to install.FAQs
bcj filter library
We found that pybcj demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.