{"id":16551777,"url":"https://github.com/kkent030315/ntsymbol","last_synced_at":"2025-03-16T19:33:05.832Z","repository":{"id":39571190,"uuid":"426891207","full_name":"kkent030315/NtSymbol","owner":"kkent030315","description":"Resolve DOS MZ executable symbols at runtime","archived":false,"fork":false,"pushed_at":"2021-11-12T04:07:12.000Z","size":33,"stargazers_count":96,"open_issues_count":0,"forks_count":25,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-09T05:43:09.479Z","etag":null,"topics":["kernel","ntsymbol","rootkit","rootkits","symbol","symbols","windows"],"latest_commit_sha":null,"homepage":"","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/kkent030315.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}},"created_at":"2021-11-11T06:12:39.000Z","updated_at":"2025-01-25T23:15:16.000Z","dependencies_parsed_at":"2022-08-29T12:02:19.354Z","dependency_job_id":null,"html_url":"https://github.com/kkent030315/NtSymbol","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/kkent030315%2FNtSymbol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkent030315%2FNtSymbol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkent030315%2FNtSymbol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkent030315%2FNtSymbol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkent030315","download_url":"https://codeload.github.com/kkent030315/NtSymbol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826797,"owners_count":20354221,"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":["kernel","ntsymbol","rootkit","rootkits","symbol","symbols","windows"],"created_at":"2024-10-11T19:43:08.275Z","updated_at":"2025-03-16T19:33:05.504Z","avatar_url":"https://github.com/kkent030315.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"image.png\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/kkent030315/NtSymbol?style=for-the-badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/kkent030315/NtSymbol?style=for-the-badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/workflow/status/kkent030315/NtSymbol/MSBuild?style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n# NtSymbol\n\nResolve DOS MZ executable symbols at runtime\n\n# Example\n\nYou no longer have not have to use memory pattern scan inside your sneaky rootkit. Pass the RVAs into your kernel payloads!\n\n```cpp\nint main()\n{\n    ntsymbol ntoskrnl(\"%SYSTEMROOT%\\\\system32\\\\ntoskrnl.exe\");\n    ntoskrnl.init();\n    /* Useful for retriving NTOS image base without any calls */\n    const auto RvaPsNtosImageBase = ntoskrnl.resolve(L\"PsNtosImageBase\");\n    \n    \n    ntsymbol cidll(\"%SYSTEMROOT%\\\\system32\\\\CI.dll\");\n    cidll.init();\n    /* DSE Bypass! */\n    const auto RvaCiOptions = cidll.resolve(L\"g_CiOptions\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkent030315%2Fntsymbol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkent030315%2Fntsymbol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkent030315%2Fntsymbol/lists"}