Re: Decompiling an APK file

2019-02-21 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Decompiling an APK file Of course, that are those cases when you're going against law. But as I understand it, illegal is just cracking software, because you grabbed a paid service without paying, what can be considered as stealing it. Does law contain direct prohibiti

Re: Decompiling an APK file

2019-02-21 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Decompiling an APK file Nope, thats definitely not how its supposed to work . Wether you accepted the license or not doesn't change anything about it being in place, just because you say no to the license doesn't mean that you may crack the code or resell the program unde

Re: Decompiling an APK file

2019-02-21 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Decompiling an APK file Hi,@Hijacker: yes and no. Apks are bit different from Windows .exe files. They are mostly build entirely in bytecode, sometimes with several parts in native format.Thus a decompiler (not disassembler) can give you entire Java code of application. in case it

Re: Decompiling an APK file

2019-02-21 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Decompiling an APK file Hi,@Hijacker: yes and no. Apks are bit different from Windows .exe files. They are mostly build entirely in bytecode, sometimes with several parts in native format.Thus a decompiler (not disassembler) can give you entire Java code of application. in case it

Re: Decompiling an APK file

2019-02-21 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Decompiling an APK file Well, if the code is in binary format its probably not legal to try and reverse engineer it anyway, so why add resources to do so here? I'm pretty sure that no apk tool can do that for you anyway, since its totally up to the language used to build the ap

Re: Decompiling an APK file

2019-02-20 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Decompiling an APK file I think you're looking for this:https://ibotpeaches.github.io/Apktool/Just unzipping apk doesn't help much, code and resources are still in binary format and need to be decompiled before editing.Best regardsRastislav URL: https://forum.audiogame

Re: Decompiling an APK file

2019-02-18 Thread AudioGames . net Forum — Developers room : Ilya via Audiogames-reflector
Re: Decompiling an APK file just use something like 7 Z. that should do the job URL: https://forum.audiogames.net/post/412705/#p412705 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Decompiling an APK file

2019-02-18 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Decompiling an APK file As far as I know, apk files are just zip archives, so unzipping them using windows explorer or similar tools like 7zip or others on linux or mac os will do the trick here.best regards.hijacker URL: https://forum.audiogames.net/post/412579/#p412579

Decompiling an APK file

2019-02-18 Thread AudioGames . net Forum — Developers room : vojvoda via Audiogames-reflector
Decompiling an APK file HelloI was trying to decompile an APK file, when I searched google on how to do that, i've got plenty of sites to upload my APK file and they will do it for me.Unfortunately few sites were not accessible and one was decompiling my file for more than an hour