talsec / Free-RASP-Flutter

Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
183 stars 16 forks source link

Where is the documentation? #83

Closed bugrevealingbme closed 10 months ago

bugrevealingbme commented 11 months ago

I want to migrate but I couldn't find the documentation. Why is it so hard? What is the new onTamperDetected name

yardexx commented 11 months ago

Hello.

Apologies for inconvenience caused during the migration process.

Table that outlines the transition of old checks to their new merged callbacks:

Android old check iOS old check New merged check
onRootDetected onJailbreakDetected onPrivilegedAccess
onEmulatorDetected onSimulatorDetected onSimulator
onHookDetected onRuntimeManipulationDetected onHooks
onTamperDetected onSignatureDetected onAppIntegrity
onDeviceBindingDetected onDeviceChangeDetected onDeviceBinding
onUntrustedInstallationDetected onUnofficialStoreDetected onUnofficialStore
onDebuggerDetected onDebuggerDetected onDebug
(not in 4.0.0 version) onMissingSecureEnclaveDetected onSecureHardwareNotAvailable
(not available for this platform) onDeviceIdDetected onDeviceID
(not in 4.0.0 version) onPasscodeDetected onPasscode
(not in 4.0.0 version) (not in 4.0.0 version) onObfuscationIssues