MCPcopy Create free account

hub / github.com/ELMERIKH/PyinMemoryPE / functions

Functions2,770 in github.com/ELMERIKH/PyinMemoryPE

↓ 2 callersFunctionis_array_type
(x)
windows/remotectypes.py:32
↓ 2 callersMethodis_driver
Check whether the file is a Windows driver. This will return true only if there are reliable indicators of the image being a driver.
pythonmemorymodule/pefile.py:7244
↓ 2 callersMethodis_exe
Check whether the file is a standard executable. This will return true only if the file has the IMAGE_FILE_EXECUTABLE_IMAGE flag set
pythonmemorymodule/pefile.py:7212
↓ 2 callersMethodis_mem_acces
(data)
windows/native_exec/simple_x86.py:159
↓ 2 callersFunctionis_pointer_type
(x)
windows/remotectypes.py:24
↓ 2 callersFunctionis_structure_type
(x)
windows/remotectypes.py:36
↓ 2 callersFunctionis_union_type
(x)
windows/remotectypes.py:40
↓ 2 callersFunctionis_valid_dos_filename
(s)
pythonmemorymodule/pefile.py:2269
↓ 2 callersFunctionis_valid_function_name
(s)
pythonmemorymodule/pefile.py:2287
↓ 2 callersMethoditems_generator
(self)
windows/winobject/task_scheduler.py:43
↓ 2 callersFunctionload_dll_in_remote_process
(target, dll_path)
windows/injection.py:126
↓ 2 callersMethodlow_read_memory
(self, addr, buffer_addr, size)
windows/winobject/process.py:1067
↓ 2 callersMethodmatch
(cls, arg1, arg2)
windows/native_exec/simple_x86.py:442
↓ 2 callersMethodmatch
(cls, arg1, arg2)
windows/native_exec/simple_x64.py:635
↓ 2 callersMethodmem_access_has_only
(mem_access, names)
windows/native_exec/simple_x64.py:178
↓ 2 callersMethodon_exception
Called on exception
windows/debug/localdbg.py:142
↓ 2 callersMethodon_single_step
Called on requested single step ``exception`` is one of the following type: * :class:`windows.winobject.exception.EEXCEPTION_DEBUG_IN
windows/debug/debugger.py:1084
↓ 2 callersMethodopen_service
(self, name, access=gdef.MAXIMUM_ALLOWED)
windows/winobject/service.py:46
↓ 2 callersMethodparse_imports
Parse the imported symbols. It will fill a list, which will be available as the dictionary attribute "imports". Its keys will be the
pythonmemorymodule/pefile.py:5482
↓ 2 callersFunctionparse_option
(s)
windows/dbgprint.py:26
↓ 2 callersFunctionperform_manual_getproc_loadlib_32
(target, dll_name)
windows/injection.py:30
↓ 2 callersFunctionperform_manual_getproc_loadlib_64
(target, dll_name)
windows/injection.py:67
↓ 2 callersMethodpost_unpack
(cls, data)
windows/rpc/ndr.py:381
↓ 2 callersMethodpromote
(self)
windows/winobject/bits.py:186
↓ 2 callersMethodptr_flink_to_remote_module
(self, ptr_value)
windows/winobject/process.py:1423
↓ 2 callersMethodptr_flink_to_remote_module
(self, ptr_value)
windows/winobject/process.py:1475
↓ 2 callersMethodptr_flink_to_remote_module
(self, ptr_value)
windows/winobject/process.py:1523
↓ 2 callersMethodquery_memory
Query the memory informations about page at ``addr`` :rtype: :class:`~windows.generated_def.winstructs.MEMORY_BASIC_INFORMATION`
windows/winobject/process.py:197
↓ 2 callersFunctionraw_encode
(s)
windows/pycompat.py:13
↓ 2 callersMethodread_qword
Read a ``ULONG64`` at ``addr``
windows/winobject/process.py:332
↓ 2 callersMethodregs
Return the name and values of the registers :returns: [(reg_name, value)] -- A :class:`list` of :class:`tuple`
windows/winobject/exception.py:191
↓ 2 callersMethodresolve
Resolve ``name_or_addr``. If its an int -> Return the :class:`SymbolInfo` at the address. If its a string -> Return the :class:`Symbo
windows/debug/symbols.py:428
↓ 2 callersMethodresume
Resume the thread
windows/winobject/process.py:923
↓ 2 callersMethodset_data_bytes
(self, offset: int, data: bytes)
pythonmemorymodule/pefile.py:6971
↓ 2 callersMethodset_datalen
(self, datalen)
windows/alpc.py:173
↓ 2 callersMethodset_dword_at_offset
Set the double word value at the given file offset.
pythonmemorymodule/pefile.py:6829
↓ 2 callersFunctionset_format
(format)
pythonmemorymodule/pefile.py:901
↓ 2 callersMethodsetup_sib_base_rex
(self, baseregister)
windows/native_exec/simple_x64.py:605
↓ 2 callersMethodsetup_sib_index_rex
(self, indexregister)
windows/native_exec/simple_x64.py:618
↓ 2 callersMethodsizeof
(self)
pythonmemorymodule/pefile.py:1952
↓ 2 callersMethodsuspend
Suspend the thread
windows/winobject/process.py:927
↓ 2 callersMethodto_string
(self)
windows/generated_def/winstructs.py:515
↓ 2 callersMethodunpack_conformant
(cls, stream, size)
windows/rpc/ndr.py:451
↓ 2 callersMethodunpack_in_stages
Unpacks the UNWIND_INFO "in two calls", with the first call establishing a full size of the structure and the second, performing the actual un
pythonmemorymodule/pefile.py:1840
↓ 2 callersMethodunpack_in_struct
(self, stream)
windows/rpc/ndr.py:60
↓ 2 callersMethodupdate_strid
(self)
windows/generated_def/winstructs.py:522
↓ 2 callersMethodwrite_dword
write a dword at ``addr``
windows/winobject/process.py:403
↓ 1 callersMethodAddRef
Default ``AddRef`` implementation that returns ``1``
windows/com.py:349
↓ 1 callersMethodExecuteTLS
(self)
pythonmemorymodule/__init__.py:690
↓ 1 callersFunctionFreeLibrary
(hLibModule)
windows/winproxy/apis/kernel32.py:325
↓ 1 callersFunctionGetCurrentProcess
()
windows/winproxy/apis/kernel32.py:19
↓ 1 callersFunctionGetCurrentThread
()
windows/winproxy/apis/kernel32.py:166
↓ 1 callersFunctionGetLastError
()
windows/winproxy/apis/kernel32.py:288
↓ 1 callersFunctionGetPEFile
Returns a :class:`PEFile` to explore a PE loaded at `baseaddr` in process `target`. :rtype: :class:`PEFile` .. note:: If target is
windows/pe_parse.py:55
↓ 1 callersFunctionGetProcAddress
(hModule, lpProcName)
windows/winproxy/apis/kernel32.py:305
↓ 1 callersFunctionHeapAlloc
(hHeap, dwFlags, dwBytes)
windows/winproxy/apis/kernel32.py:889
↓ 1 callersFunctionMakePtr32
(type)
windows/remotectypes.py:477
↓ 1 callersFunctionMakePtr64
(type)
windows/remotectypes.py:435
↓ 1 callersFunctionVirtualProtect
(lpAddress, dwSize, flNewProtect, lpflOldProtect=None)
windows/winproxy/apis/kernel32.py:245
↓ 1 callersFunctionWSAGetLastError
()
windows/winproxy/apis/ws2_32.py:31
↓ 1 callersMethod__getattribute__
(self, fieldname)
windows/remotectypes.py:394
↓ 1 callersMethod__init__
(self)
windows/winobject/device_manager.py:46
↓ 1 callersMethod__init__
(self, func_name, error_code=None)
windows/winproxy/error.py:26
↓ 1 callersMethod__new__
(cls, name, value)
windows/generated_def/flag.py:8
↓ 1 callersMethod__parse__
Parse a Portable Executable file. Loads a PE file, parsing all its structures and making them available through the instance's attrib
pythonmemorymodule/pefile.py:2822
↓ 1 callersMethod__repr__
(self)
windows/winobject/wmi.py:176
↓ 1 callersMethod__repr__
(self)
windows/generated_def/winstructs.py:4368
↓ 1 callersMethod__repr__
(self)
windows/generated_def/flag.py:14
↓ 1 callersMethod__str__
(self)
windows/generated_def/ntstatus.py:24
↓ 1 callersMethod_add_exe_to_module_list
Add the intial exe file described by create_process_event to the list of module in the process
windows/debug/debugger.py:211
↓ 1 callersMethod_alpc_port_to_unicode_string
(self, name)
windows/alpc.py:361
↓ 1 callersMethod_alpc_port_to_unicode_string
(self, name)
windows/alpc.py:456
↓ 1 callersFunction_bitness
Returns 32 or 64
windows/native_exec/cpuid.py:10
↓ 1 callersMethod_classes_generator
(self)
windows/winobject/device_manager.py:23
↓ 1 callersMethod_computer_name_ex
(self, nametype)
windows/winobject/system.py:177
↓ 1 callersMethod_create_key
(self, parent, name, sam)
windows/winobject/registry.py:165
↓ 1 callersMethod_create_vtable
(self, interface)
windows/com.py:321
↓ 1 callersMethod_debug_event_generator
(self)
windows/debug/debugger.py:178
↓ 1 callersMethod_dispatch_breakpoint
(self, exception, addr)
windows/debug/debugger.py:230
↓ 1 callersMethod_dispatch_debug_event
(self, debug_event)
windows/debug/debugger.py:226
↓ 1 callersMethod_edition_windows_xp
(self)
windows/winobject/system.py:380
↓ 1 callersMethod_enumerate_classes
(self, index, flags=0)
windows/winobject/device_manager.py:38
↓ 1 callersMethod_enumerate_services_generator
The generator code behind __iter__. Allow to iter over the services on the system
windows/winobject/service.py:81
↓ 1 callersMethod_event_data_generator
(self, template)
windows/winobject/event_log.py:996
↓ 1 callersMethod_flags_generator
(self)
windows/security.py:309
↓ 1 callersMethod_forge_bind_request
(self, uuid, syntaxversion, requested_if_nb)
windows/rpc/client.py:161
↓ 1 callersMethod_forge_call_request_in_view
(self, interface_nb, method_offset, params, ipid=None)
windows/rpc/client.py:145
↓ 1 callersMethod_from_handle_and_type
(cls, handle, objtype, flags=DEFAULT_SECURITY_INFORMATION, query_sacl=False)
windows/security.py:848
↓ 1 callersMethod_get_device_class_name
(self)
windows/winobject/device_manager.py:67
↓ 1 callersMethod_get_effective_context_and_machine
(self)
windows/debug/symbols.py:576
↓ 1 callersMethod_get_field_by_name
(self, fieldname)
windows/remotectypes.py:352
↓ 1 callersMethod_get_field_descrptor_by_name
(self, fieldname)
windows/remotectypes.py:358
↓ 1 callersMethod_get_format
(self, unw_code)
pythonmemorymodule/pefile.py:2003
↓ 1 callersMethod_get_handle
(self)
windows/utils/pythonutils.py:88
↓ 1 callersMethod_get_object_basic_infos
(self)
windows/winobject/handle.py:75
↓ 1 callersMethod_get_object_name
(self)
windows/winobject/handle.py:53
↓ 1 callersMethod_get_object_type
(self)
windows/winobject/handle.py:60
↓ 1 callersMethod_get_required_buffer_size
(flags)
windows/alpc.py:243
↓ 1 callersMethod_get_required_token_information_size
(self, infos_class)
windows/winobject/token.py:183
↓ 1 callersMethod_get_tcp_ipv4_sockets
()
windows/winobject/network.py:414
← previousnext →301–400 of 2,770, ranked by callers