VirtualAlloc
¤
convert_prot
¤
convert_prot(prot)
Convert from a windows memory protection constant to an angr bitmask
Source code in sema_toolchain/sema_scdg/application/procedures/windows/custom_package/VirtualAlloc.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
deconvert_prot
¤
deconvert_prot(prot)
Convert from a angr bitmask to a windows memory protection constant
Source code in sema_toolchain/sema_scdg/application/procedures/windows/custom_package/VirtualAlloc.py
40 41 42 43 44 45 46 |
|