{"id":13484614,"url":"https://github.com/nowsecure/frida-fs","last_synced_at":"2025-04-09T23:36:37.161Z","repository":{"id":9068074,"uuid":"60615275","full_name":"nowsecure/frida-fs","owner":"nowsecure","description":"Create a stream from a filesystem resource.","archived":false,"fork":false,"pushed_at":"2023-06-26T12:03:50.000Z","size":94,"stargazers_count":48,"open_issues_count":2,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-30T00:31:58.053Z","etag":null,"topics":["frida"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nowsecure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-06-07T13:28:44.000Z","updated_at":"2025-03-28T06:33:33.000Z","dependencies_parsed_at":"2024-01-07T08:10:25.875Z","dependency_job_id":"2c183c80-bfad-4607-9de0-a0fcced38837","html_url":"https://github.com/nowsecure/frida-fs","commit_stats":{"total_commits":71,"total_committers":4,"mean_commits":17.75,"dds":"0.11267605633802813","last_synced_commit":"a010c099873e8dbfea5fa1189ef7635f943a0708"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Ffrida-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Ffrida-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Ffrida-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Ffrida-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/frida-fs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087850,"owners_count":21045600,"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":["frida"],"created_at":"2024-07-31T17:01:27.239Z","updated_at":"2025-04-09T23:36:37.132Z","avatar_url":"https://github.com/nowsecure.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Libraries"],"sub_categories":[],"readme":"# frida-fs\n\nCreate a stream from a filesystem resource.\n\n## Example\n\n```js\nconst fs = require('frida-fs');\n\nfs.createReadStream('/etc/hosts').pipe(networkStream);\n```\n\n```js\nconst fs = require('frida-fs');\n\nfor (const elm of fs.list(\"/proc/self/\")) {\n  console.log(JSON.stringify(elm));\n}\n\nconsole.log(fs.readFileSync(\"/etc/hosts\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Ffrida-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Ffrida-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Ffrida-fs/lists"}