{"id":19641180,"url":"https://github.com/thirteenag/hooking.patterns","last_synced_at":"2025-04-28T12:31:09.774Z","repository":{"id":72844174,"uuid":"81226438","full_name":"ThirteenAG/Hooking.Patterns","owner":"ThirteenAG","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-15T11:04:53.000Z","size":39,"stargazers_count":40,"open_issues_count":0,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-15T12:42:52.750Z","etag":null,"topics":["cpp","pattern-matching","patterns"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThirteenAG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2017-02-07T16:01:26.000Z","updated_at":"2024-08-15T11:04:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b334b8ad-cbc9-489d-a795-791f44b35c12","html_url":"https://github.com/ThirteenAG/Hooking.Patterns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThirteenAG%2FHooking.Patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThirteenAG%2FHooking.Patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThirteenAG%2FHooking.Patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThirteenAG%2FHooking.Patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThirteenAG","download_url":"https://codeload.github.com/ThirteenAG/Hooking.Patterns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224115771,"owners_count":17258238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cpp","pattern-matching","patterns"],"created_at":"2024-11-11T14:08:10.730Z","updated_at":"2024-11-11T14:08:12.049Z","avatar_url":"https://github.com/ThirteenAG.png","language":"C++","readme":"Hooking.Patterns\n----------------\nSample:\n\n```cpp\n#include \"stdafx.h\"\n#include \u003cWindows.h\u003e\n#include \"Hooking.Patterns.h\"\n\nint main()\n{\n    auto pattern = hook::pattern(\"54 68 69 73 20 70 72 6F 67 72\");\n    if (!pattern.count_hint(1).empty())\n    {\n        auto text = pattern.get(0).get\u003cchar\u003e(0);\n        MessageBoxA(0, text, text, 0);\n    }\n    return 0;\n}\n```\n\nResult:\n\n![MessageBox](http://i.imgur.com/Tuijf2I.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthirteenag%2Fhooking.patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthirteenag%2Fhooking.patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthirteenag%2Fhooking.patterns/lists"}