pylerSM / XInstaller

[Xposed module] Various tweaks for Package Installer
http://repo.xposed.info/module/com.pyler.xinstaller
BSD 2-Clause "Simplified" License
152 stars 61 forks source link

Fixed verifyJarHook to hook using beforeHookedMethod #20

Closed sweetlilmre closed 9 years ago

sweetlilmre commented 9 years ago

This should be the expected execution path. If the method is called an exception will be thrown, so afterHookedMethod is not appropriate

pylerSM commented 9 years ago

Oh... Thanks!