angr.procedures.win32.VirtualAlloc

angr.procedures.win32.VirtualAlloc.convert_prot(prot)

Convert from a windows memory protection constant to an angr bitmask

angr.procedures.win32.VirtualAlloc.deconvert_prot(prot)

Convert from a angr bitmask to a windows memory protection constant

class angr.procedures.win32.VirtualAlloc.VirtualAlloc

Bases: SimProcedure

allocate_memory(size)