你可以去官方网站(https://code.visualstudio.com/)下载适合你操作系统的版本,并按照安装指南进行安装。 2. 安装Java插件:打开VSCode,点击左侧的扩展按钮(或者按下Ctrl+Shift+X),搜索并安装Java插件。这个插件提供了Java语言的支持,包括反编译。 3. 安装Java Decompiler插件:同样在VSCode的扩
java.decompiler.[id](replace[id]with the ID of the decompiler you wish to configure): additional configuration to provide to the decompiler. The format depends on the chosen decompiler. Use the autocomplete functionality of Visual Studio Code's settings to view the possible options and their desc...
ToolstringnamestringtypeintperformanceProjectstringnamestringrequirementslooks for 示例Java 代码的反汇编实现代码块: // 使用Jadx进行反汇编importjadx.core.JavaClass;importjadx.core.dex.nodes.ClassNode;ClassNodeclassNode=decompiler.getClassNode("MyClass");System.out.println(classNode.getSmaliCode()); 1. ...
code --install-extension vscjava.vscode-java-pack 1. 这里会安装 VSCode Java 相关的一些工具和功能。 3. 安装 Java Decompiler 扩展 接下来,你需要在 VSCode 中安装 Java Decompiler 扩展。可以在扩展市场中搜索“Java Decompiler”并安装。 或者使用命令: code --install-extension cz.johnczekal.vscode-java-...
- Java Decompiler 作用:必须的,不然无法查看其它jar包的class文件 - Java Extension Pack 作用:基本的插件了,必须的 - Language Support for Java(TM) by Red Hat - Debugger for Java - Java Test Runner - Maven for Java - Project Manager for Java ...
磨砖做镜/vscode-java-decompiler 代码Issues2Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 分支(1) 管理 管理 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。
–Java插件:用于提供Java开发的支持,可以在VSCode中执行Java编译和调试等操作。 –Language Support for Java插件:提供更全面的Java语言支持和自动补全功能。 –Java Decompiler插件:用于反编译Java字节码文件,以便查看源代码。 2. 配置项目: –在VSCode中打开Java项目所在的文件夹。
在VScode的扩展中搜索Language Support for Java(TM)并安装。当然,本人并非安装一个插件,读者可根据情况安装。 设置JDK 我们在VSCode中设置SDK的路径。 打开设置这个tab: 输入框中,搜索java com: 打开setting.json文件,配置内容:"java.jdt.ls.java.home": "/Library/Java/JavaVirtualMachines/jdk-16.0.2.jdk/Cont...
vscode-decompiler.java.decompiler.selected Set preference for android apk decompilation to dex2jar + jd-cli (slow) or JADx (default) vscode-decompiler.apk.decompiler.selected" Follow the fix outline inhttps://support.apple.com/en-za/guide/mac-help/mh40616/mac. ...
提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 Watch 2Star3Fork0 磨砖做镜/vscode-java-decompiler 发行版 Releases Releases 功能基于仓库中的历史标记 建议使用类似 V1.0 的版本标记作为 Releases 点。