angr.storage.memory_mixins.paged_memory.stack_allocation_mixin¶
- class angr.storage.memory_mixins.paged_memory.stack_allocation_mixin.StackAllocationMixin¶
Bases:
PagedMemoryMixinThis mixin adds automatic allocation for a stack region based on the stack_end and stack_size parameters.
- __init__(stack_end=None, stack_size=None, stack_perms=None, **kwargs)¶
- allocate_stack_pages(addr, size, **kwargs)¶
Pre-allocates pages for the stack without triggering any logic related to reading from them.