mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
add support for objective C classes in OSX and json format
This commit is contained in:
@@ -647,6 +647,8 @@ class Struct(interfaces.objects.ObjectInterface):
|
||||
class Union(Struct):
|
||||
pass
|
||||
|
||||
class vol_class(Struct):
|
||||
pass
|
||||
|
||||
# Really nasty way of duplicating the class
|
||||
# WILL cause problems with any mutable class/static variables
|
||||
|
||||
Reference in New Issue
Block a user