{"id":20520890,"url":"https://github.com/ac3ss0r/frida-il2cpp-agent","last_synced_at":"2025-04-14T02:33:23.056Z","repository":{"id":150087394,"uuid":"600715771","full_name":"ac3ss0r/frida-il2cpp-agent","owner":"ac3ss0r","description":"Example of frida il2cpp bridge library usage","archived":false,"fork":false,"pushed_at":"2023-05-31T10:25:25.000Z","size":2102,"stargazers_count":46,"open_issues_count":2,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T16:39:57.298Z","etag":null,"topics":["android","frida","il2cpp","termux","unity"],"latest_commit_sha":null,"homepage":"","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/ac3ss0r.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-02-12T11:21:16.000Z","updated_at":"2025-02-21T15:56:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"66bbab10-190f-4c6f-9d66-f918c6be3efa","html_url":"https://github.com/ac3ss0r/frida-il2cpp-agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ac3ss0r%2Ffrida-il2cpp-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ac3ss0r%2Ffrida-il2cpp-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ac3ss0r%2Ffrida-il2cpp-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ac3ss0r%2Ffrida-il2cpp-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ac3ss0r","download_url":"https://codeload.github.com/ac3ss0r/frida-il2cpp-agent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248811017,"owners_count":21165212,"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":["android","frida","il2cpp","termux","unity"],"created_at":"2024-11-15T22:24:11.384Z","updated_at":"2025-04-14T02:33:23.051Z","avatar_url":"https://github.com/ac3ss0r.png","language":"TypeScript","readme":"# frida-il2cpp-agent\nFrida Il2cpp agent example using \u003ca href=\"https://github.com/vfsfitvnm/frida-il2cpp-bridge\"\u003efrida-il2cpp-bridge\u003c/a\u003e library. This project is designed so it can be used on a rooted android device with no need to use PC. It is very useful in unity il2cpp game reverse-engineering when the source is obfuscated.\n\n### Instalation and usage (Android)\nMake sure that you have a rooted device and termux with root permissions. Install git, wget and nodeJS.\n```bash\napt update \u0026\u0026 apt upgrade\napt install git wget nodejs tsu\n```\n\nClone the agent repository\n```bash\ngit clone https://github.com/acess0r/frida-il2cpp-agent\ncd frida-il2cpp-agent/il2cpp-agent\n```\n\nWget the frida-inject binary\n```bash\nwget https://github.com/frida/frida/releases/download/16.0.19/frida-inject-16.0.19-android-arm64.xz\nunxz frida-inject-16.0.19-android-arm64.xz\nmv frida-inject-16.0.19-android-arm64 frida64\n```\n\nMake it executable\n```bash\nchmod +x frida64\n```\n\nTo build the agent first run ``` npm install ``` once, then run ``` npm run build ``` each time you edit the index.ts. To execute the script run\n```bash\nsudo ./frida64 -s _agent.js -f \"com.android.package\"\n```\n\n### Some examples\n\u003cdiv width=100% align=center\u003e\n  \u003cimg width=45% src=\"https://github.com/acessors/frida-il2cpp-agent/blob/main/sample-trace.png?raw=true\"/\u003e\n  \u003cimg width=45% src=\"https://github.com/acessors/frida-il2cpp-agent/blob/main/pg3d-trace.png?raw=true\"/\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fac3ss0r%2Ffrida-il2cpp-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fac3ss0r%2Ffrida-il2cpp-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fac3ss0r%2Ffrida-il2cpp-agent/lists"}