volatility3.framework.layers.resources module¶
-
class
JarHandler[source]¶ Bases:
urllib.request.BaseHandlerHandles the jar scheme for URIs.
Reference used for the schema syntax: http://docs.netkernel.org/book/view/book:mod:reference/doc:layer1:schemes:jar
Actual reference (found from https://www.w3.org/wiki/UriSchemes/jar) seemed not to return: http://developer.java.sun.com/developer/onlineTraining/protocolhandlers/
-
add_parent(parent)¶
-
close()¶
-
handler_order= 500¶
-
-
class
ResourceAccessor(progress_callback=None, context=None)[source]¶ Bases:
objectObject for openning URLs as files (downloading locally first if necessary)
Creates a resource accessor.
Note: context is an SSL context, not a volatility context
-
list_handlers= True¶
-