mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
Ensure we use the native dictionary for more recent IFF versions (and correct issues with pointers and chars).
This commit is contained in:
@@ -77,6 +77,10 @@ class Float(PrimitiveObject, float):
|
||||
"""Primitive Object that handles double or floating point numbers"""
|
||||
_struct_type = float
|
||||
|
||||
class Char(PrimitiveObject, str):
|
||||
"""Primitive Object that handles characters"""
|
||||
_struct_type = str
|
||||
|
||||
|
||||
class Bytes(PrimitiveObject, bytes):
|
||||
"""Primitive Object that handles specific series of bytes"""
|
||||
|
||||
Reference in New Issue
Block a user