GitHub - dlegezo/common By Denis Legezo Archived: 2026-04-05 13:45:18 UTC Skip to content Navigation Menu AI CODE CREATION GitHub CopilotWrite better code with AI GitHub SparkBuild and deploy intelligent apps GitHub ModelsManage and compare prompts MCP RegistryNewIntegrate external tools View all features Pricing Sign up Notifications Fork 2 Star 2 Folders and files https://github.com/dlegezo/common Page 1 of 3 Name Name Last commit message Last commit date Latest commit Denis Legezo Montys Three external sender decryptor added Oct 14, 2020 e02da43 · Oct 14, 2020 History 29 Commits base base Origami Elephant C2 decryptor optimisation Jun 27, 2020 converter converter Montys Three external sender decryptor added Sep 13, 2020 io io Montys Three external sender decryptor added Oct 14, 2020 logger logger Basic C++ logger May 5, 2020 malware malware Montys Three external sender decryptor added Sep 13, 2020 mbedtls mbedtls Montys Three external sender decryptor added Sep 13, 2020 https://github.com/dlegezo/common Page 2 of 3 Name Name Last commit message Last commit date profiler profiler Basic C++ logger May 5, 2020 zlib-1.1.4 zlib-1.1.4 Mining campaign config and plugins decryptor, zlib Jun 3, 2020 README.md README.md Update README.md May 18, 2020 README Common custom decryption C++ libraries Usage sample: #include "./malware/microcin/microcin.h" using namespace std; int main() { try { parse_microcin_config(""); parse_microcin_stegano(""); return 0; } catch (runtime_error e) { cout << e.what(); return 1; } } Source: https://github.com/dlegezo/common https://github.com/dlegezo/common Page 3 of 3