Class providing a way to work with 64bit pointers from Javascript, this API mimics the same well-known promitive available in Frida, but it's baked by the current session of r2.
It is also possible to use this class via the global ptr function.
ptr
Optional
Compare current pointer with the passed one, and return -1, 0 or 1.
returns -1, 0 or 1 depending on the comparison of the pointers
Check if it's a pointer to the address zero. Also known as null pointer.
true if null
Generated using TypeDoc
Class providing a way to work with 64bit pointers from Javascript, this API mimics the same well-known promitive available in Frida, but it's baked by the current session of r2.
It is also possible to use this class via the global
ptr
function.