TryCatchObfuscationRemover.isFake does not account for native methods being invoked, which can cause a NPE due to them not having any instructions.
There probably is other special cases like this related to this pass, so we should probably check this with other 'special' method types. (abstract methods?)
TryCatchObfuscationRemover.isFake does not account for native methods being invoked, which can cause a NPE due to them not having any instructions.
There probably is other special cases like this related to this pass, so we should probably check this with other 'special' method types. (abstract methods?)