{"id":21195282,"url":"https://github.com/szapp/portaddresses","last_synced_at":"2025-10-31T10:42:41.732Z","repository":{"id":220290535,"uuid":"750769709","full_name":"szapp/PortAddresses","owner":"szapp","description":"IDA plugin aiding in porting memory addresses from one build executable to another","archived":false,"fork":false,"pushed_at":"2025-08-11T23:53:49.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T01:28:27.427Z","etag":null,"topics":["assembly","ida-pro","plugin","porting","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","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/szapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-01-31T09:33:31.000Z","updated_at":"2025-08-11T23:53:52.000Z","dependencies_parsed_at":"2024-02-01T09:49:05.185Z","dependency_job_id":null,"html_url":"https://github.com/szapp/PortAddresses","commit_stats":null,"previous_names":["szapp/portaddresses"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/szapp/PortAddresses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2FPortAddresses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2FPortAddresses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2FPortAddresses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2FPortAddresses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szapp","download_url":"https://codeload.github.com/szapp/PortAddresses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szapp%2FPortAddresses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271747023,"owners_count":24813604,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["assembly","ida-pro","plugin","porting","reverse-engineering"],"created_at":"2024-11-20T19:26:58.557Z","updated_at":"2025-10-31T10:42:41.643Z","avatar_url":"https://github.com/szapp.png","language":"Python","readme":"# PortAddresses\n\nPython command-line functions for IDA (The Interactive Disassembler) to aid in finding identical symbols and their\naddresses across different builds of an executable\n\n## Usage\n\nImport the plugin into IDA, e.g. by placing the folder `portaddr` into the subdirectory `python` in the IDA install\ndirectory.\nImport the package from the IDAPython command-line with\n```python\n\u003e\u003e\u003e import portaddr as pa\n```\nRun the functions from command-line.\n\n### Example usage\n\nThe functions are useful, when porting a set of addresses from one build executable to another.\n\nFind the symbol of a specific address in memory in executable A.\n```python\n\u003e\u003e\u003e pa.find.name(0x7A2F44)\nInfo(name='_printf', uid='_printf', addr='0x7A2F44', offset='8')\n```\n(Using `pa.find.encode` instead, copies \"\\_printf+8\" into the clipboard for convenience)\n\nFind the corresponding address in memory in executable B.\n```python\n\u003e\u003e\u003e pa.find.decode('_printf+8', clipboard=False)\n_printf = 8007492; //0x7A2F44\n```\n\nFor a collection of addresses, the batch functions `pa.find.batch_encode` and `pa.find.batch_decode` are useful.\n\n## Dependencies\n- IDA with the IDAPython plugin (Python 2.7.18), specifically the Python package `idaapi`\n- pyperclip (1.8.2)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszapp%2Fportaddresses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszapp%2Fportaddresses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszapp%2Fportaddresses/lists"}