Class HookTools

java.lang.Object
com.castlabs.sdk.hooktools.HookTools

public class HookTools extends Object
HookTools is a library that provides a way to check if the system has been tampered with. It uses native code to perform the detection and provides a callback interface for the result.
  • Method Details

    • setCallback

      public static void setCallback(@Nullable HookTools.Callback callback)
      Sets the callback to be used for receiving system status updates.
      Parameters:
      callback - The callback to be set.
    • check

      public static void check(@NonNull HookTools.Callback callback, @NonNull Context context)
      Checks if the system has been tampered with and notifies the callback.
      Parameters:
      callback - The callback to be used for receiving the result.
      context - The context to be used for accessing resources.