{"id":15378953,"url":"https://github.com/johndeved/frida-drop-in","last_synced_at":"2025-04-06T08:29:06.609Z","repository":{"id":182812516,"uuid":"669104038","full_name":"JohnDeved/frida-drop-in","owner":"JohnDeved","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-24T13:15:18.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T14:13:41.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/JohnDeved.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-21T10:53:36.000Z","updated_at":"2023-07-22T17:39:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"79bc8fdc-9a86-473b-9b63-555b6862e066","html_url":"https://github.com/JohnDeved/frida-drop-in","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"8daba19d5e9b4d4fc1093fb2657513df1733d884"},"previous_names":["johndeved/frida-drop-in"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDeved%2Ffrida-drop-in","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDeved%2Ffrida-drop-in/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDeved%2Ffrida-drop-in/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnDeved%2Ffrida-drop-in/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnDeved","download_url":"https://codeload.github.com/JohnDeved/frida-drop-in/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247455698,"owners_count":20941751,"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-10-01T14:17:32.053Z","updated_at":"2025-04-06T08:29:06.591Z","avatar_url":"https://github.com/JohnDeved.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"something like [ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader) but for loading frida agent scripts.\u003cbr\u003e\na \"drop-in\" solution to load frida scripts into games for modding purposes\n\nneed to create js [attach](https://github.com/frida/frida-node/blob/d3b2c753b0e64e68b867fac604f5481b93c6b2d3/lib/index.ts#L175) and load equivalent as binary\n```js\nfrida.attach('game.exe').then(async session =\u003e {\n  const script = await session.createScript(agentString)\n  await script.load()\n})\n```\n\npossible setup:\n - download \"-loader.exe\"\n - rename to \"game-loader.exe\"\n - place next to \"game.exe\"\n - create folder \"mods\"\n - create js scripts eg \"mods/god-mode.ts\"\n - loader will start game.exe, and attach. using its own file name for matching\n - loader will scan the relative directory for mods/*[.js|.ts]\n - loader will inject scripts into process session\n\nhow installing mods might look like:\n - download mod.zip\n - extract at root of game folder (extracts game-loader.exe and mods/*)\n - run new game-loader.exe\n\nshould create POC in node, then move to go or rust for compiling a sharable release.\n\ngo (no windows?)\n-\n - https://pkg.go.dev/github.com/frida/frida-go/frida#Attach\n - https://pkg.go.dev/github.com/frida/frida-go/frida#Session.CreateScript\n - https://pkg.go.dev/github.com/frida/frida-go/frida#Script.Load\n\n\nrust (no simple attach?)\n- \n - https://docs.rs/frida/latest/frida/struct.DeviceManager.html#method.enumerate_all_devices\n - https://docs.rs/frida/latest/frida/struct.Device.html#method.attach\n - https://docs.rs/frida/latest/frida/struct.Session.html#method.create_script\n - https://docs.rs/frida/latest/frida/struct.Script.html#method.load\n\nFrappe Loader\n-\n- [**Fr**]ida + [**Java**]Script (coffee)\n- https://www.flaticon.com/free-icon/frappe_571491\n\n![Frappe](https://github.com/JohnDeved/frida-drop-in/assets/24187269/fb7e842c-c349-47af-9fd3-06f362a968ad)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndeved%2Ffrida-drop-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohndeved%2Ffrida-drop-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohndeved%2Ffrida-drop-in/lists"}