You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The big portion of this library's code are routines that convert configuration from JavaScript object to the native Malwarelytics configuration. To be sure that everything works properly we should implement code that convert an effective configuration used in the native code back to the JavaScript. This will help the testing a lot.
The conversion may maintain a native configuration's hierarchy to minimize the errors in the backward conversion. In other words, we don't need to convert Android's RASP config booleans back to types used in the TS.
The code should be available only if library is compiled in DEBUG. The interface should be available also for app developers.
The text was updated successfully, but these errors were encountered:
The big portion of this library's code are routines that convert configuration from JavaScript object to the native Malwarelytics configuration. To be sure that everything works properly we should implement code that convert an effective configuration used in the native code back to the JavaScript. This will help the testing a lot.
The conversion may maintain a native configuration's hierarchy to minimize the errors in the backward conversion. In other words, we don't need to convert Android's RASP config booleans back to types used in the TS.
The code should be available only if library is compiled in DEBUG. The interface should be available also for app developers.
The text was updated successfully, but these errors were encountered: