{"id":21076491,"url":"https://github.com/phrozenio/snippets","last_synced_at":"2026-02-14T13:02:22.684Z","repository":{"id":64712676,"uuid":"568822615","full_name":"PhrozenIO/Snippets","owner":"PhrozenIO","description":"Repository that will progressively hold tiny projects and code snippets.","archived":false,"fork":false,"pushed_at":"2025-06-13T08:58:45.000Z","size":684,"stargazers_count":21,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-21T18:15:28.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhrozenIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-21T13:38:06.000Z","updated_at":"2025-07-31T20:58:51.000Z","dependencies_parsed_at":"2024-05-02T02:55:21.047Z","dependency_job_id":"80cd7261-4d48-4c73-8a57-b5bc09ef02df","html_url":"https://github.com/PhrozenIO/Snippets","commit_stats":null,"previous_names":["phrozenio/snippets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhrozenIO/Snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhrozenIO%2FSnippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhrozenIO%2FSnippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhrozenIO%2FSnippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhrozenIO%2FSnippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhrozenIO","download_url":"https://codeload.github.com/PhrozenIO/Snippets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhrozenIO%2FSnippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29444047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T19:28:40.270Z","updated_at":"2026-02-14T13:02:22.669Z","avatar_url":"https://github.com/PhrozenIO.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🌳 Snippets Tree\n\n### General\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Images/mgallery.png\"/\u003e\n\u003c/p\u003e\n\n[Visit Official Malware Gallery Website](https://www.malwaregallery.com)\n\n* Delphi\n\t* [Search For Registry Keys / Values](Malware%20Gallery/search-for-registry-keys-values.pas)\n\t* [Dump Process Memory Via MiniDumpWriteDump](Malware%20Gallery/dump-process-memory-via-minidumpwritedump.pas)\n\t* [Dump Process Memory Via ReadProcessMemory](Malware%20Gallery/dump-process-memory-via-readprocessmemory.pas)\n\t* [Enumerate Files Via FindFirstFile / FindNextFile](Malware%20Gallery/enumerate-files-via-FindFirstFile-FindNextFile.pas)\n\t* [Search For Files Via FindFirstFile / FindNextFile](Malware%20Gallery/search-for-files-via-FindFirstFile-FindNextFile.pas)\n\t* [Enumerate Process Modules Via CreateToolhelp32Snapshot](Malware%20Gallery/enumerate-process-modules-via-CreateToolhelp32Snapshot.pas)\n\t* [Enumerate Remote Process Modules Via PEB](Malware%20Gallery/enumerate-remote-process-modules-via-peb.pas)\n\t* [Enumerate Local Process Modules Via PEB](Malware%20Gallery/enumerate-local-process-modules-via-peb.pas)\n\t* [Enumerate Remote Shares via WNetEnumResource](Malware%20Gallery/enumerate-remote-shares-via-WNetEnumResource.pas)\n\t* [Change Window State](Malware%20Gallery/change-window-state.pas)\n\t* [Check Process Elevation](Malware%20Gallery/check-process-elevation.pas)\n\t* [Close Process via SendMessage](Malware%20Gallery/close-process-via-SendMessage.pas)\n\t* [Close Process via TerminateProcess](Malware%20Gallery/close-process-via-TerminateProcess.pas)\n\t* [Close Window via PostMessage](Malware%20Gallery/close-window-via-PostMessage.pas)\n\t* [Copy ANSI Text to Clipboard via SetClipboardData](Malware%20Gallery/copy-ansi-text-to-clipboard-via-SetClipboardData.pas)\n\t* [Copy Files to Clipboard via SetClipboardData](Malware%20Gallery/copy-files-to-clipboard-via-SetClipboardData.pas)\n\t* [Copy Unicode Text to Clipboard via SetClipboardData](Malware%20Gallery/copy-unicode-text-to-clipboard-via-SetClipboardData.pas)\n\t* [Desktop Window Screenshot via BitBlt](Malware%20Gallery/desktop-window-screenshot-via-BitBlt.pas)\n\t* [Enumerate Network Share via NetShareEnum](Malware%20Gallery/enumerate-network-share-via-NetShareEnum.pas)\n\t* [Enumerate Process via CreateToolhelp32Snapshot](Malware%20Gallery/enumerate-process-via-createtoolhelp32snapshot.pas)\n\t* [Enumerate Process via Error Exception](Malware%20Gallery/enumerate-process-via-error-exception.pas)\n\t* [Enumerate Process via NtQuerySystemInformation](Malware%20Gallery/enumerate-process-via-NtQuerySystemInformation.pas)\n\t* [Enumerate Window via EnumWindows](Malware%20Gallery/enumerate-window-via-EnumWindows.pas)\n\t* [Enumerate Windows Registry WinAPI](Malware%20Gallery/enumerate-windows-registry-winapi.pas)\n\t* [Enumerate Windows Services via EnumServicesStatus](Malware%20Gallery/enumerate-windows-services-via-EnumServicesStatus.pas)\n\t* [Enumerate Windows Usernames](Malware%20Gallery/enumerate-windows-usernames.pas)\n\t* [Execute Application via CreateProcess](Malware%20Gallery/execute-application-via-CreateProcess.pas)\n\t* [Execute Application via ShellExecute](Malware%20Gallery/execute-application-via-ShellExecute.pas)\n\t* [Execute Application via WinExec](Malware%20Gallery/execute-application-via-winexec.pas)\n\t* [Get Active Window Title](Malware%20Gallery/get-active-window-title.pas)\n\t* [Get Computer Name](Malware%20Gallery/get-computer-name.pas)\n\t* [Get Current Windows User](Malware%20Gallery/get-current-windows-user.pas)\n\t* [Get Main Hard Drive Serial](Malware%20Gallery/get-main-hard-drive-serial.pas)\n\t* [Get Process Name via QueryFullProcessImageName](Malware%20Gallery/get-process-name-via-queryfullprocessimagename.pas)\n\t* [Get User Idle Time](Malware%20Gallery/get-user-idle-time.pas)\n\t* [Get User SID](Malware%20Gallery/get-user-sid.pas)\n\t* [Get Window Caption Title](Malware%20Gallery/get-window-caption-title.pas)\n\t* [Message Hijacking via SetWindowLongPtr](Malware%20Gallery/message-hijacking-via-SetWindowLongPtr.pas)\n\t* [Open/Close CD/DVD Tray](Malware%20Gallery/open-close-cddvd-tray.pas)\n\t* [Show/Hide Window](Malware%20Gallery/show-hide-window.pas)\n\t* [Update Window Caption](Malware%20Gallery/update-window-caption.pas)\n\t* [Update Window Opacity Level](Malware%20Gallery/update-window-opacity-level.pas)\n\n---\n\n### Unprotect\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Images/Unprotect.png\"/\u003e\n\u003c/p\u003e\n\n[Visit Official Unprotect Website](https://unprotect.it)\n\n* Delphi\n\t* [APCRun](Unprotect/Delphi/APCRun.dpr)\n\t* [APCInjector](Unprotect/Delphi/APCInjector.dpr)\n\t* [RunPE](Unprotect/Delphi/RunPE.dpr)\n\t* [ProcEnvInjection_DLLInjection](Unprotect/Delphi/ProcEnvInjection_DLLInjection.dpr)\n\t* [DLLInjection_CreateRemoteThread_LoadLibrary](Unprotect/Delphi//DLLInjection_CreateRemoteThread_LoadLibrary.dpr)\n\t* [DetectMouseMove](Unprotect/Delphi/DetectMouseMove.dpr)\n\t* [NtQueryProcessInformation](Unprotect/Delphi/NtQueryProcessInformation.dpr)\n\t* [Melt](Unprotect/Delphi/Melt.dpr)\n\t* [AntiSandboxScanService](Unprotect/Delphi/AntiSandboxScanService.dpr)\n\t* [UntDataStreamObject](Unprotect/Delphi/UntDataStreamObject.pas)\n\t* [NtQueryObject](Unprotect/Delphi/NtQueryObject.dpr)\n\t* [ADB_NtSetInformationThread](Unprotect/Delphi/ADB_NtSetInformationThread.dpr)\n\t* [IsDebuggerPresent](Unprotect/Delphi/IsDebuggerPresent.dpr)\n\t* [NtSetDebugFilterState](Unprotect/Delphi/NtSetDebugFilterState.dpr)\n\t* [OutputDebugString](Unprotect/Delphi/OutputDebugString.dpr)\n\t* [SuspendThread](Unprotect/Delphi/SuspendThread.dpr)\n\t* [FindWindowAPI](Unprotect/Delphi/FindWindowAPI.dpr)\n\t* [UntPEBDebug](Unprotect/Delphi/UntPEBDebug.pas)\n\t* [FtpC2](Unprotect/Delphi/FtpC2.pas)\n\t* [SMB / Named Pipes](Unprotect/Delphi/NamedPipes_SMB.pas)\n\t* [ReflectiveDLL](Unprotect/Delphi/ReflectiveDLL.dpr)\n\n\n\n* C#\n\t* [Timestomp](Unprotect/CS/Timestomp.cs)\n\t* [Melt](Unprotect/CS/Melt.cs)\n\t* [DetectMacAddress](Unprotect/CS/DetectMacAddress.cs)\n\t* [NtQueryInformationProcess](Unprotect/CS/NtQueryInformationProcess.cs)\n\t* [FtpC2](Unprotect/CS/FtpC2.cs)\n\t* [SMB / Named Pipes](Unprotect/CS/NamedPipes_SMB.cs)\n\n\n* Python\n\t* [CodeCaveHelper](Unprotect/Python/CodeCaveHelper.py)\n\t* [FindWindow](Unprotect/Python/FindWindow.py)\n\n * FASM32\n\t* [APC Injection](Unprotect/FASM/x32/apc_injection.asm)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Images/Phrozen.png\"/\u003e\n\u003c/p\u003e\n\n[Visit Official Phrozen Website](https://www.phrozen.io)\n\n* Delphi\n\t* [SelectFilesOnExplorer](Delphi/SelectFilesOnExplorer/)\n\t* [UntEnumDLLExport.pas](Delphi/UntEnumDLLExport.pas)\n\t* [GetProcAddress_ALT_Example](Delphi/GetProcAddress_ALT_Example.pas)\n\t* [GetProcessName_Method1](Delphi/GetProcessName_Method1.pas)\n\t* [GetProcessName_Method2](Delphi/GetProcessName_Method2.pas)\n\t* [GetProcessName_Method2_Remote](Delphi/GetProcessName_Method2_Remote.pas)\n\t* [GetProcessName_Method3](Delphi/GetProcessName_Method3.pas)\n\t* [GetProcessName_Method4](Delphi/GetProcessName_Method4.pas)\n\n* Python\n  \t* [cave-explorer.py](Python/cave-explorer.py)\n\t* [ExtractStrings.py](Python/ExtractStrings.py)\n\t* [malinx.py](Python/malinx.py)\n\n* CSharp (C#)\n\t* [CheckExplorerExeExtensions.cs](CS/CheckExplorerExeExtensions.cs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphrozenio%2Fsnippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphrozenio%2Fsnippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphrozenio%2Fsnippets/lists"}