逆向
未读
如何去掉某博客付费插件的检测
The article discusses how to bypass the payment detection of a plugin on a blog, specifically on the Halo platform. The author uses various tools such as Jadx, dex2jar, smali, and d8 to reverse engineer the plugin's code and modify it to remove the payment check. The step-by-step process involves converting the class file to dex, then to smali, modifying the smali code, and finally recompiling it back to a runnable plugin.