An IDA plugin that can be used to partially synchronize IDBs between different users reversing the same binaries
Stars
140
Forks
6
Watchers
140
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
reverted b66a388 unless configured otherwise, because this can cause names/prototypes that fail to be exported locally/imported remotely to be removed locally as well
489d7a5View on GitHubfixed another issue introduced in 9ab9159 where we didn't properly sort the exported local types according to their dependencies
20911c3View on GitHubadded logic to ignore duplicate local types when updating
ec4445fView on GitHubfixed design to have different UUID to type mapping per synced binary, so that we may be able to adopt UUIDs for libraries
fb15331View on GitHubadded the option to set manual base EA to mapped binaries
6a85feeView on GitHubsupposedly added the infra to support syncing parts of the binary to different files
e2a144cView on GitHubintegrated custom IDB id to work with non-trivial archive loaders
e2ceba7View on GitHubfixed some more issues found with `ruff check --preview`
1b507d2View on GitHub