Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ functions
Functions
2,770 in github.com/ELMERIKH/PyinMemoryPE
⨍
Functions
2,770
◇
Types & classes
1,515
↳
Endpoints
6
↓ 1 callers
Method
_get_tcp_ipv6_sockets
()
windows/winobject/network.py:426
↓ 1 callers
Method
_guess_value_type
(self, value)
windows/winobject/registry.py:314
↓ 1 callers
Method
_handle_exception_access_violation
(self, exception, excp_addr)
windows/debug/debugger.py:645
↓ 1 callers
Method
_handle_exception_breakpoint
(self, exception, excp_addr)
windows/debug/debugger.py:539
↓ 1 callers
Method
_handle_exception_singlestep
(self, exception, excp_addr)
windows/debug/debugger.py:584
↓ 1 callers
Method
_handle_field_getattr
(self, ftype, fosset, fsize)
windows/remotectypes.py:361
↓ 1 callers
Method
_init_dispatch_handlers
(self)
windows/debug/debugger.py:165
↓ 1 callers
Method
_instance_generator
(self)
windows/winobject/event_trace.py:360
↓ 1 callers
Method
_instance_generator
(self)
windows/winobject/event_trace.py:392
↓ 1 callers
Method
_internal_on_create_process
(self, create_process)
windows/debug/debugger.py:840
↓ 1 callers
Method
_internal_on_load_dll
(self, load_dll)
windows/debug/debugger.py:843
↓ 1 callers
Method
_local_resolve
(self, addr)
windows/debug/localdbg.py:87
↓ 1 callers
Method
_logical_configuration_generator
(self, type)
windows/winobject/device_manager.py:225
↓ 1 callers
Method
_lookup_value
(self, name)
windows/winobject/token.py:121
↓ 1 callers
Method
_mask_generator
(self)
windows/security.py:365
↓ 1 callers
Method
_open_directory
(self)
windows/winobject/object_manager.py:98
↓ 1 callers
Method
_open_wmi_requester
(self, namespace)
windows/winobject/wmi.py:465
↓ 1 callers
Method
_pack_bitfield_attributes
Pack attributes into a compound bitfield
pythonmemorymodule/pefile.py:1515
↓ 1 callers
Method
_parse_event_template_struct_element
(self, element)
windows/winobject/event_log.py:990
↓ 1 callers
Method
_pass_breakpoint
(self, addr)
windows/debug/debugger.py:512
↓ 1 callers
Method
_pass_breakpoint
(self, addr, single_step)
windows/debug/localdbg.py:81
↓ 1 callers
Method
_proc_addr_by_ordinal
(self, idx)
pythonmemorymodule/__init__.py:906
↓ 1 callers
Method
_reduce_shellcode
(self)
windows/native_exec/simple_x86.py:1037
↓ 1 callers
Method
_reduce_shellcode
(self)
windows/native_exec/simple_x64.py:1208
↓ 1 callers
Method
_remove_nop_artifact
(self, offset)
windows/native_exec/simple_x86.py:1045
↓ 1 callers
Method
_remove_nop_artifact
Remove a NOP from the shellcode, adjust jump and labels
windows/native_exec/simple_x64.py:1216
↓ 1 callers
Method
_restore_breakpoints
(self)
windows/debug/debugger.py:286
↓ 1 callers
Method
_setup_breakpoint
(self, bp, target)
windows/debug/debugger.py:274
↓ 1 callers
Method
_setup_initial_frame_from_context
(self, ctx, machine)
windows/debug/symbols.py:599
↓ 1 callers
Method
_setup_pending_breakpoints_load_dll
(self, dll_name)
windows/debug/debugger.py:483
↓ 1 callers
Method
_setup_pending_breakpoints_new_process
(self, new_process)
windows/debug/debugger.py:454
↓ 1 callers
Method
_sid_offset
(self)
windows/security.py:346
↓ 1 callers
Method
_signers_and_certs_generator
(self)
windows/crypto/certificate.py:77
↓ 1 callers
Method
_stack_frame_generator
(self)
windows/debug/symbols.py:548
↓ 1 callers
Method
_to_ace_type
(self, ace_type)
windows/security.py:292
↓ 1 callers
Function
accept_as_16immediat
(x)
windows/native_exec/simple_x86.py:315
↓ 1 callers
Function
accept_as_16immediat
(x)
windows/native_exec/simple_x64.py:341
↓ 1 callers
Function
accept_as_any_32immediat
(x)
windows/native_exec/simple_x64.py:361
↓ 1 callers
Function
accept_as_unsigned_16immediat
(x)
windows/native_exec/simple_x86.py:322
↓ 1 callers
Function
accept_as_unsigned_16immediat
(x)
windows/native_exec/simple_x64.py:347
↓ 1 callers
Function
accept_as_unsigned_8immediat
(x)
windows/native_exec/simple_x86.py:308
↓ 1 callers
Function
accept_as_unsigned_8immediat
(x)
windows/native_exec/simple_x64.py:334
↓ 1 callers
Method
acquire
(self)
windows/crypto/certificate.py:576
↓ 1 callers
Method
add_bp
Add a breakpoint, bp can be: * a :class:`Breakpoint` (addr and type must be ``None``) * any callable (addr and type must NOT
windows/debug/debugger.py:906
↓ 1 callers
Method
add_bp_hxbp
(self, bp, targets=None)
windows/debug/localdbg.py:190
↓ 1 callers
Function
add_callback_to_module
(callback)
windows/hooks.py:34
↓ 1 callers
Method
add_delayed_jump
(self, jump)
windows/native_exec/simple_x86.py:1019
↓ 1 callers
Method
add_delayed_jump
(self, jump)
windows/native_exec/simple_x64.py:1190
↓ 1 callers
Method
add_label
(self, label)
windows/native_exec/simple_x86.py:992
↓ 1 callers
Method
add_label
(self, label)
windows/native_exec/simple_x64.py:1163
↓ 1 callers
Method
add_subfield
(self, name, bitcnt)
pythonmemorymodule/pefile.py:1366
↓ 1 callers
Method
adjust_privileges
Adjust the token privileges according to ``privileges``. This API is the `complex one` to adjust multiple privileges at once. To simp
windows/winobject/token.py:570
↓ 1 callers
Method
all
Return a list with all the query results :rtype: [:class:`EvtEvent`] -- A list of Event
windows/winobject/event_log.py:121
↓ 1 callers
Function
arrayproperty
(handle, property, index, flags=0)
windows/winobject/event_log.py:32
↓ 1 callers
Function
as_unsigned_buffer
(sz=None, indata=None)
pythonmemorymodule/__init__.py:442
↓ 1 callers
Method
as_wstring
(self)
windows/utils/improved_buffer.py:32
↓ 1 callers
Method
assemble
(self, code)
windows/native_exec/simple_x64.py:1279
↓ 1 callers
Function
assemble_instructions_generator
(str)
windows/native_exec/simple_x86.py:1122
↓ 1 callers
Function
assemble_instructions_generator
(str)
windows/native_exec/simple_x64.py:1294
↓ 1 callers
Method
bind
Bind to the ``IID_str`` with the given ``version`` :returns: :class:`windows.generated_def.IID`
windows/rpc/client.py:71
↓ 1 callers
Function
bitness
Return 32 or 64
windows/winobject/exception.py:301
↓ 1 callers
Function
bitness
Return 32 or 64
windows/generated_def/__init__.py:4
↓ 1 callers
Method
build_import_table
(self, dlopen = LoadLibraryW)
pythonmemorymodule/__init__.py:808
↓ 1 callers
Function
cache_adjust_FileAlignment
(val, file_alignment)
pythonmemorymodule/pefile.py:68
↓ 1 callers
Function
cache_adjust_SectionAlignment
(val, section_alignment, file_alignment)
pythonmemorymodule/pefile.py:75
↓ 1 callers
Method
call
Call method number ``method_offset`` of interface ``IID`` with mashalled ``params`` :param IID IID: An IID previously returned by :func:`
windows/rpc/client.py:102
↓ 1 callers
Method
callback
(self, exc)
windows/debug/localdbg.py:112
↓ 1 callers
Method
close
Close the handle of the pipe
windows/pipe.py:99
↓ 1 callers
Method
close
(self)
windows/native_exec/native_function.py:58
↓ 1 callers
Method
cmdline_check
(self)
pythonmemorymodule/__init__.py:489
↓ 1 callers
Method
compute_sib
(self, mem_access)
windows/native_exec/simple_x86.py:547
↓ 1 callers
Method
compute_sib
(self, mem_access)
windows/native_exec/simple_x64.py:729
↓ 1 callers
Function
connect
(s, name, namelen)
windows/winproxy/apis/ws2_32.py:55
↓ 1 callers
Method
connect
(self, server=None, user=None, domain=None, password=None)
windows/winobject/task_scheduler.py:337
↓ 1 callers
Method
connect
Connect to ``namespace`` using ``user`` and ``password`` for authentification if given :return: :class:`WmiNamespace` - The connected :class:
windows/winobject/wmi.py:287
↓ 1 callers
Method
connect_to_port
Connect to the ALPC port ``port_name``. Most of the parameters have defauls value is ``None`` is passed. :param AlpcMessage connect_messa
windows/alpc.py:364
↓ 1 callers
Function
construct_alpc_tower
(object, syntax, protseq, endpoint, address)
windows/rpc/epmapper.py:99
↓ 1 callers
Method
contains_offset
Check whether the section contains the file offset provided.
pythonmemorymodule/pefile.py:1242
↓ 1 callers
Method
copy
(self)
windows/native_exec/simple_x64.py:84
↓ 1 callers
Method
copy_sections
(self)
pythonmemorymodule/__init__.py:663
↓ 1 callers
Method
count_field_name
(self)
windows/winobject/device_manager.py:408
↓ 1 callers
Method
create
(unwcode)
pythonmemorymodule/pefile.py:2244
↓ 1 callers
Method
create_class_enum
Enumerate the classes in the ``namespace`` that match ``superclass``. if ``superclass`` is None will enumerate all top-level class. ``deep`` a
windows/winobject/wmi.py:330
↓ 1 callers
Function
create_console
Create a new console displaying STDOUT. Useful in injection of GUI process
windows/utils/winutils.py:72
↓ 1 callers
Method
create_instance_enum
Enumerate the instances of ``clsname``. Deep allows to enumerate the instance of subclasses as well :returns: :class:`WmiEnumeration`
windows/winobject/wmi.py:354
↓ 1 callers
Method
create_port
Create the ALPC port ``port_name``. Most of the parameters have defauls value is ``None`` is passed. :param str port_name: The port's nam
windows/alpc.py:459
↓ 1 callers
Method
create_port_section
(self, Flags, SectionHandle, SectionSize)
windows/alpc.py:421
↓ 1 callers
Method
debug
Create a process and debug it. :rtype: :class:`Debugger`
windows/debug/debugger.py:157
↓ 1 callers
Method
disable
Disable the IAT hook
windows/hooks.py:89
↓ 1 callers
Method
disconnect
(self)
windows/alpc.py:437
↓ 1 callers
Method
disconnect
(self)
windows/alpc.py:531
↓ 1 callers
Method
duplicate
Duplicate the certificate by incrementing the internal refcount. (see `CertDuplicateCertificateContext <https://msdn.microsoft.com/en-us/library/windo
windows/crypto/certificate.py:345
↓ 1 callers
Method
enable
Enable the IAT hook: you MUST keep a reference to the IATHook while the hook is enabled
windows/hooks.py:82
↓ 1 callers
Method
enabled_for_profile_type
(self, profile_type)
windows/winobject/network.py:238
↓ 1 callers
Method
entries_array
(self)
windows/winobject/apisetmap.py:32
↓ 1 callers
Method
entropy_H
Calculate the entropy of a chunk of data.
pythonmemorymodule/pefile.py:1324
↓ 1 callers
Method
enum_device_info
(self, index)
windows/winobject/device_manager.py:92
↓ 1 callers
Method
enumerate_devices
(self, flags=0)
windows/winobject/device_manager.py:63
↓ 1 callers
Function
enumerate_handles_syswow64
()
windows/winobject/handle.py:146
↓ 1 callers
Function
enumerate_kernel_modules_syswow64
()
windows/winobject/system_module.py:46
← previous
next →
401–500 of 2,770, ranked by callers