{"id":28034989,"url":"https://github.com/a2p1k02/obfus","last_synced_at":"2026-04-29T10:09:11.708Z","repository":{"id":291921108,"uuid":"979217836","full_name":"a2p1k02/obfus","owner":"a2p1k02","description":"A small program to obfuscate C++ code","archived":false,"fork":false,"pushed_at":"2025-05-21T04:19:42.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T14:43:02.169Z","etag":null,"topics":["cpp","obfuscation","obfuscator","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/a2p1k02.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-07T07:13:45.000Z","updated_at":"2025-05-21T04:19:44.000Z","dependencies_parsed_at":"2025-05-11T12:00:46.785Z","dependency_job_id":"cf1783fd-d179-463a-9ff3-f40f4bf13c4a","html_url":"https://github.com/a2p1k02/obfus","commit_stats":null,"previous_names":["a2p1k02/obfus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2p1k02/obfus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Fobfus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Fobfus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Fobfus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Fobfus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2p1k02","download_url":"https://codeload.github.com/a2p1k02/obfus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2p1k02%2Fobfus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32420518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cpp","obfuscation","obfuscator","rust"],"created_at":"2025-05-11T12:00:41.912Z","updated_at":"2026-04-29T10:09:11.680Z","avatar_url":"https://github.com/a2p1k02.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obfus\n\nThis is a small program to obfuscate C++ code\n\n## Example\n### Before: \n```cpp\n#include \u003ciostream\u003e\n#include \u003cstring\u003e\n\nstd::string test_func() {\n    std::string test_string = \"hello world\";\n\n    std::cout \u003c\u003c test_string \u003c\u003c \"\\n\";\n}\n\nint main() {\n    test_func();\n    return 0;\n}\n```\n\n### After \n```cpp\n#ifdef __GNUC__\n#define __UNUSED __attribute__((unused))\n#else\n#define __UNUSED\n#endif\n\ntemplate\u003ctypename T\u003e\n__UNUSED static inline void ___func_6346() {\nvolatile T ___var_6346 = (T)0x7832;\n___var_6346 += (T)0x7832;\n}\n    \n#include \u003ciostream\u003e\n#include \u003cstring\u003e\n\nstd::string G_OfbrDWq() {\n    std::string iC0i0bx6gKxt = \"\"\\x68\\x65\\x6c\\x6c\\x6f\\x20\\x77\\x6f\\x72\\x6c\\x64\";\n\n    std::cout \u003c\u003c iC0i0bx6gKxt \u003c\u003c \"\"\\\\x6e\";\n}\n\nint main() {\n    G_OfbrDWq();\n    return 0x0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Fobfus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2p1k02%2Fobfus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2p1k02%2Fobfus/lists"}