pub fn unsafe_code_copy(from: usize, length: usize) -> Vec<u8>
Expand description

Executes codeCopy, but does not check for overflow.