Replies: 1 comment
-
Generally speaking, no, at least not easily. You might instead use folders to organize your exes within a single project, that way they can all be in the same project with the shared dll. If separate projects are really required, there is a way to open a second project in the same session for viewing only. I don't believe there's a way to link/associate an exe to a dll across projects, though. Even if there is, you wouldn't be able to modify anything in the dll without closing your current project and opening the dll's project. Clunky at best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greets to all. I am reversing a group of windows exe's using Ghidra, several of which import the same dll.
I want to organize my projects per exe. It would be really great if the db for a common dll, were accessible/shared across all the exe projects that import it. However, I have seen that this is not the case out of the box. Each exe project creates its own separate db for that common dll. Is there a way to have the different projects share the same dll analysis? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions