Skip to main content

inoffical wrapper for FastCopy https://github.com/FastCopyLab/FastCopy

Project description

Inofficial Pyton wrapper for ProcDump - Windows Sysinternals | Microsoft Docs

Very easy to use:

    dumpfile = r"C:\MiniDumpWithFullMemoryx.dmp"

    pid = 16544

    createdump = True

    if createdump:

        erg = (

            ProcDump(executeable=r"C:\Program Files\procdump.exe")

            .o()

            .ma()

            .add_own_parameter_or_option(f"{pid}")

            .add_target_file_or_folder([dumpfile])

            .run()

        )



        )

Project details


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