| Age | Commit message (Collapse) | Author |
|
|
|
Required adding an API to determine if an image is loaded.
|
|
1. Crash on kernel cache image load
2. Duplicate Load Image buttons in kernel cache view
3. Improper selection behavior in both views
4. Address column should no longer resize to be smaller than contents
5. Symbol tables should now be properly sortable
|
|
One day, these will share more code, but today is not quite that day.
|
|
- Fix the inconsistent column sizing
- Stop trying to show cross reference at 0
|
|
Also addresses some lints that I thought were possibly worth it.
|
|
|
|
|
|
|
|
In absence of a better name, this commit refactors the shared cache code.
|
|
|
|
|
|
This is an early release of our DSC processing plugin. We're still hard at work improving this feature. You should be able to just drop in a dyld_shared_cache and use the 'Shared Cache Triage' view to load and analyze images.
|