{"id":39099377,"url":"https://github.com/newworldcomingsoon/unknownfield","last_synced_at":"2026-01-17T19:01:43.423Z","repository":{"id":64614339,"uuid":"475944757","full_name":"NewWorldComingSoon/UnknownField","owner":"NewWorldComingSoon","description":"UnknownField is a tool based clang that obfuscating the order of fields to protect your C/C++ game or code.","archived":false,"fork":false,"pushed_at":"2023-01-21T18:06:35.000Z","size":149,"stargazers_count":39,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-03-04T00:57:07.286Z","etag":null,"topics":["clang","cpp","field","game","llvm","obfuscate","order","protection"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"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/NewWorldComingSoon.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":"2022-03-30T15:38:53.000Z","updated_at":"2023-03-02T13:42:14.000Z","dependencies_parsed_at":"2023-02-12T12:01:13.876Z","dependency_job_id":null,"html_url":"https://github.com/NewWorldComingSoon/UnknownField","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/NewWorldComingSoon/UnknownField","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2FUnknownField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2FUnknownField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2FUnknownField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2FUnknownField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewWorldComingSoon","download_url":"https://codeload.github.com/NewWorldComingSoon/UnknownField/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewWorldComingSoon%2FUnknownField/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clang","cpp","field","game","llvm","obfuscate","order","protection"],"created_at":"2026-01-17T19:01:42.852Z","updated_at":"2026-01-17T19:01:43.418Z","avatar_url":"https://github.com/NewWorldComingSoon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `UnknownField`\nUnknownField is a tool based clang that obfuscating the order of fields to protect your C/C++ game or code.\n\n![image](images/UnknownField-gui.png)\n\n## Before\n![image](images/UnknownField_before.png)\n\n## After\n![image](images/UnknownField_after.png)\n\n## Usage\n```\nUnknownField-cli.exe\nUsage: UnknownField-cli.exe [options] \u003csource0\u003e [... \u003csourceN\u003e]\n\nOptional arguments:\n-- -I                       - External include directory\n-g                          - Enable global obfucation\n```\n\n## Example commands:\n```bash\nUnknownField-cli.exe test.cpp\nUnknownField-cli.exe test.cpp -g\nUnknownField-cli.exe test.cpp -- -IE:\\External\\Directory\nUnknownField-cli.exe test.cpp -- -IE:\\External\\Directory1 -IE:\\External\\Directory2\n```\n\n## Example SDK:\n```C++\n#include \"sdk/UnknownFieldSDK.h\"\n#include \u003cWindows.h\u003e\nclass UnknownFieldProtection(MyClassX) {\npublic:\n  MyClassX();\n  ~MyClassX();\nprivate:\n  UCHAR name[300];\n  DWORD mp;\n  DWORD maxmp;\n  DWORD hp;\n  DWORD maxhp;\n  unsigned char level;\n};\n```\n\n## Usage Dependency\n- Visual Studio with SDK10 (without this you could not include windows.h in your file)\n\n## Build Dependency\n- [llvm-msvc](https://github.com/NewWorldComingSoon/llvm-msvc/releases)\n\n## Build\n```\ngit clone --recurse-submodules https://github.com/NewWorldComingSoon/UnknownField.git\ncd UnknownField\nset LLVM-MSVC-BIN=E:\\llvm\\llvm-msvc-bin  -\u003e You need to replace your path.\ncmake -Bbuild -DLLVM_DIR=%LLVM-MSVC-BIN%\\lib\\cmake\\llvm -DClang_DIR=%LLVM-MSVC-BIN%\\lib\\cmake\\clang\ncmake --build build --config Release -- -m\n```\n\n## TODO\n- Obfuscating the order of virtual functions.\n\n## Note\nThis project is currently still a demo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewworldcomingsoon%2Funknownfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewworldcomingsoon%2Funknownfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewworldcomingsoon%2Funknownfield/lists"}