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

Method stack_write

qiling/core.py:723–724  ·  view source on GitHub ↗
(self, offset, data)

Source from the content-addressed store, hash-verified

721 # write to stack, at a given offset from stack bottom
722 # NOTE: unlike stack_push(), this does not change stack register
723 def stack_write(self, offset, data):
724 return self.arch.stack_write(offset, data)
725
726 # stop emulation
727 def emu_stop(self):

Callers 1

write_exit_trapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected