pub unsafe fn encls_edbgwr(data: u64, target_address: u64)
Expand description

Write to a Debug Enclave.

Arguments

  • Data to be written to a debug enclave
  • Address of Target memory in the EPC

Safety

Requires SGX support.