Android Pen-testing - Android Applications and Signing an app.

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • In this video i talk about the DEX byte code.
    I brief on Dalvik and ART virtual machines.
    We then demo on how to sign a new app.
    And conclude with how to extract information of developers of any app as well.

Комментарии • 4

  • @samuelchinonsoarchibong1477
    @samuelchinonsoarchibong1477 4 года назад

    This is a good information however how accurate is this in pt??

  • @kaustavpallob8986
    @kaustavpallob8986 5 лет назад

    Sir all the new app which contains android.debugging = "false" are not rebuild after unzipping by the apktool so what I need to do, or which apps I gonna use for this.

  • @pswalia2u
    @pswalia2u 4 года назад +2

    "apktool d firefox.apk -f -r" should be used for decompiling rather "apktool d firefox.apk -f" , otherwise i am getting errors in building apk.