MCPcopy Create free account

hub / github.com/ELMERIKH/PyinMemoryPE / functions

Functions2,770 in github.com/ELMERIKH/PyinMemoryPE

↓ 5 callersMethodall_zeroes
Returns true is the unpacked data is all zeros.
pythonmemorymodule/pefile.py:996
↓ 5 callersMethodallocated_memory
ContextManager to allocate memory and free it :type: :class:`int` -- the address of the allocated memory
windows/winobject/process.py:149
↓ 5 callersFunctioncraft_floor
(lhs, rhs)
windows/rpc/epmapper.py:56
↓ 5 callersMethodcreate
(cls, addr, ord, name, target, transformers)
windows/pe_parse.py:151
↓ 5 callersMethodcreate
Initialize a new :class:`EventTraceProperties`
windows/winobject/event_trace.py:88
↓ 5 callersMethodfrom_buffer_with_target_and_ptr_type
(cls, buffer, offset=0, target=None, ptr_type=None)
windows/remotectypes.py:152
↓ 5 callersMethodfrom_handle
Create a :class:`PipeConnection` from pipe handle `phandle`
windows/pipe.py:34
↓ 5 callersMethodget_data
Get data chunk from a section. Allows to query data from the section by passing the addresses where the PE file would be loaded by de
pythonmemorymodule/pefile.py:1179
↓ 5 callersMethodget_dword_from_data
Convert four bytes of data to a double word (little endian) 'offset' is assumed to index into a dword array. So setting it to N will
pythonmemorymodule/pefile.py:6791
↓ 5 callersMethodindex
The reference index of the ``PublisherMetadataChannel``
windows/winobject/event_log.py:593
↓ 5 callersMethodis_implemented
Return ``True`` if the new Evt-API is implemented on the current computer see: https://msdn.microsoft.com/en-us/library/windows/desktop/aa385
windows/winobject/event_log.py:1029
↓ 5 callersMethodis_reg
(name)
windows/native_exec/simple_x64.py:153
↓ 5 callersMethodrender
(self, ctx, rtype)
windows/winobject/event_log.py:144
↓ 5 callersFunctionset_flags
Will process the flags and set attributes in the object accordingly. The object "obj" will gain attributes named after the flags provided in
pythonmemorymodule/pefile.py:701
↓ 5 callersMethodtrigger
(self, dbg, exc)
windows/debug/breakpoints.py:253
↓ 4 callersMethod__pack__
(self)
pythonmemorymodule/pefile.py:1029
↓ 4 callersMethod_directory_query_generator
(self)
windows/winobject/object_manager.py:112
↓ 4 callersMethod_extract_environment
(env_block_addr, target)
windows/winobject/process.py:1322
↓ 4 callersMethod_from_PROCESSENTRY32
(cls, entry)
windows/winobject/process.py:1004
↓ 4 callersMethod_from_THREADENTRY32
(cls, entry, owner=None)
windows/winobject/process.py:756
↓ 4 callersMethod_query_keyword_metadata_property
(self, propertyid)
windows/winobject/event_log.py:685
↓ 4 callersMethodaccept_arg
(self, args, instr_state)
windows/native_exec/simple_x64.py:386
↓ 4 callersMethodadjust_SectionAlignment
(self, val, section_alignment, file_alignment)
pythonmemorymodule/pefile.py:7400
↓ 4 callersMethodalign
Discard some bytes to align the remaining stream on ``size``
windows/rpc/ndr.py:575
↓ 4 callersFunctioncheck_signature
Check if ``filename`` embeds a valid signature. :return: :class:`int`: ``0`` if ``filename`` have a valid signature else the error
windows/wintrust.py:51
↓ 4 callersFunctioncreate_process
A convenient wrapper arround :func:`windows.winproxy.CreateProcessA`
windows/utils/winutils.py:89
↓ 4 callersMethodcreate_thread
Create a remote thread :rtype: :class:`WinThread` or :class:`DeadThread`
windows/winobject/process.py:1113
↓ 4 callersMethodexists
(self)
windows/winobject/registry.py:183
↓ 4 callersMethodexit
Exit the thread
windows/winobject/process.py:919
↓ 4 callersMethodfrom_fields
(cls, fields, base_cls=None)
windows/remotectypes.py:413
↓ 4 callersMethodget_VirtualAddress_adj
(self)
pythonmemorymodule/pefile.py:1169
↓ 4 callersMethodget_attribute
(self, attribute)
windows/alpc.py:260
↓ 4 callersMethodget_exception_code
Return ExceptionCode of current exception
windows/debug/localdbg.py:68
↓ 4 callersMethodget_string_from_data
Get an ASCII string from data.
pythonmemorymodule/pefile.py:5980
↓ 4 callersMethodget_warnings
Return the list of warnings. Non-critical problems found when parsing the PE file are appended to a list of warnings. This method ret
pythonmemorymodule/pefile.py:3271
↓ 4 callersMethodis_dll
Check whether the file is a standard DLL. This will return true only if the image has the IMAGE_FILE_DLL flag set.
pythonmemorymodule/pefile.py:7231
↓ 4 callersMethodis_mem_acces
(data)
windows/native_exec/simple_x64.py:174
↓ 4 callersMethodis_valid
Return ``True`` if ``attribute`` is valid
windows/alpc.py:256
↓ 4 callersMethodnew_typeid
(self, newtypeid)
windows/debug/symbols.py:234
↓ 4 callersMethodon_exception
Called on exception event other that known breakpoint or requested single step. ``exception`` is one of the following type: * :class:
windows/debug/debugger.py:1070
↓ 4 callersFunctionparse_floor
(stream)
windows/rpc/epmapper.py:49
↓ 4 callersMethodread_apiset_wstring
(self, offset, length)
windows/winobject/apisetmap.py:28
↓ 4 callersMethodread_dword
Read a ``DWORD`` at ``addr``
windows/winobject/process.py:327
↓ 4 callersMethodread_string
Read an ascii string at ``addr``
windows/winobject/process.py:343
↓ 4 callersMethodtype
The type (Primary / Impersonation) of the token
windows/winobject/token.py:317
↓ 4 callersMethodvirtual_alloc
(self, size)
windows/winobject/process.py:124
↓ 3 callersFunctionClosingEvtHandle
(handle)
windows/winobject/event_log.py:16
↓ 3 callersMethodNewCurrentException
(self, exc)
windows/debug/localdbg.py:57
↓ 3 callersMethodQueryInterface
Default ``QueryInterface`` implementation that returns ``self`` if piid is the implemented interface
windows/com.py:342
↓ 3 callersFunctionVirtualFree
(lpAddress, dwSize=0, dwFreeType=gdef.MEM_RELEASE)
windows/winproxy/apis/kernel32.py:241
↓ 3 callersMethod__init__
(self, addr, format, func=None)
windows/debug/breakpoints.py:248
↓ 3 callersMethod__init__
( self, name=None, data=None, fast_load=None, max_symbol_exports=MAX_S
pythonmemorymodule/pefile.py:2734
↓ 3 callersMethod_apply_to_handle_and_type
(self, handle, objtype=gdef.SE_KERNEL_OBJECT, flags=None)
windows/security.py:867
↓ 3 callersMethod_close_port
(self, port_handle)
windows/alpc.py:345
↓ 3 callersMethod_compute_page_access_for_event
(self, target, events)
windows/debug/debugger.py:369
↓ 3 callersMethod_query_keyword_metadata_property
(self, propertyid)
windows/winobject/event_log.py:660
↓ 3 callersMethod_query_level_metadata_property
(self, propertyid)
windows/winobject/event_log.py:610
↓ 3 callersMethod_query_opcode_metadata_property
(self, propertyid)
windows/winobject/event_log.py:633
↓ 3 callersFunctionaccept_as_32immediat
(x)
windows/native_exec/simple_x86.py:328
↓ 3 callersFunctionaccept_as_64immediat
(x)
windows/native_exec/simple_x64.py:374
↓ 3 callersMethodcontains_rva
Check whether the section contains the address provided.
pythonmemorymodule/pefile.py:1254
↓ 3 callersFunctioncreate_file_from_handle
Return a Python :class:`file` around a ``Windows`` HANDLE
windows/utils/winutils.py:52
↓ 3 callersFunctioncreate_remote_array
(subtype, len)
windows/remotectypes.py:167
↓ 3 callersMethoddel_bp
Delete a breakpoint, if targets is ``None``: delete it from all targets
windows/debug/debugger.py:938
↓ 3 callersMethoddump_info
Dump all the PE header information into human readable string.
pythonmemorymodule/pefile.py:6067
↓ 3 callersMethodfree_library
(self)
pythonmemorymodule/__init__.py:876
↓ 3 callersMethodfrom_buffer
(self, buffer)
windows/utils/improved_buffer.py:81
↓ 3 callersFunctiongenerate_query_function
(query_function)
windows/winobject/event_log.py:40
↓ 3 callersMethodget_DataDirectory
(self)
windows/pe_parse.py:359
↓ 3 callersMethodget_key_size_info
(self)
windows/winobject/registry.py:217
↓ 3 callersMethodget_module
(self, base)
windows/debug/symbols.py:394
↓ 3 callersMethodget_offset
(self)
pythonmemorymodule/pefile.py:2207
↓ 3 callersMethodget_pascal_16_length
(self)
pythonmemorymodule/pefile.py:783
↓ 3 callersMethodget_section_by_offset
Get the section containing the given file offset.
pythonmemorymodule/pefile.py:6031
↓ 3 callersFunctionget_vendor_id
Extracts the VendorId string from CPUID :rtype: :class:`str`
windows/native_exec/cpuid.py:118
↓ 3 callersMethodget_version
(self)
windows/winobject/system.py:392
↓ 3 callersMethodget_word_at_rva
Return the word value at the given RVA. Returns None if the value can't be read, i.e. the RVA can't be mapped to a file offset.
pythonmemorymodule/pefile.py:6855
↓ 3 callersMethodinitialize
(self, unw_code, data, unw_info, file_offset)
pythonmemorymodule/pefile.py:1987
↓ 3 callersMethodload_module
Load a module at a given ``addr``. The module to load can be pass via a ``file_handle`` or the direct ``path`` of the file to load. :
windows/debug/symbols.py:328
↓ 3 callersMethodnew_aligned
Return a new :class:`ECONTEXT64` aligned on 16 bits temporary workaround or horrible hack ? choose your side
windows/winobject/exception.py:283
↓ 3 callersMethodparse_data_directories
Parse and process the PE file's data directories. If the optional argument 'directories' is given, only the directories at the specif
pythonmemorymodule/pefile.py:3512
↓ 3 callersMethodquery
r""":func:`WmiRequester.query` for default WMI namespace 'root\\cimv2
windows/winobject/wmi.py:455
↓ 3 callersMethodread_ptr
Read a ``PTR`` at ``addr``
windows/winobject/process.py:337
↓ 3 callersMethodread_wstring
Read a windows UTF16 string at ``addr``
windows/winobject/process.py:366
↓ 3 callersMethodremove_hxbp_in_context
(self, context, addr)
windows/debug/localdbg.py:248
↓ 3 callersMethodreserve_size
(self, size)
windows/native_exec/native_function.py:38
↓ 3 callersMethodset
Set the value for ``name`` to ``value``. if ``type`` is None try to guess items
windows/winobject/registry.py:325
↓ 3 callersMethodset_bytes_at_rva
Overwrite, with the given string, the bytes at the file offset corresponding to the given RVA. Return True if successful, False other
pythonmemorymodule/pefile.py:6937
↓ 3 callersMethodset_word_at_rva
Set the word value at the file offset corresponding to the given RVA.
pythonmemorymodule/pefile.py:6875
↓ 3 callersMethodsetup_as_32bit_operation
(self)
windows/native_exec/simple_x64.py:541
↓ 3 callersMethodsetup_as_32bits_addressing
(self)
windows/native_exec/simple_x64.py:551
↓ 3 callersMethodsetup_as_64bit_operation
(self)
windows/native_exec/simple_x64.py:546
↓ 3 callersMethodsetup_as_64bits_addressing
(self)
windows/native_exec/simple_x64.py:556
↓ 3 callersMethodsetup_hxbp_in_context
(self, context, addr)
windows/debug/localdbg.py:236
↓ 3 callersMethodsetup_reg_as_register
(self, regname, instr_state)
windows/native_exec/simple_x86.py:475
↓ 3 callersMethodsetup_reg_as_register
(self, name)
windows/native_exec/simple_x64.py:561
↓ 3 callersMethodsystem_values
(self)
windows/winobject/event_log.py:191
↓ 3 callersMethodto_list
(self, t=None)
windows/com.py:103
↓ 3 callersMethodto_string
(self)
windows/generated_def/winstructs.py:216
↓ 3 callersFunctiontransform_type_to_remote32bits
(ftype)
windows/remotectypes.py:508
← previousnext →101–200 of 2,770, ranked by callers