charles2gan / GDA-android-reversing-Tool

the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory extraction, data decryption, and encryption, etc.
https://twitter.com/charles_gan1
Apache License 2.0
4.21k stars 526 forks source link

gda数值的判断和null 的比较,编译的结果不好判断 #135

Closed zoulei-520 closed 1 year ago

zoulei-520 commented 1 year ago

1, b=-2 if (!b) 是 true还是false 2, if (fasle!=null) 是 true还是false 3, d =3 if(d>null) 是 true还是false