Android-Tamper-Detector icon indicating copy to clipboard operation
Android-Tamper-Detector copied to clipboard

guardDebugger arguments mixed up in example and documentation

Open nano0m opened this issue 1 year ago • 0 comments

In tamperdetector version 1.0.1 documentation and examples shows that first argument unit is success (no debuggers detected and second is "error" unit) yet implementation is reversed fun guardDebugger(error: (() -> Unit) = {}, function: (() -> Unit))

nano0m avatar Aug 26 '22 03:08 nano0m