[WISH] an "executestring" function

Rigsby

Member
Licensed User
Longtime User
I'm a bit concerned about how easy it is to crack an android app even with google licencing & obfuscation - lucky patch for example. Everything seems to boil down to some true/false statement which is child's play to patch.

I would like to be able to download strings (hashed probably) from a remote server that you could simply execute. You could push various different strings depending on conditions, days run, expired, full or cutdown version etc, and execute accordingly.

Simple stuff such as.

dta = Asc(theBlock)
newasc = Bit.AND(dta, msk)

I can see that it is already possible to do this, and just get portions of the hashed string from your server, and use them as a loop counter value.

I just think it would make it more difficult to patch the apk with a stringexecute and would be a killer function. Possible ?

R.
 
Last edited:

Rigsby

Member
Licensed User
Longtime User
Top