Skip to content

Commit

Permalink
Merge pull request #95 from franc-pentest/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
tiyeuse authored Sep 1, 2024
2 parents 383177e + a33dc4c commit 9de6bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.59
1.0.60
4 changes: 2 additions & 2 deletions ldeep/utils/sddl.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def parse_ace_access(input_buffer):


ACEObjectFlags = {
"Object Type Present": 0b00000000000000000000000000000010,
"Inherited Object Type Present": 0b00000000000000000000000000000001,
"Object Type Present": 0b00000000000000000000000000000001,
"Inherited Object Type Present": 0b00000000000000000000000000000010,
}


Expand Down

0 comments on commit 9de6bb4

Please sign in to comment.