Loading [MathJax]/jax/output/CommonHTML/config.js
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >JEB Decompiler PRO 3.19.1 (May 7, 2020) by PNF Software

JEB Decompiler PRO 3.19.1 (May 7, 2020) by PNF Software

作者头像
obaby
发布于 2023-02-23 03:07:34
发布于 2023-02-23 03:07:34
9180
举报
文章被收录于专栏:obaby@marsobaby@mars

Core:

– DEX Decompiler: Emulator: improvements

– DEX Decompiler: fixes on corner-case scenarios

Java: Decompiled source: matched parentheses/brackets/braces open-close

– Dex/Dalvik: more information for query xrefs action

– Dex/Dalvik: some fixes, more tolerant Dalvik parsing in corner-cases

– Operation: added COPY_ADDRESS (see API; mapped to menu “Navigation, Copy Address” in UI client)

– Native: Siglibs updates

– Other fixes

Client:

– Cross-references panel: the dialog is now modeless (keep navigating, jump to xrefs without closing the widget)

– Navigation: fixes and tweaks in history navigation (more to be smoothed out, navigating the history remains counter-intuitive in some cases)

– Styles/Themes: added light/sepia fall-back for system-wide dark modes if needed

– Themes: fixed standard theme on dark-mode macOS with recent JDK

– UI client is now compatible with recent JDK, incl. JDK 14. JEB’s native launcher will not work on linux/macOS though.

Note: we recommend to keep on using JDK 8u191+.

– Other fixes

下载:链接: https://pan.baidu.com/s/1LaefgRfjZQ0bGisHkh-HGA 密码: jw8c

☆文章版权声明☆

* 网站名称:obaby@mars

* 网址:https://h4ck.org.cn/

* 本文标题: 《JEB Decompiler PRO 3.19.1 (May 7, 2020) by PNF Software》

* 本文链接:https://cloud.tencent.com/developer/article/2221856

* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020年9月17日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
Jeb 4.21 Crack
Requirements: JDK 11.0.X 64 bit, 64-bit OS
obaby
2023/02/22
1.4K0
Hex-Rays Decompiler (v1.5.0.110408) Crack
* 网站名称:obaby@mars * 网址:https://h4ck.org.cn/ * 本文标题: 《Hex-Rays Decompiler (v1.5.0.110408) Crack》 * 本文链接:https://h4ck.org.cn/2014/08/hex-rays-decompiler-v1-5-0-110408-crack/ * 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。
obaby
2023/02/23
1.2K0
Android 逆向工具篇—反编译工具的选择与使用
在过去,当我们想要了解一个 app 内部运作细节时,往往先通过 ApkTool 反编译 APK,生成 smali 格式的反汇编代码[1],然后大佬和老手直接阅读 smali 代码,适当的进行修改、插桩、调试,经过一定的经验和猜想,理解程序的运行逻辑和加解密细节,比如如下的 smali 代码。
Python编程与实战
2019/12/04
30.5K1
26款优秀的Android逆向工程工具
SMALI/BAKSMALI是一个强大的apk文件编辑工具,用于Dalvik虚拟机(Google公司自己设计用于Android平台的虚拟机)来反编译和回编译classes.dex。其语法是一种宽松式的Jasmin/dedexer语法,而且它实现了.dex格式所有功能(注解,调试信息,线路信息等)。
知识与交流
2023/03/25
9.1K0
26款优秀的Android逆向工程工具
IDA Pro 7.5 + HexRays (x86/x64/ARM/ARM64)
The source code of the software we use on a daily basis isn’t always available. A disassembler like IDA Pro is capable of creating maps of their execution to show the binary instructions that are actually executed by the processor in a symbolic representation called assembly language. This disassembly process allows software specialists to analyse programs that are suspected to be nefarious in nature, such as spyware or malware. However, assembly language is hard to read and make sense of. That is why advanced techniques have been implemented into IDA Pro to make that complex code more readable. In some cases, it is possible to revert the binary program back, to a quite close level, to the original source code that produced it. The map of the program’s code can then be post-processed for further investigation.
obaby
2023/02/23
6.6K0
IDA Pro 7.5 + HexRays (x86/x64/ARM/ARM64)
Android逆向之静态分析
想必打过CTF的小伙伴多多少少都触过Android逆向,所以斗哥将给大家整一期关于Android逆向的静态分析与动态分析。本期先带来Android逆向的静态分析,包括逆向工具使用、文件说明、例题解析等。
漏斗社区
2018/09/29
1.8K0
Android逆向之静态分析
IDA Pro v7.3(Hex-Rays Decompilers v7.0): A Team IRA Release
下载链接:链接: https://pan.baidu.com/s/1BioMPgaiOei6dmRSthO3bA 提取码: w9n6
obaby
2023/02/23
9200
IDA Pro v7.3(Hex-Rays Decompilers v7.0): A Team IRA Release
IDA Pro Plugin wizard for vs2013
 感谢zadow提供的升级版的向导: https://forum.tuts4you.com/topic/34511-ida-pro-plugin-wizard-for-vs2013/
obaby
2023/02/23
4890
android反编译apk_apk反编译找不到
APKTool是GOOGLE提供的APK编译工具,需要JAVA运行环境,推荐使用JDK1.6或者JDK1.7。
全栈程序员站长
2022/10/01
1.5K0
001
.dex => dexopt => .odex dalvik 加载执行的 odex 文件
andrew_a
2021/12/13
7460
001
彻底弄懂dalvik字节码【三】0x01:0x02:0x03:0x04:0x05:
【一】、【二】中从代码的角度分析了dalvik字节码解释执行的过程,这篇文章以一个例子来实际分析一下。
用户2930595
2018/08/23
2K0
彻底弄懂dalvik字节码【三】0x01:0x02:0x03:0x04:0x05:
android逆向工具/命令
jd-gui 查看jar包的java代码 使用jd-gui打开classes-dex2jar.jar就可以看到源代码了
tea9
2022/09/08
9520
IDA PRO 5.6 Demo
‘instant debugger’: the debugger can be launched and a process started without a database. This feature is available locally and remotely and allows the debugger to be attached to any running process in the system. IDA can be used as the default system debugger. Remote 64-bit debugger for MS Windows 64 running on AMD64/EMT64. IDA itself runs in 32-bit mode while the debugger server runs in 64-bit mode to launch and debug 64-bit applications. full type system support for the ARM processor. IDA supports the function calling conventions and comments function parameters in the same way as it does on PC. The ARM module has been significantly improved: see a list of all the ARM specific enhancements below. Wizard-like interface to load new files. IDA assists the user in the initial load process by asking relevant questions about the file. This interface is configurable with XML files. Processor Modules
obaby
2023/02/28
1K0
App安全测试——Android APK反编译
我们下载到的Android App 安装包是 Apk文件(Android Application Package) 。通过 Apk 文件,我们也可以得到这个应用的代码和资源文件,对应用进行修改。
清风穆云
2021/08/09
1.8K0
2020年支持java8的Java反编译工具汇总
大多商业软件,会对程序进行加密、加壳等安全措施以防范软件被破解,从而使得反编译越来越难。反编译是一个对目标可执行程序进行逆向分析,从而得到源代码的过程。尤其是像Java这样的运行在虚拟机上的编程语言,更容易进行反编译得到源代码。
全栈程序员站长
2022/08/03
8590
2020年支持java8的Java反编译工具汇总
安卓逆向系列教程(三)静态分析工具
几年之前,我们要破解 APK,可能需要用到 apktool、dex2jar、jd-gui 以及 smali2java 等工具。还需要在控制台中键入命令,但现在有了集成工具,一切都变得省事了。
ApacheCN_飞龙
2019/02/15
1.9K0
安卓逆向系列教程(三)静态分析工具
Hacking Tools搜罗大集合
各种各样的黑客工具浩如天上繁星,这也让许多刚刚入门安全技术圈的童鞋感到眼花缭乱,本文整理了常用的安全技术工具,希望能够给你带来帮助。以下大部分工具可以在 GitHub 或 SourceForge 下载。 Windows 调试工具 通用调试器 OllyDbg:经典的反汇编工具 IDA pro:宇宙最强反汇编,支持源码级别的查看 x64dbg:基于Qt的开源现代化的动态调试器 Immunity Debugger:流行的用户模式调试器(依赖Python)配合 PyCommand 插件可构建 ROP 链。 W
FB客服
2018/02/24
1.9K0
Android .gitignore 文件
# Built application files *.apk *.ap_ # Files for the Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ out/ # Gradle files .gradle/ gradle/ build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder gen
用户2657851
2020/03/04
4530
Android安全几道入门题目
Android系统由于其开源的属性,市场上针对开源代码定制的ROM参差不齐,在系统层面的安全防范和易损性都不一样,android应用市场对app的审核相对 iOS来说也比较宽泛,为很多漏洞提供了可乘之机。市场上一些主流的app虽然多少都做了一些安全防范,但由于大部分app不涉及资金安全,所以对安全的重视程度不够。本文通过几个题目可以让你基本了解android中简单的但比较经典的漏洞、以及简单的android注册机开发的思路。阅读本文,你可能需要了解android逆向的基本知识和常用工具、非常简单的java语
FB客服
2018/02/28
1.9K0
Android安全几道入门题目
Android内存管理(JVM 、DVM(dalvik) 、ART简单介绍)
本文不对JVM 、DVM(dalvik) 、ART这三者做具体的分析。只是从内存管理的角度来介绍下三者的区别和联系。
Anymarvel
2020/09/06
3.2K0
相关推荐
Jeb 4.21 Crack
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档