Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 4989643

Browse files
committed
Linux - update types to support ssizetype
1 parent 2ce4c7f commit 4989643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volatility/dwarf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class DWARFParser(object):
4949
'unsigned char': 'unsigned char',
5050
'unsigned int': 'unsigned int',
5151
'sizetype' : 'unsigned long',
52+
'ssizetype' : 'long',
5253
}
5354

5455

0 commit comments

Comments
 (0)