問題タブ [apktool]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
5800 参照

reverse - else文をif文にコピー

else 状態のコードを if ステートメントにコピーしようとしています。ここでは if 条件として表示if-eqzされますが、else 条件がどこにあるのかわかりません。誰かがelse条件を見つけるのを手伝ってくれるので、それをコピーしてifコードにもなります。

また、else ステートメント本体の開始と終了がどこにあるかを知りたい

0 投票する
0 に答える
445 参照

android - Cannot find activities as shown in AndroidManifest.xml for the Facebook apk file

I downloaded an apk file from http://www.apkmirror.com/apk/facebook-2/facebook/facebook-107-0-0-0-38-release/. I decompiled it using Apktool 2.2.1 which was successful. I looked for the launcher activity in the AndroidManifest.xml file. Here is the code for the launcher activity

But i did not find any LoginActivity.smali or FbMainTabActivity.smali in com/facebook/katana folder. Moreover in the com/facebook/katana folder there is only one folder named app which contains only 2 files for the splash activity. Here is a screenshot-- enter image description here

My question is why can't I find the smali files as show in the AndroidManifest.xml file? Is it due to ProGuard?

NOTE:- I have knowledge in developing android apps.

0 投票する
0 に答える
1359 参照

android - 逆コンパイルおよび再コンパイル中に Android APK で署名検証をバイパスする方法

こんにちは、このリンクから Android Ap を逆コンパイルして再コンパイルしようとしています https://play.google.com/store/apps/details?id=com.telepacket.TpSmart変更は行っていません APKTOOL で逆コンパイルして再コンパイルしました再コンパイルした後、Keytool で署名しました。ここでの問題は、起動時にこの再コンパイルされたアプリをインストールすると、オペレーター コード (オペレーター コードとして 2020 を入力できます) を尋ねられ、送信を押すことです。アプリは最新バージョンですが、「アプリを最新バージョンに更新してください」というダイアログ メッセージが表示されます。開発者は署名検証を使用したと思います。バイパスする方法を教えてください。