←back to thread

67 points thunderbong | 2 comments | | HN request time: 0s | source
Show context
a_t48 ◴[] No.41952885[source]
This is very familiar. I spent a few weeks on a mobile game hiding various values in memory (using lua metadata magic to make it transparent to the designers!) Eventually it turned out the best thing to be done was just to ban all jailbroken iOS users and be done with it.
replies(1): >>41953244 #
langsoul-com ◴[] No.41953244[source]
The Web equivalent is to ban China, Russia, SEA, South America from being able to use your Web service.

Actually super effective

replies(2): >>41953325 #>>41954057 #
a_t48 ◴[] No.41954057[source]
I wouldn't go that far. The number of jailbroken phones was a fraction of a percent of our user count, but 100% of our known cheater count. Every single one.
replies(1): >>41954403 #
1. mysterydip ◴[] No.41954403{3}[source]
how was the jailbreak state detected?
replies(1): >>41957697 #
2. a_t48 ◴[] No.41957697[source]
A bunch of the filesystem was visible to all apps that isn’t visible on a regular phone. I’m sure someone smart could have gotten around the detection, but nobody cared enough to do so.