Skip to main content

Protect process memory

Project description

block_tracing

block_tracing is a tiny Python library that can be used to prevent debuggers and other applications from inspecting the memory within your process.

This is important for applications that store sensitive material in memory, like keys.

How to Use

Just call a function at the start of execution of your script.

from block_tracing import block_tracing

try:
    block_tracing()
except (NotImplementedError, OSError):
    # handle failures
    pass

Contact

Rian Hunter @cejetvole

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

block_tracing-1.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

block_tracing-1.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page