Esempio n. 1
0
 /// <summary>
 /// Checks for busy box binary.
 /// </summary>
 /// <returns><c>true</c>, if for busy box binary was checked, <c>false</c> otherwise.</returns>
 private static bool CheckForBusyBoxBinary() => RootCheckerUtils.CheckForBinary("busybox");
Esempio n. 2
0
 /// <summary>
 /// Checks for su binary.
 /// </summary>
 /// <returns><c>true</c>, if for su binary was checked, <c>false</c> otherwise.</returns>
 private static bool CheckForSuBinary() => RootCheckerUtils.CheckForBinary("su");