MCPcopy Index your code
hub / github.com/qilingframework/qiling / append

Method append

qiling/os/windows/handle.py:54–55  ·  view source on GitHub ↗
(self, handle: Handle)

Source from the content-addressed store, hash-verified

52 self.append(Handle(id=0x80000050, name='HKEY_PERFORMANCE_TEXT'))
53
54 def append(self, handle: Handle) -> None:
55 self.handles[handle.id] = handle
56
57 def get(self, id: int) -> Optional[Handle]:
58 return self.handles.get(id, None)

Callers 15

__init__Method · 0.95
hookFunction · 0.45
patchMethod · 0.45
select_debuggerFunction · 0.45
__handle_intrMethod · 0.45
__handle_insnMethod · 0.45
__handle_traceMethod · 0.45
__handle_memMethod · 0.45
__handle_invalid_insnMethod · 0.45
hook_addressMethod · 0.45
magicMethod · 0.45
handle_iMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_ref_discardMethod · 0.36
populate_testsFunction · 0.36
on_getpid_exitMethod · 0.36
on_brk_exitMethod · 0.36
on_exitMethod · 0.36
on_enterMethod · 0.36
my_brkMethod · 0.36
spyMethod · 0.36
onenter_fopenMethod · 0.36
test_syscall_readMethod · 0.36
test_syscall_writeMethod · 0.36
test_syscall_openMethod · 0.36