{"id":17336001,"url":"https://github.com/stackdoubleflow/xref_apply","last_synced_at":"2025-08-21T07:40:15.008Z","repository":{"id":105916237,"uuid":"532283847","full_name":"StackDoubleFlow/xref_apply","owner":"StackDoubleFlow","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-02T02:27:59.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"il2cpp_v31","last_synced_at":"2025-02-01T12:27:07.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/StackDoubleFlow.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":"2022-09-03T14:29:43.000Z","updated_at":"2022-09-04T04:23:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"493b5548-6764-4f52-ab91-c777d718978e","html_url":"https://github.com/StackDoubleFlow/xref_apply","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/StackDoubleFlow%2Fxref_apply","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fxref_apply/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fxref_apply/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackDoubleFlow%2Fxref_apply/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackDoubleFlow","download_url":"https://codeload.github.com/StackDoubleFlow/xref_apply/tar.gz/refs/heads/il2cpp_v31","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245799586,"owners_count":20674137,"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-15T15:27:19.329Z","updated_at":"2025-03-27T07:24:22.727Z","avatar_url":"https://github.com/StackDoubleFlow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xref_apply\n\nA command line tool to find symbol addresses in Unity IL2CPP AArch64 applications using xref traces.\n\n## Usage\n\nFirstly, you'll have to gather the following things:\n- The traces that correspond to the specific Unity version and platform (`xref_gen.json`). You can generate the data with [xref_gen](https://github.com/StackDoubleFlow/xref_gen).\n- The application's il2cpp shared object file (`libil2cpp.so`) and global metadata file (`global-metadata.dat`).\n\nWith those placed inside the `./data` directory, you can run the following command to generate a JSON file containing the addresses of any symbols it can find:\n```\ncargo run --release -- data/libil2cpp.so data/global-metadata.dat data/xref_gen.json\n```\nThe output will be placed in `./data/xref_apply.json`. You may see several errors, but it is normal not to be able to sucessfully trace all symbols. These can be safely ignored.\n\n## Importing into Ghidra\n\nThe ghidra script at `./data/xref_apply.py` will look for the output file `xref_apply.json` in the same directory. The script can only be ran once Auto Analysis on the binary has been completed. Once run, labels will be created for the symbols `xref_apply` had sucessfully found.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackdoubleflow%2Fxref_apply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackdoubleflow%2Fxref_apply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackdoubleflow%2Fxref_apply/lists"}