Skip to content

Commit

Permalink
added ulong array
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Jan 21, 2024
1 parent 12d6784 commit 7607f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions impacket/dcerpc/v5/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ def fromCanonical(self, canonical):
class DWORD_ARRAY(NDRUniConformantArray):
item = '<L'

class ULONG_ARRAY(NDRUniConformantArray):
item = ULONG

class RPC_SID_IDENTIFIER_AUTHORITY(NDRUniFixedArray):
align = 1
align64 = 1
Expand Down

0 comments on commit 7607f52

Please sign in to comment.