{"id":18107174,"url":"https://github.com/byt3n33dl3/novaoutcast","last_synced_at":"2025-07-20T06:33:45.948Z","repository":{"id":257700658,"uuid":"832035727","full_name":"byt3n33dl3/NovaOutCast","owner":"byt3n33dl3","description":"NOC is an Integration Bypasser, Change PoC Binary to quirks of working with the LLVM.","archived":false,"fork":false,"pushed_at":"2024-07-22T09:13:09.000Z","size":8769,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T03:42:46.204Z","etag":null,"topics":["bypass","bypassav","docker","linux","macos","security","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byt3n33dl3.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":"2024-07-22T08:19:09.000Z","updated_at":"2025-05-18T17:17:44.000Z","dependencies_parsed_at":"2024-09-18T06:33:34.975Z","dependency_job_id":"a9d3bba3-4f03-4d79-b2eb-160ffafaf074","html_url":"https://github.com/byt3n33dl3/NovaOutCast","commit_stats":null,"previous_names":["byt3n33dl3/novaoutcast"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/byt3n33dl3/NovaOutCast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNovaOutCast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNovaOutCast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNovaOutCast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNovaOutCast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/NovaOutCast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNovaOutCast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266076397,"owners_count":23872751,"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":["bypass","bypassav","docker","linux","macos","security","windows"],"created_at":"2024-10-31T23:09:39.658Z","updated_at":"2025-07-20T06:33:45.923Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## NovaOutCast | [N.O.C](https://github.com/pxcs/NovaOutCast/)\n\n```python\n                     ______\n                  .-\"      \"-.\n                 /            \\\n                |  P X x C S   |\n                |,  .-.  .-.  ,|\n                | )(__/  \\__)( |\n                |/     /\\     \\|\n      (@_       (_     ^^     _)\n _     ) \\_______\\__|IIIIII|__/__________________________\n(_)@8@8{}\u003c________|-\\IIIIII/-|===========================\u003e\n       )_/        \\          /\n      (@           `--------`  CappaX - pxcs - bypassAV\n\n```\n\n# Blog posts\n\nThe implementation is rather complex and this domain in software development is rarely documented in layman's terms. This is why there are blog posts which detail every design choice and go over the quirks of working with the LLVM API.\n\n* [here!](https://blog.scrt.ch/2020/06/19/engineering-antivirus-evasion/)\n* [here!](https://blog.scrt.ch/2020/07/15/engineering-antivirus-evasion-part-ii/)\n\n## Build\n\n```\ndocker build . -t novaoutcast\ndocker run -v ~/dev/scrt/novaoutcast:/home/toto -it novaoutcast bash #adapt ~/dev/scrt/novaoutcast to the path where you cloned novaoutcast\nsudo pacman -Syu\nmkdir CMakeBuild \u0026\u0026 cd CMakeBuild\ncmake ..\nmake -j 2\n./novaoutcast.bin --help\n```\n\n## Usage\n\nFor simple programs, this is as easy as:\n\n```\nnovaoutcast.bin test/strings_simplest.c --strings=true --\n```\n\nHowever, you should know that you're using a compiler frontend, which can only work well if you give it the path to ALL the includes required to build your project. As an example, `test/string_simplest.c` includes headers from the WinSDK, and the script `run_example.sh` shows how to handle such scenarios.\n\n## Common errors\n\n```\nCommandLine Error: Option 'non-global-value-max-name-size' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options\n```\n\nIn case you encounter this error, please use `CMakeLists_archlinux.txt` instead of `CMakeLists.txt` and it should go away. \n\n\n## Contributors\n\n- Thanks @gituser5555 for the bug fixes.\n    - **AVCLEARNERS** for source codes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fnovaoutcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Fnovaoutcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fnovaoutcast/lists"}