mythril-hypervisor/mythril

Reduce the use of 4096 as a magic value

dlrobertson opened this issue · 0 comments

Define a constant PAGE_SIZE in mythril_core/src/lib.rs and replace usage of
4096 as a magic value.