Expand description
§Bindings to the BrowserEngineCore
framework
See Apple’s docs and the general docs on framework crates for more information.
Functions§
- be_
kevent ⚠BEkevent
andlibc
- be_
kevent64 ⚠BEkevent
andlibc
- be_
memory_ inline_ jit_ restrict_ rwx_ to_ rw_ with_ witness BEMemory
and AArch64 - These functions that can toggle JIT R^X permissions, while enforcing control flow integrity using PAC. This function is intended to be used only in performance-critical sections of code. Please consult the documentation extensively before relying on this API.
- be_
memory_ inline_ jit_ restrict_ rwx_ to_ rx_ with_ witness BEMemory
and AArch64 - See
be_memory_inline_jit_restrict_rwx_to_rw_with_witness
. - be_
memory_ inline_ jit_ restrict_ with_ witness_ supported BEMemory
and AArch64 - Returns
true
iff the inlinable version of the jit_write_protect API is available.