{"id":13653652,"url":"https://github.com/frida/frida-load","last_synced_at":"2026-03-15T00:20:36.417Z","repository":{"id":57241797,"uuid":"45713722","full_name":"frida/frida-load","owner":"frida","description":"Load a Frida script comprised of one or more Node.js modules","archived":false,"fork":false,"pushed_at":"2017-08-09T11:16:43.000Z","size":5,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-10T02:49:20.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-06T23:27:14.000Z","updated_at":"2024-07-17T12:40:36.000Z","dependencies_parsed_at":"2022-09-07T23:13:29.265Z","dependency_job_id":null,"html_url":"https://github.com/frida/frida-load","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frida/frida-load","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frida%2Ffrida-load","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frida%2Ffrida-load/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frida%2Ffrida-load/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frida%2Ffrida-load/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frida","download_url":"https://codeload.github.com/frida/frida-load/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frida%2Ffrida-load/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259957142,"owners_count":22937537,"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":[],"created_at":"2024-08-02T02:01:14.458Z","updated_at":"2026-03-15T00:20:36.363Z","avatar_url":"https://github.com/frida.png","language":"JavaScript","readme":"`frida-load` has been deprecated. You should use [frida-compile](https://github.com/frida/frida-compile).\n\n-----\n\n# frida-load\n\nLoad a Frida script comprised of one or more Node.js modules.\n\n## Example\n\n```js\nvar frida = require('frida');\nvar load = require('frida-load');\n\nload(require.resolve('./agent.js'))\n.then(function (source) {\n  frida.attach('Skype')\n  .then(function (session) {\n    session.createScript(source)\n    .then(...) // and so on\n  });\n});\n```\n\n## Installation\n\n```bash\n$ npm install frida-load\n```\n","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrida%2Ffrida-load","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrida%2Ffrida-load","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrida%2Ffrida-load/lists"}