{"id":19146053,"url":"https://github.com/liulilittle/nethook","last_synced_at":"2025-06-28T13:41:32.290Z","repository":{"id":113757528,"uuid":"59177073","full_name":"liulilittle/NetHook","owner":"liulilittle","description":"it is a can make .net / clr applications can be the underlying hook winapi, and modify api execution flow. ","archived":false,"fork":false,"pushed_at":"2016-05-21T07:37:16.000Z","size":36,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T02:03:53.056Z","etag":null,"topics":["asm","assembly","csharp","hook","hooking","inline","inline-hook","intel","windows","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liulilittle.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}},"created_at":"2016-05-19T05:41:20.000Z","updated_at":"2025-04-17T06:23:41.000Z","dependencies_parsed_at":"2023-05-06T20:18:05.875Z","dependency_job_id":null,"html_url":"https://github.com/liulilittle/NetHook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liulilittle/NetHook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FNetHook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FNetHook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FNetHook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FNetHook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liulilittle","download_url":"https://codeload.github.com/liulilittle/NetHook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FNetHook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262439255,"owners_count":23311312,"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":["asm","assembly","csharp","hook","hooking","inline","inline-hook","intel","windows","x86","x86-64"],"created_at":"2024-11-09T07:42:58.212Z","updated_at":"2025-06-28T13:41:32.274Z","avatar_url":"https://github.com/liulilittle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetHook\nit is a can make .net / clr applications can be the underlying hook winapi, and modify api execution flow. you can use it to accomplish want in RING3 layer any hook a winapi.in the open source code, contains a code demo.\n\nin the nethook use the code asm code.\n1. x86 // E9 00 00 00 00\n    jmp rva\n\n2. x64 // 48 B8 00 00 00 00 00 00 00 00 FF E0\n   mov rax, va\n   jmp rax\n\nbut of course, there are many ways, and not just above two, for example, in x64, you also can do.\n  mov rax, va // 48H B8H XX XX XX XX XX XX XX XX 50H C3H\n  push rax\n  ret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fnethook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliulilittle%2Fnethook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fnethook/lists"}