{"id":20475495,"url":"https://github.com/bemxio/mario-head","last_synced_at":"2025-03-16T07:05:54.768Z","repository":{"id":40279946,"uuid":"507409183","full_name":"bemxio/mario-head","owner":"bemxio","description":"Mmm, oh! Nice computer you got here! Can I have it?","archived":false,"fork":false,"pushed_at":"2024-09-10T06:46:06.000Z","size":954,"stargazers_count":75,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T02:08:53.948Z","etag":null,"topics":["bsod","cplusplus","cpp","directdraw","mario","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/bemxio.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":"2022-06-25T20:18:47.000Z","updated_at":"2025-02-10T01:19:13.000Z","dependencies_parsed_at":"2024-01-09T16:29:28.749Z","dependency_job_id":"7c4ec1b7-f7cf-4119-b896-fc3a015b780e","html_url":"https://github.com/bemxio/mario-head","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmario-head","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmario-head/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmario-head/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemxio%2Fmario-head/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bemxio","download_url":"https://codeload.github.com/bemxio/mario-head/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835961,"owners_count":20355613,"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":["bsod","cplusplus","cpp","directdraw","mario","windows"],"created_at":"2024-11-15T15:16:12.443Z","updated_at":"2025-03-16T07:05:54.742Z","avatar_url":"https://github.com/bemxio.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mario Head\nA playful malware script designed to display a video of Mario's levitating head, humorously requesting access to your computer and subsequently crashing it with a Blue Screen of Death. The script is developed primarily using standard Windows libraries, particularly DirectShow.\n\n## Building\nTo build the project, ensure you have the following dependencies installed:\n- [MinGW](https://en.wikipedia.org/wiki/MinGW) - it's recommended to use [MSYS2](https://www.msys2.org/) on Windows. After installing MSYS2, or if you're on an Arch-based Linux distribution, run `pacman -S mingw-w64-i686-gcc` in the terminal to install MinGW. For other Linux distros, search for `mingw-w64` in your package manager or compile MinGW yourself.\n- [Git](https://git-scm.com/) - while optional, having Git installed simplifies the process of pulling the latest source code.\n- `make` - if on MSYS2, run `pacman -S mingw-w64-i686-make` to install the MinGW variant, otherwise install the regular version using your package manager.\n- `winpthreads` from Git - only necessary for extending compatibility to Windows 2000/XP. Installation methods vary based on your OS:\n    - For MSYS2, run `pacman -S mingw-w64-winpthreads-git` in the terminal.\n    - On an Arch-based distro, you can use the [`mingw-w64-winpthreads-git`](https://aur.archlinux.org/packages/mingw-w64-winpthreads-git/) AUR package.\n    - Other Linux distributions require manual building, with source code available [here](https://sourceforge.net/p/mingw-w64/mingw-w64).\n\nBefore building the project, make sure the [`PREFIX`](Makefile#L2), [`CXX`](Makefile#L4) and [`WINDRES`](Makefile#L8) variables match your environment. For MSYS2 or Arch Linux, no changes are necessary. For other Linux distributions, adjust them accordingly.\n\nFinally, execute `make` (or `mingw-w64-i686-make` if on MSYS2) in the repository's root directory to build the executable.\n\n## Video\nThe default video, [`assets/video.wmv`](assets/video.wmv), is sourced from [Mario Teaches Typing 2](https://www.mariowiki.com/Mario_Teaches_Typing_2). It's a clip of Mario's dialogue from the level select screen, extracted from [NintendoComplete's playthrough](https://youtu.be/PjyChE4NFXk?t=1370) at 22:50.\n\nTo use an alternative video, replace the `assets/video.wmv` file with your own Windows Media Video (WMV) file, ensuring it's named `video.wmv`. For video conversion, you can use tools like [FFmpeg](https://ffmpeg.org/):\n\n```sh\nffmpeg -i input.mp4 -b 512k output.wmv\n```\n\n## License\nThis project is licensed under the MIT License. Refer to the [LICENSE](LICENSE) file for details.\n\nContributions, whether issues or pull requests, are highly encouraged and welcomed. Feel free to contribute in any capacity!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fmario-head","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbemxio%2Fmario-head","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemxio%2Fmario-head/lists"}