MCPcopy Create free account

hub / github.com/HoShiMin/Kernel-Bridge / functions

Functions1,015 in github.com/HoShiMin/Kernel-Bridge

Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:325
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:508
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:562
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:571
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:598
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:624
Method__init__
(self, kb)
Python-Bridge/Python-Bridge.py:634
Method__init__
(self, dll="User-Bridge.dll")
Python-Bridge/Python-Bridge.py:660
Function_invalid_parameter_noinfo_noreturn
Kernel-Bridge/API/CppSupport.cpp:177
Function_invoke_watson
Kernel-Bridge/API/CppSupport.cpp:230
Function_purecall
Kernel-Bridge/API/CppSupport.cpp:59
Methodalloc_kernel_memory
(self, size, executable)
Python-Bridge/Python-Bridge.py:174
Methodalloc_non_cached_memory
(self, size)
Python-Bridge/Python-Bridge.py:182
Methodalloc_physical_memory
(self, lowest_acceptable, highest_acceptable, boundary_multiple, size, caching_type)
Python-Bridge/Python-Bridge.py:273
Methodalloc_user_memory
(self, pid, protect, size)
Python-Bridge/Python-Bridge.py:457
Methodallocate_mdl
(self, virtual_address, size)
Python-Bridge/Python-Bridge.py:205
Functionatexit
Kernel-Bridge/API/CppSupport.cpp:49
Methodbugcheck
(self, error_code)
Python-Bridge/Python-Bridge.py:645
Methodcall_module
(self, hmodule, ctl_code, arg)
Python-Bridge/Python-Bridge.py:594
Functionceil
Kernel-Bridge/API/CppSupport.cpp:258
Functionceilf
Kernel-Bridge/API/CppSupport.cpp:251
Methodcli
(self)
Python-Bridge/Python-Bridge.py:127
Methodclose_handle
(self, handle)
Python-Bridge/Python-Bridge.py:373
Methodcopy_move_memory
(self, dst, src, size, intersects)
Python-Bridge/Python-Bridge.py:190
Methodcpuid
(self, function_id_eax)
Python-Bridge/Python-Bridge.py:144
Methodcpuidex
(self, function_id_eax, subfunction_id_ecx)
Python-Bridge/Python-Bridge.py:149
Methodcreate_driver
(self, driver_name, driver_entry)
Python-Bridge/Python-Bridge.py:574
Methodcreate_section
(self, name, max_size, access, obj_flags, protection, allocation_attributes, hfile)
Python-Bridge/Python-Bridge.py:511
Methodcreate_system_thread
(self, pid, routine, arg)
Python-Bridge/Python-Bridge.py:423
Methodcreate_user_thread
(self, pid, routine, arg, create_suspended)
Python-Bridge/Python-Bridge.py:410
Methoddelta
Kernel-Bridge/API/Stopwatch.cpp:43
Methoddereference_object
(self, object_ptr)
Python-Bridge/Python-Bridge.py:370
Methodequal_memory
(self, src, dst, size)
Python-Bridge/Python-Bridge.py:196
Methodexecute_shell_code
(self, routine, arg)
Python-Bridge/Python-Bridge.py:565
MethodfillDelayedImportsInfo
User-Bridge/API/PEUtils/PEAnalyzer.cpp:168
MethodfillExportsInfo
User-Bridge/API/PEUtils/PEAnalyzer.cpp:194
MethodfillImports
User-Bridge/API/PEUtils/PELoader.cpp:46
MethodfillImportsInfo
User-Bridge/API/PEUtils/PEAnalyzer.cpp:145
MethodfillImportsSet
User-Bridge/API/PEUtils/PEAnalyzer.cpp:109
MethodfillRelocsInfo
User-Bridge/API/PEUtils/PEAnalyzer.cpp:81
MethodfillSectionsInfo
User-Bridge/API/PEUtils/PEAnalyzer.cpp:61
Methodfill_memory
(self, ptr, filler, size)
Python-Bridge/Python-Bridge.py:193
Methodfind_signature
(self, pid, memory, size, sig, mask)
Python-Bridge/Python-Bridge.py:648
Methodfree_kernel_memory
(self, ptr)
Python-Bridge/Python-Bridge.py:179
Methodfree_mdl
(self, mdl)
Python-Bridge/Python-Bridge.py:243
Methodfree_non_cached_memory
(self, ptr, size)
Python-Bridge/Python-Bridge.py:187
Methodfree_physical_memory
(self, address)
Python-Bridge/Python-Bridge.py:284
Methodfree_user_memory
(self, pid, ptr)
Python-Bridge/Python-Bridge.py:462
MethodgetDosHeader
User-Bridge/API/PEUtils/PEAnalyzer.h:138
MethodgetEntryPoint
User-Bridge/API/PEUtils/PEAnalyzer.h:136
MethodgetEntryPoint
User-Bridge/API/PEUtils/PELoader.h:36
MethodgetInt
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:28
MethodgetInt64
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:33
MethodgetLocalBase
User-Bridge/API/PEUtils/PEAnalyzer.h:135
MethodgetNtHeaders
User-Bridge/API/PEUtils/PEAnalyzer.h:139
MethodgetUInt
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:38
MethodgetUInt64
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:43
Methodget_driver_api_version
(self)
Python-Bridge/Python-Bridge.py:686
Methodget_eprocess
(self, pid)
Python-Bridge/Python-Bridge.py:328
Methodget_ethread
(self, pid)
Python-Bridge/Python-Bridge.py:333
Methodget_handles_count
(self)
Python-Bridge/Python-Bridge.py:695
Methodget_kernel_proc_address
(self, routine_name)
Python-Bridge/Python-Bridge.py:637
Methodget_module_handle
(self, module_name)
Python-Bridge/Python-Bridge.py:589
Methodget_physical_address
(self, process, virtual_address)
Python-Bridge/Python-Bridge.py:295
Methodget_process_cr3_cr4
(self, pid)
Python-Bridge/Python-Bridge.py:498
Methodget_python_api_version
(self)
Python-Bridge/Python-Bridge.py:692
Methodget_thread_context
(self, tid, context, context_size, processor_mode)
Python-Bridge/Python-Bridge.py:441
Methodget_user_api_version
(self)
Python-Bridge/Python-Bridge.py:689
Methodget_virtual_for_physical
(self, physical_address)
Python-Bridge/Python-Bridge.py:300
Methodhlt
(self)
Python-Bridge/Python-Bridge.py:133
Methodinvept
Kernel-Bridge/API/Hypervisor.cpp:1205
MethodisHex
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:24
MethodisValidPe
User-Bridge/API/PEUtils/PEAnalyzer.h:142
Methodload
User-Bridge/API/PEUtils/PEAnalyzer.cpp:294
Methodload_as_driver
(self, driver_path)
Python-Bridge/Python-Bridge.py:677
Methodload_as_filter
(self, driver_path, altitude='260000')
Python-Bridge/Python-Bridge.py:680
Methodload_module
(self, hmodule, module_name, on_load, on_unload, on_device_control)
Python-Bridge/Python-Bridge.py:577
Functionmain
Kernel-Tests/Main.cpp:434
Functionmain
Kernel-Toolkit/Kernel-Toolkit/Main.cpp:7
Methodmap_mdl
(self, src_pid, dst_pid, mdl, need_probe_and_lock, map_to_address_space, protect, cache_ty
Python-Bridge/Python-Bridge.py:218
Methodmap_memory
(self, src_pid, dst_pid, virtual_address, size, map_to_address_space, protect, cache_ty
Python-Bridge/Python-Bridge.py:250
Methodmap_physical_memory
(self, physical_address, size, caching_type)
Python-Bridge/Python-Bridge.py:287
Methodmap_view_of_section
( self, hsection, hprocess, desired_base_addre
Python-Bridge/Python-Bridge.py:530
Methodon_CliButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:146
Methodon_EnableBeeperButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:48
Methodon_FreqEdit_editingFinished
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:73
Methodon_FreqSlider_valueChanged
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:67
Methodon_HltButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:159
Methodon_RdmsrButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:164
Methodon_RdpmcButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:196
Methodon_ReadPortButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:82
Methodon_StiButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:151
Methodon_WritePortButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:118
Methodon_WrmsrButton_clicked
Kernel-Toolkit/Kernel-Toolkit/MainWindow.cpp:181
Methodopen_process
(self, pid, access_mask, obj_attributes)
Python-Bridge/Python-Bridge.py:338
Methodopen_process_by_ptr
(self, peprocess, access_mask, obj_attributes, processor_mode)
Python-Bridge/Python-Bridge.py:343
Methodopen_section
(self, name, access, obj_flags)
Python-Bridge/Python-Bridge.py:525
Methodopen_thread
(self, tid, access_mask, obj_attributes)
Python-Bridge/Python-Bridge.py:354
Methodopen_thread_by_ptr
(self, pethread, access_mask, obj_attributes, processor_mode)
Python-Bridge/Python-Bridge.py:359
Methodoperator !=
Kernel-Bridge/API/LinkedList.h:68
← previousnext →801–900 of 1,015, ranked by callers