apk decompilation, smali file modification, repackaging, practical application of java to samli plug-in in the project

1. Tool introduction: 1. apktool: aapt.exe, apktool.bat, apktool.jar; the three are used together in the same directory to decompile apk and repackage apk; 2.dex2jar: The function of this tool is to decompile the classes.dex file to the source code (if the apk is not reinforced), decompile the file, and use the jd-gui tool to view […]

[Internet of Vehicles Security Series] Android leaked “insert log print variable value in smali code”

Summary The third step of Android leak digging is to learn how to insert log into smali code to print variable values. This article follows the master article (https://www.52pojie.cn/thread-665362-1-1.html). ** Simple try ** 01 Writing JAVA programs Open AndroidStudio, create a new project, and write a switch case statement in MainActivity. package com.example.myapplication2;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import […]