I hope it was clear enough
I hope it was clear enough
But you don’t understand, if people stop pirating, the subscription prices will go down because of all the parasites who get it for free. The corporations would never just take the additional money and raise prices to get even more, right?
The real successors are pablo’s fork or forks of other devs who were already working on the project.
Just forking and changing the name gets us nowhere.
You need competent devs to work on such projects.
Somebody forked the repo and changed the name != the project is being continued
Big companies are probably better at finding people than law enforcement is
I’m currently also looking at decompiling android apps and understand a bit of smali. If you send me the apk I might look into it.
If you want to do it yourself, I recommend apktool_m on android. It includes all tools required to decompile the app. It can even show a partially correct java code in apps that are not obfuscated.
Please tell me this never worked for the sake of humanity
I think not as the only instance that has your ip is the one you are registered on.
I’m also looking into it right now.
The code of android apps is compiled to dalvik bytecode which is contained in the *.dex files in the apk. You will not be able to read it. You need to decompile it to something human readable. One of those formats is smali. The xml files (manifest, ressources) are also compiled and need to be decompiled.
One of the best tools to decompile apks is apktool. It works on pc and there is an unofficial android version. The android version includes an editor and is a gui.
Smali is not that easy to read for beginners so on some apps you can try converting it to java using jadx (standalone on pc and included in apktool mobile). The java code will be full of mistakes and will only be partial but will be readable more easily and will give you a general idea of what the code does. This works well only if the code is not completly obfuscated or was written in kotlin.
I suggest learning about android apps before trying to mod them. Learn Java (and or Kotlin) for android. Learn about activities and other things that are specific to android. If you don’t understand the concepts used in an android app you will probably not be able to mod apps.
The only problem with firefox on android is that its slow af compared to chromium based alternatives. I can’t see a difference on pc but it is clearly noticeable on android.
Age restricted videos are a problem
You can enable those in the settings under content > show age restricted content
Anna’s archive has a lot of scientific papers.
Android is not really at risk when using an up to date os and not giving the app sensitive permissions. Android apps are sandboxed and canot do much without permissions. If you want to be sure, use virustotal as other recommended in the thread. Also maybe avoid sketchy sources
Cloudflares blog posts say so so I assume this is true but I would still recommend everyone to verify this for themselves before receiving letters from law firms.
To me it is not 100% clear if your IP is always hidden
This community post talks about mixed results although it says that issue was fixed
A quick Google search and many sites say that warp does not hide your IP altough some say that they added that feature
However this post and this post from the cloudflare team says it does hide your ip.
Plot twist: they’re renaming Skull and Bones to Black Flag remastered
“Cracked” meaning having replaced a dll file
What provider were you using before? Just to make sure I never use it.
Microsoft controls the java licenses (you can only buy it from them). This allows them to check that account x has a valid license as they are also linked to the game account
The bedrock licences are tied to other platforms (Google play, apple appstore, …) and are not tied to the game account. I can login with any account on bedrock (not like java)