jar

com.chinnsenn : sdk-editor

Maven & Gradle

Sep 11, 2023
0 stars

SdkEditorPlugin · sdk-editor是一个在APP编译期修改类的轻量Gradle插件,插件利用Android Plugin官方提供的Transform API干预APK Build流程,实现对特定类的替换修改。无其他不安全Hook操作,100%可靠。 注:该项目 fork 自 https://github.com/iwhys/sdk-editor-plugin,由于原项目年久失修,不支持 AGP 7 版本,故将其更新支持 AGP 7+

Table Of Contents

Latest Version

Download com.chinnsenn : sdk-editor JAR file - Latest Versions:

All Versions

Download com.chinnsenn : sdk-editor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sdk-editor-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.chinnsenn.sdkeditor.plugin

├─ com.chinnsenn.sdkeditor.plugin.ClassPathHelper.class - [JAR]

├─ com.chinnsenn.sdkeditor.plugin.ExtensionKt.class - [JAR]

├─ com.chinnsenn.sdkeditor.plugin.JarUtil.class - [JAR]

├─ com.chinnsenn.sdkeditor.plugin.SdkEditorConfig.class - [JAR]

├─ com.chinnsenn.sdkeditor.plugin.SdkEditorPlugin.class - [JAR]

├─ com.chinnsenn.sdkeditor.plugin.TransformHandler.class - [JAR]