{"id":16286857,"url":"https://github.com/nor0x/untranslocator-xmac","last_synced_at":"2026-04-30T15:31:29.385Z","repository":{"id":76038865,"uuid":"301428619","full_name":"nor0x/Untranslocator-XMac","owner":"nor0x","description":"Untranslocator allows to get the original bundle path from a translocated Xamarin.Mac app","archived":false,"fork":false,"pushed_at":"2022-11-03T10:59:00.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T23:17:44.071Z","etag":null,"topics":["app-translocation","macos","xamarin-mac"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/nor0x.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-05T14:04:47.000Z","updated_at":"2022-11-03T10:59:05.000Z","dependencies_parsed_at":"2023-03-13T20:15:20.089Z","dependency_job_id":null,"html_url":"https://github.com/nor0x/Untranslocator-XMac","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nor0x%2FUntranslocator-XMac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nor0x%2FUntranslocator-XMac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nor0x%2FUntranslocator-XMac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nor0x%2FUntranslocator-XMac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nor0x","download_url":"https://codeload.github.com/nor0x/Untranslocator-XMac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980897,"owners_count":21027821,"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":["app-translocation","macos","xamarin-mac"],"created_at":"2024-10-10T19:43:53.832Z","updated_at":"2026-04-30T15:31:29.348Z","avatar_url":"https://github.com/nor0x.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/nor0x/Untranslocator-XMac/main/art/logo.png\" width=\"200px\" /\u003e\n\n# Untranslocator\n[![Build Status](https://nor0x.visualstudio.com/Untranslocator/_apis/build/status/nor0x.Untranslocator-XMac?branchName=main)](https://nor0x.visualstudio.com/Untranslocator/_build/latest?definitionId=9\u0026branchName=main) [![](https://img.shields.io/nuget/vpre/nor0x.Untranslocator.svg)](https://nuget.org/packages/nor0x.Untranslocator)\n[![](https://img.shields.io/nuget/dt/nor0x.Untranslocator)](https://nuget.org/packages/nor0x.Untranslocator)\n\nUntranslocator allows to get the original bundle path from a translocated Xamarin.Mac app. \n## Usage\nif a macOS app is translocated `NSBundle.MainBundle.BundlePath` returns a randomized read-only location - something like:\n```\n/private/var/folders/xx/xxxxxxxxxxx/x/AppTranslocation/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/x/MyApp.app\n```\nwe can use this translocated path and use an object of `Untranslocator` to retrieve the original bundle path (i.e. `/Users/nor0x/Downloads`)\n```cs\nvar untrans = new Untranslocator();\nvar path = untrans.ResolveTranslocatedPath(NSBundle.MainBundle.BundlePath);\n```\n\nmore info on App Translocation:\n\nhttps://www.synack.com/blog/untranslocating-apps\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnor0x%2Funtranslocator-xmac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnor0x%2Funtranslocator-xmac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnor0x%2Funtranslocator-xmac/lists"}