pub const dr_map_executable_flags_t_DR_MAPEXE_SKIP_WRITABLE: dr_map_executable_flags_t = 2;Expand description
Requests that writable segments are not mapped, to save address space. This may be ignored on some platforms and may only be honored for a writable segment that is at the very end of the loaded module.