-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container formats support #133
Comments
Does this also cover things such as jar files (zips) and similar as well? |
Exactly. |
Sorry just to be clear, will this support Ghidra style multiple binaries in a single project, with references between them etc? |
We're actually working on a better laid out plan with specific features and common language for describing several sets of (potentially) related things. One being nested formats, another being the ability to have related binaries in the same memory address space, and another being the ability to link/click between related binaries even if not the same address space (but also, when they are!). It's gonna take us a bit more time to polish off the plan, but we'll update this ticket when we do. We'll either make new tickets or adapt this one to include the set of features ad potentially a bit more concrete of a timeline than the current ones. |
After extended discussion today, we are moving forward with this specifically for containers of linked files (goal is to get DSC, kernel cache, etc) and putting aside the desire for general purpose archive files (like .zip, .ar, etc) in a first-party implementation. APIs and details probably won't exclude them, but we don't see a need to handle formats that can be easily extracted and don't need richer integration. |
Handle files which have embedded files. Allow users to select the file they would like to edit/analyze.
The text was updated successfully, but these errors were encountered: