0

smali で if を else にすることが可能です

if else 状態を変更して、else を if に変更し、if を削除する必要があります

if(){

}

else{
}

if(){ } を削除

else を if(){} にする

4

0 に答える 0