{"id":38491354,"url":"https://github.com/v-p-b/reshare-ida","last_synced_at":"2026-01-17T05:42:40.518Z","repository":{"id":330959950,"uuid":"1115688514","full_name":"v-p-b/reshare-ida","owner":"v-p-b","description":"IDA scripts for the REshare reverse-engineering exchange format","archived":false,"fork":false,"pushed_at":"2025-12-30T08:55:18.000Z","size":17,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-01T09:24:02.468Z","etag":null,"topics":["ida","idapro","reverse-engineering","reverseengineering"],"latest_commit_sha":null,"homepage":"","language":"Python","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/v-p-b.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T10:55:32.000Z","updated_at":"2025-12-30T08:55:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/v-p-b/reshare-ida","commit_stats":null,"previous_names":["v-p-b/reshare-ida"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/v-p-b/reshare-ida","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-p-b%2Freshare-ida","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-p-b%2Freshare-ida/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-p-b%2Freshare-ida/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-p-b%2Freshare-ida/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v-p-b","download_url":"https://codeload.github.com/v-p-b/reshare-ida/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-p-b%2Freshare-ida/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28500906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ida","idapro","reverse-engineering","reverseengineering"],"created_at":"2026-01-17T05:42:40.440Z","updated_at":"2026-01-17T05:42:40.502Z","avatar_url":"https://github.com/v-p-b.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REshare IDA\n\nIDAPython scripts to use the [REshare](https://github.com/v-p-b/reshare) reverse-engineering exchange format in IDA. \n\n## Installation\n\nInstall the project dependencies in the virtual environment of your choice:\n\n```\nreshare-ida/ $ python3 -m venv venv\nreshare-dia/ $ source venv/bin/activate\n(venv) reshare-ida/ $ pip install .\n```\n\n(uv and other project managers should also work)\n\n## Usage \n\n1. Edit the configuration constants at the top of `reshare-ida-{import,export}.py` according to your needs.\n2. Start IDA from the shell with the activated virtual environment where dependencies are installed.\n3. Execute the script (`File-\u003eScript file...` or Alt+F7)\n\n### Configuration\n\n#### Common\n\n* `LOG_FILE` - Path to the log file (`None` disables file logging)\n* `LOG_LEVEL` - Log level constant for the `logging` module\n\n#### Exporter \n\n* `EXPORT_PATH` - Path to the export JSON\n\n#### Importer\n\n* `IMPORT_PATH` - Path to the REshare JSON file to import\n* `FUNC_SYM_IMPORT_ALLOW_RE` - Only import function signatures that match this regular expression (`None` to disable).\n* `FUNC_SYM_IMPORT_DENY_RE` - Don't import function signatures that match this regular expression (`None` to disable).\n* `TYPE_IMPORT_ALLOW_RE` - Only import types that match this regular expression (`None` to disable). \n* `TYPE_IMPORT_DENY_RE` - Don't import types that match this regular expression (`None` to disable).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-p-b%2Freshare-ida","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-p-b%2Freshare-ida","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-p-b%2Freshare-ida/lists"}