The process-snapshots-toolkit project team welcomes contributions from the community. Before you start working with process-snapshots-toolkit, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.
Good understanding of Ghidra internals and how to use it as command line tool.
Understanding of Windows memory layout and PE format.
- Report/Fix bugs
- Suggest/Implement enhancements
Follow the GitHub process
Python - PEP8 standards: https://pypi.python.org/pypi/pep8
Before commiting the code, please run pylint.sh and black.sh to check for errors/warning and correct code formatting.
We follow the conventions on How to Write a Git Commit Message.
Be sure to include any related GitHub issue references in the commit message. See GFM syntax for referencing issues and commits.