{"id":19430250,"url":"https://github.com/8dcc/source-netvar-dumper","last_synced_at":"2026-02-28T04:48:13.566Z","repository":{"id":185858320,"uuid":"674217651","full_name":"8dcc/source-netvar-dumper","owner":"8dcc","description":"NetVar offset dumper for source games in Linux","archived":false,"fork":false,"pushed_at":"2024-05-26T14:30:38.000Z","size":35,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T22:31:00.100Z","etag":null,"topics":["c","fuck-oop","game-hacking","linux","netvar","netvars-dumper","offsets","source-games"],"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/8dcc.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2023-08-03T12:09:01.000Z","updated_at":"2024-09-30T02:31:42.000Z","dependencies_parsed_at":"2024-04-22T14:06:47.703Z","dependency_job_id":null,"html_url":"https://github.com/8dcc/source-netvar-dumper","commit_stats":null,"previous_names":["8dcc/source-offset-finder","8dcc/source-netvar-dumper"],"tags_count":0,"template":false,"template_full_name":"8dcc/cheat-template","purl":"pkg:github/8dcc/source-netvar-dumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fsource-netvar-dumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fsource-netvar-dumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fsource-netvar-dumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fsource-netvar-dumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/source-netvar-dumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fsource-netvar-dumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29924864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["c","fuck-oop","game-hacking","linux","netvar","netvars-dumper","offsets","source-games"],"created_at":"2024-11-10T14:24:07.922Z","updated_at":"2026-02-28T04:48:13.538Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Source NetVar dumper\n#+options: toc:nil\n#+startup: showeverything\n#+author: 8dcc\n\n*NetVar offset dumper for source games in Linux.*\n\n#+TOC: headlines 2\n\n* Description\nUses netvars to get the offsets of classes in a source game. It writes to =stdout=\nand to =/tmp/source-netvar-dumper.log=.\n\n* Configuring\nYou might need to change the following settings depending on your source game:\n- The process name should be changed from the =process_name= variable in [[https://github.com/8dcc/source-netvar-dumper/blob/main/inject.sh][inject.sh]]\n- Relative location to =client.so= should be changed from the =CLIENT_SO= define in\n  [[https://github.com/8dcc/source-netvar-dumper/blob/main/src/main.c][src/main.c]]\n- The vtable index of the =GetAllClasses= function inside =IBaseClientDLL=. For\n  black mesa it's *index 10*, for csgo it's *index 8* afaik.\n\n* Building\n\n#+begin_src console\n$ git clone https://github.com/8dcc/source-netvar-dumper\n$ cd source-netvar-dumper\n$ make\n...\n#+end_src\n\n* Injecting\nUses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library.\n\n#+begin_src console\n$ ./injector.sh\n[sudo] password for username:\n\n...\n\nsource-netvar-dumper loaded!\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fsource-netvar-dumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fsource-netvar-dumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fsource-netvar-dumper/lists"}