问题
is to possible to make else to if in smali
I need to modify if else state to change else to if and then delete if
if(){
}
else{
}
to
delete if(){ }
and make the else become if(){}
来源:https://stackoverflow.com/questions/40585903/smali-else-to-if-modification