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

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://h4ck.org.cn/2020/09/jeb-decompiler-pro-3-19-1-may-7-2020-by-pnf-software/
* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


分享文章:

猜你喜欢:

6 comments

  1. Firefox Firefox Windows Windows China广西南宁市 电信 ip address 222.216.*.*

    里面的文件怎么使用,麻烦教一下

    1. Google Chrome Google Chrome Mac Mac China山东省青岛市 移动 ip address 223.80.*.*

      1.通过sh或者bat运行jeb,输入密钥ilbtcdnwiuypbzeo进行解密

      /Users/zhongming/Downloads/jeb-pro-3.19.1.202005071620/jeb_macos.sh 
      JEB decryption password: ilbtcdnwiuypbzeo
      The protected JEB file was successfully decrypted
      内存使用率: 264.0M allocated (48.7M used, 215.3M free) - max: 8.0G
      JEB 3.19.1.202005071620 (jeb-pro) is starting...
      当前目录: /Users/zhongming
      基础目录: /Users/zhongming/Downloads/jeb-pro-3.19.1.202005071620
      程序目录: /Users/zhongming/Downloads/jeb-pro-3.19.1.202005071620/bin
      System: Mac OS X 11.2 (x86_64) zh_CN_#Hans
      Java: Oracle Corporation 16.0.1
      Plugin loaded: com.pnf.plugin.androidjnihelper.DynamicJNIDetectionPlugin
      Plugin loaded: com.pnf.libravm.LibraIdentifier
      Plugin loaded: com.pnf.libravm.LibraDisassemblerPlugin
      Plugin loaded: com.pnf.libravm.LibraDecompilerPlugin
      Plugin loaded: com.pnf.androsig.gen.AndroidSigGenPlugin
      Plugin loaded: com.pnf.androsig.apply.andsig.AndroidSigApplyPlugin
      Plugin loaded: com.pnf.plugin.oat.OATPlugin
      Plugin loaded: com.pnf.plugin.pdf.PdfPlugin
      

      2.通过下面的python代码计算keygen进行激活,运行环境python2

      #https://bbs.pediy.com/
      #!/usr/bin/env python
      import os, sys, struct, time, binascii, hashlib
      
      RC4_Key2= 'Eg\xa2\x99_\x83\xf1\x10'
      
      def rc4(Key, inData):
          Buf = ""
          S = range(256)
          K = (map(lambda x:ord(x), Key) * (256 / len(Key) + 1))[:256]
          j = 0
          for i in range(256):
              j = (S[i] + K[i] + j) % 256
              S[i], S[j] = S[j], S[i]
          i, j = 0, 0
          for x in range(len(inData)):
              i = (i + 1) % 256
              j = (j + S[i]) % 256
              S[i], S[j] = S[j], S[i]
              Buf += chr(S[(S[j] + S[i]) % 256] ^ ord(inData[x]))
          return Buf
      
      def Long2Int(longdata):
          lo = longdata & 0xFFFFFFFF
          hi = (longdata >> 32) & 0x7FFFFFFF
          return hi, lo
          
      def KeygenSN(LicenseSerial, MachineID):
          mhi, mlo = Long2Int(MachineID)
          lhi, llo = Long2Int(LicenseSerial)
          hi_Key = (mhi - lhi + 0x55667788) & 0x7FFFFFFF
          lo_Key = (mlo + llo + 0x11223344) & 0xFFFFFFFF
          Z0, = struct.unpack('

      选择手动激活,复制data生成sn:

      (python2) zhongming@ZhongMingdeMBP ~ % python /Users/zhongming/Downloads/jebKeygen.py 
      Input License Data:
      48000000D5B6270DB0CDCCBEA1F023B8BC793739F0B5A5F57E9D5D6697C76D21D24849A5482C71BD1F32DA06A8E29E7145F6BCACB50B174D66E55261A5EE5D844E717C30488AD75ADFCB246B58B5CD94
      JEB License Key: 5277361611045064540Z9199121327
      Enter to Exit...
      
  2. Google Chrome Google Chrome Windows Windows China上海市 联通 ip address 27.115.*.*

    现在会报,感觉用不了了,有啥办法么
    your license does not permit the creation of new projects

    1. Google Chrome Google Chrome Mac Mac China山东省青岛市 移动 ip address 223.80.*.*

      应该是序列号被列入黑名单了把?在不联网的虚拟机里全新安装激活试试?

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注