{"id":13790939,"url":"https://github.com/abelcheung/rifiuti2","last_synced_at":"2025-04-05T04:12:56.820Z","repository":{"id":28582051,"uuid":"32100044","full_name":"abelcheung/rifiuti2","owner":"abelcheung","description":"Windows Recycle Bin analyser","archived":false,"fork":false,"pushed_at":"2025-02-25T18:32:38.000Z","size":4953,"stargazers_count":146,"open_issues_count":1,"forks_count":34,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T03:09:05.212Z","etag":null,"topics":["forensic-examinations","forensics","investigation","windows"],"latest_commit_sha":null,"homepage":"https://abelcheung.github.io/rifiuti2","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abelcheung.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":"2015-03-12T20:16:24.000Z","updated_at":"2025-03-25T08:38:21.000Z","dependencies_parsed_at":"2023-11-15T11:25:27.495Z","dependency_job_id":"e8be11fb-9636-4d24-bbfa-70a17cf8c248","html_url":"https://github.com/abelcheung/rifiuti2","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelcheung%2Frifiuti2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelcheung%2Frifiuti2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelcheung%2Frifiuti2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abelcheung%2Frifiuti2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abelcheung","download_url":"https://codeload.github.com/abelcheung/rifiuti2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"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":["forensic-examinations","forensics","investigation","windows"],"created_at":"2024-08-03T22:00:53.211Z","updated_at":"2025-04-05T04:12:56.797Z","avatar_url":"https://github.com/abelcheung.png","language":"C","funding_links":[],"categories":["Tools","C","C (286)","Operating Systems"],"sub_categories":["Analysis / Gathering tool (Know your ennemies)","Windows"],"readme":"## Introduction\n\n`Rifiuti2` is a for analyzing Windows Recycle Bin INFO2 file. Analysis of\nWindows Recycle Bin is usually carried out during Windows computer\nforensics. `Rifiuti2` can extract file deletion time, original path\nand size of deleted files and whether the trashed files have been\npermanently removed.\n\nFor those interested in what it does, and what functionality it\nprovides, please [check out official site][site] for more info.\n\n[site]: https://abelcheung.github.io/rifiuti2\n\n## Special notes\n\nLatest features and changes can be found in [NEWS file](NEWS.md).\n\n### 0.8.1\n\nJSON output format, WSL v2 support, and improve robustness\nwhen reading broken data.\n\n### 0.8.0\n\n- Windows binaries will be published via [MSYS2 GitHub workflow](https://github.com/msys2/setup-msys2).\n- Package maintainers would need to rewrite their package files,\n  in light of multiple renovations: [CMake migration](https://github.com/abelcheung/rifiuti2/issues/21), [gettext removal](https://github.com/abelcheung/rifiuti2/issues/18), document restructuring etc.\n\n\n## Usage\n\n`rifiuti2` is designed to be portable (just download and use without\nneed for installation), and runs on command line environment.\nAlthough utilities provide `-h` option for brief help message,\nit is suggested to [consult Wiki page][wiki1] for\nfull detail on all of the options; following are a few examples\non how to use them:\n\n[wiki1]: https://github.com/abelcheung/rifiuti2/wiki/Usage-and-Examples\n\n- `rifiuti-vista.exe -x -z -o result.xml \\case\\S-1-2-3\\`\n\u003e Scan for index files under `\\case\\S-1-2-3\\`, adjust all deletion time\n\u003e for local time zone, and write XML output to `result.xml`\n- `rifiuti -l CP932 -t \"\\n\" INFO2`\n\u003e Assume INFO2 file is generated from Japanese Windows (codepage 932),\n\u003e and display each field line by line, instead of separated by tab\n\n\n## Download\n\n### Supported platforms\n\n`rifiuti2` is guaranteed usable on Windows, Linux and FreeBSD,\nwith success reports for MacOS (using `brew`). Some testing on\nbig endian platforms are done with Qemu emulator.\nMore compatibility fix for other architectures welcome.\n\n### Windows\nWindows binaries are officially provided\n[on Github release page][rel]. Some info for ancient Windows\nversion are [available on wiki][wiki_pkg_win].\n\n[rel]: https://github.com/abelcheung/rifiuti2/releases/\n\n[wiki_pkg_win]: https://github.com/abelcheung/rifiuti2/wiki/Packages#packages-for-windows\n\n### Unix packages\n\nMost Linux and FreeBSD users can use pre-packaged software for\nconvenience. Check out [the status here][wiki_pkg].\n\n[wiki_pkg]: https://github.com/abelcheung/rifiuti2/wiki/Packages#packages-for-linux-and-bsd\n\n### Others\nFor OS where `rifiuti2` is not readily available, it is always\npossible to [compile from source][wiki2].\n\n[wiki2]: https://github.com/abelcheung/rifiuti2/wiki/Compile-From-Source\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelcheung%2Frifiuti2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabelcheung%2Frifiuti2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabelcheung%2Frifiuti2/lists"}