summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-10-23 21:56:29 -0400
committerkat <kat@vector35.com>2024-10-23 21:58:47 -0400
commit3006c68e108a18f9b8782bc937dc9ec7e2cb3b54 (patch)
treef589bb38909349142c09b6215244205aef0a57ac /python
parent80fcccec8f686e0e5c89626b60af121a97baf856 (diff)
Initial commit of the alpha dyld_shared_cache view API Plugin.
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.
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index b6a3de97..08a322aa 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -80,6 +80,7 @@ from .externallibrary import *
from .undo import *
from .fileaccessor import *
from .languagerepresentation import *
+from .sharedcache import *
# We import each of these by name to prevent conflicts between
# log.py and the function 'log' which we don't import below
from .log import (