Repository: voidz0r/CVE-2022-44268 Branch: master Commit: 104e4e0c75a5 Files: 2 Total size: 534 B Directory structure: gitextract_rt8225yw/ ├── .gitignore └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Generated by Cargo # will have compiled files and executables debug/ target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk # MSVC Windows builds of rustc generate these, which store debugging information *.pdb ================================================ FILE: README.md ================================================ # Project moved Project has been moved to [https://git.rotfl.io/v/CVE-2022-44268](https://git.rotfl.io/v/CVE-2022-44268)
gitextract_rt8225yw/ ├── .gitignore └── README.md
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
{
"path": ".gitignore",
"chars": 413,
"preview": "# Generated by Cargo\n# will have compiled files and executables\ndebug/\ntarget/\n\n# Remove Cargo.lock from gitignore if cr"
},
{
"path": "README.md",
"chars": 121,
"preview": "# Project moved\nProject has been moved to [https://git.rotfl.io/v/CVE-2022-44268](https://git.rotfl.io/v/CVE-2022-44268)"
}
]
About this extraction
This page contains the full source code of the voidz0r/CVE-2022-44268 GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (534 B), approximately 227 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.