hackem
发表于 2020-4-12 10:00:10
什么原理呢{:loveliness:}
fanfanfanfan
发表于 2020-4-12 11:59:00
感谢发布原创作品,PYG有你更精彩!
zhurui
发表于 2020-4-25 22:18:50
感谢发布原创作品,PYG有你更精彩!
freedomw10
发表于 2020-4-25 23:53:10
这个真的很好很强大,谢谢楼主分享
xingbing
发表于 2020-6-16 16:46:27
收藏一个,应该是很不错
a6307a
发表于 2020-8-8 20:14:52
本帖最后由 a6307a 于 2020-8-8 20:28 编辑
This license JVCH4PWQRE has been cancelled. Please contact your license administrator.
spray
发表于 2020-8-14 17:10:59
现在还可以用吗
spray
发表于 2020-8-14 18:13:56
新版本有效,就是频繁提示注册码回作废。
pygcnm
发表于 2020-8-28 20:57:47
感谢分享
jixun.moe
发表于 2020-12-7 06:22:47
这实现有点水 {:lol:}
root@6d9679aac8b0:/tmp# python3.7 pyinstxtractor.py q
[+] Processing q
[+] Pyinstaller version: 2.1+
[+] Python version: 37
[+] Length of package: 6460707 bytes
[+] Found 363 files in CArchive
[+] Beginning extraction...please standby
[+] Possible entry point: pyiboot01_bootstrap.pyc
[+] Possible entry point: pyi_rth__tkinter.pyc
[+] Possible entry point: pyi_rth_certifi.pyc
[+] Possible entry point: q.pyc
[+] Found 249 files in PYZ archive
[+] Successfully extracted pyinstaller archive: q
You can now use a python decompiler on the pyc files within the extracted directory
root@6d9679aac8b0:/tmp# uncompyle6 q_extracted/q.pyc
# uncompyle6 version 3.7.4
# Python bytecode 3.7 (3394)
# Decompiled from: Python 3.7.9 (default, Nov 18 2020, 14:10:47)
#
# Embedded file name: q.py
import requests, pyperclip, tkinter
from tkinter import messagebox
root = tkinter.Tk()
root.withdraw()
messagebox.showinfo('提示', '欢迎使用JetBrains全家桶激活码提取工具,请稍后....')
result = requests.get('<我把地址藏起来了>')
if result.status_code != 200:
messagebox.showerror('提示', '本工具已失效,请下载新版本。')
else:
pyperclip.copy(result.text)
messagebox.showinfo('提示', '激活码已复制到系统剪切板。')
# okay decompiling q_extracted/q.pyc