{"id":13839575,"url":"https://github.com/mdsecactivebreach/firewalker","last_synced_at":"2025-10-05T08:53:36.265Z","repository":{"id":45170873,"uuid":"288148125","full_name":"mdsecactivebreach/firewalker","owner":"mdsecactivebreach","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-17T14:40:40.000Z","size":5,"stargazers_count":149,"open_issues_count":0,"forks_count":33,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-12T21:36:26.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdsecactivebreach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-17T10:16:58.000Z","updated_at":"2025-04-10T15:48:27.000Z","dependencies_parsed_at":"2022-07-13T18:21:33.528Z","dependency_job_id":null,"html_url":"https://github.com/mdsecactivebreach/firewalker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdsecactivebreach/firewalker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsecactivebreach%2Ffirewalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsecactivebreach%2Ffirewalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsecactivebreach%2Ffirewalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsecactivebreach%2Ffirewalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsecactivebreach","download_url":"https://codeload.github.com/mdsecactivebreach/firewalker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsecactivebreach%2Ffirewalker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278431565,"owners_count":25985686,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-04T17:00:30.536Z","updated_at":"2025-10-05T08:53:36.226Z","avatar_url":"https://github.com/mdsecactivebreach.png","language":"C","readme":"# FireWalker Instructions\n\nThis repo contains a simple library which can be used to add FireWalker hook bypass capabilities to existing code; the FireWalker concept is described on the MDSec blog at https://www.mdsec.co.uk/2020/08/firewalker-a-new-approach-to-generically-bypass-user-space-edr-hooking/.\n\nTo use the library just `#include` the FireWalker.h source file within existing C++ code and wrap API calls which may be hooked with `FIREWALK`, e.g.:\n\n```c++\n    if (!FIREWALK(QueueUserAPC((PAPCFUNC)lpvRemote, hRemoteThread, NULL)))\n    {\n        printf(\"QueueUserAPC failed\\n\");\n        return 1;\n    }\n```\n\nAt present FireWalker only supports 32-bit code with 32-bit hooks; x64 and WoW64 support may be added if the concept is popular.\n\n","funding_links":[],"categories":["C","C (286)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsecactivebreach%2Ffirewalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsecactivebreach%2Ffirewalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsecactivebreach%2Ffirewalker/lists"}