Adding some PE related windef + CertFreeCertificateContext

This commit is contained in:
hakril
2018-03-04 18:45:23 +01:00
parent d91bc1a45a
commit 1dc13b1a35
10 changed files with 2765 additions and 2631 deletions
File diff suppressed because it is too large Load Diff
+11
View File
@@ -74,6 +74,17 @@ Calling it
windows.winproxy.Kernel32Error: VirtualAlloc: [Error 8] Not enough storage is available to process this command.
"""
Kernel32Error
"""""""""""""
All errors raised by winproxy functions are instance of :class:`Kernel32Error` (or subclasses)
.. autoclass:: Kernel32Error
:show-inheritance:
.. attribute:: api_name
The name of the API that raised the exception
Functions in :mod:`windows.winproxy`
""""""""""""""""""""""""""""""""""""
+21
View File
@@ -2190,6 +2190,27 @@ _IMAGE_EXPORT_DIRECTORY
:class:`DWORD`
_IMAGE_BASE_RELOCATION
''''''''''''''''''''''
.. class:: PIMAGE_BASE_RELOCATION
Pointer to :class:`_IMAGE_BASE_RELOCATION`
.. class:: IMAGE_BASE_RELOCATION
Alias for :class:`_IMAGE_BASE_RELOCATION`
.. class:: _IMAGE_BASE_RELOCATION
.. attribute:: VirtualAddress
:class:`DWORD`
.. attribute:: SizeOfBlock
:class:`DWORD`
_MEMORY_BASIC_INFORMATION
'''''''''''''''''''''''''
.. class:: PMEMORY_BASIC_INFORMATION