Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nt_errors.py to add STATUS_MEMORY #1734

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions impacket/nt_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
0x00010002: ("DBG_CONTINUE","The debugger continued."),
0x001C0001: ("STATUS_FLT_IO_COMPLETE","The IO was completed by a filter."),
0x005B0002: ("STATUS_SMB_BAD_UID","The UID specified is not known as a valid ID on this server session."),
0x17000000: ("STATUS_MEMORY","Out of memory"),
0xC0000467: ("STATUS_FILE_NOT_AVAILABLE","The file is temporarily unavailable."),
0xC0000721: ("STATUS_CALLBACK_RETURNED_THREAD_AFFINITY","A threadpool worker thread entered a callback at thread affinity %p and exited at affinity %p. This is unexpected, indicating that the callback missed restoring the priority."),
0x40000000: ("STATUS_OBJECT_NAME_EXISTS","{Object Exists} An attempt was made to create an object but the object name already exists."),
Expand Down
Loading