Hi, I'm new to Java and mainly have a background in optimising performance of large and complex databases so my question may seem elementary.
With Java vs C++, is there a much larger risk of hackers being able to attach to the compiled release version (all B4X platforms) to read runtime values from variables (created post launch) or calling functions at the app/VM interface? I have had a look on Google and Bing but articles seem to be old and contradictory in some cases.
If so, is there a technique to mitigate this? I appreciate not storing values in the app helps but is that enough?
Thanks
With Java vs C++, is there a much larger risk of hackers being able to attach to the compiled release version (all B4X platforms) to read runtime values from variables (created post launch) or calling functions at the app/VM interface? I have had a look on Google and Bing but articles seem to be old and contradictory in some cases.
If so, is there a technique to mitigate this? I appreciate not storing values in the app helps but is that enough?
Thanks