hex.ptr_wflip_2nd_word¶
like: wflip (*ptr)+w, value
ptr is a hex[:w/4] that holds an address, which we assume is dw-aligned.
Signature¶
def ptr_wflip_2nd_word ptr, value { ... }
Defined in hex/pointers/xor_to_pointer.fj — lines 176–180 (view on GitHub).
Complexity¶
Time:
w(1.5@+5)Space:
w(1.5@+17)
See the complexity glossary for what @, w, dw, dbit, n mean.