
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
cpp-demangle
Advanced tools
.. image:: https://github.com/benfred/py-cpp-demangle/workflows/Build/badge.svg?branch=master :target: https://github.com/benfred/py-cpp-demangle/actions?query=branch%3Amaster
A package for demangling C++ linker symbol strings
This package provides python bindings for the rust crate
cpp_demangle <http://github.com/gimli-rs/cpp_demangle>_ by building
a native Python extension using PyO3 <https://github.com/pyO3/pyO3>_.
This is mainly an experiment in creating python extensions in Rust.
A blog post about this is here. <https://www.benfrederickson.com/writing-python-extensions-in-rust-using-pyo3/>_
To install
.. code-block:: python
pip install cpp-demangle
Building from source requires the nightly version of the rust compiler.
This module exposes a single function that transforms C++ linker symbols to a human readable representation.
.. code-block:: python
from cpp_demangle import demangle
print(demangle('_ZN7mangled3fooEd'))
# prints 'mangled::foo(double)'
Released under the MIT License
FAQs
A package for demangling C++ linker symbols
We found that cpp-demangle 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.