Exemplo 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");
Exemplo 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");