Function bossInit

Source
pub unsafe extern "C" fn bossInit(
    programID: u64_,
    force_user: bool,
) -> Result
Expand description

Initializes BOSS.

ยงArguments

  • programID - programID to use, 0 for the current process. Only used when BOSSP is available without *hax payload.
  • force_user - When true, just use bossU instead of trying to initialize with bossP first.