GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub

编程语言

”pyc“ 的搜索结果

pycaret
@pycaret

#计算机科学#An open-source, low-code machine learning library in Python

数据科学citizen-data-scientistsPython机器学习pycaret
Jupyter Notebook9.42 k
3 个月前

相关主题

Pythondisassemblerdecompilerpep8error-detectiontechnical-analysismacbert4csc安全

Google   Bing   GitHub

shibing624/pycorrector
pycorrector
@shibing624

pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。

spelling-errorserror-correctionpycorrectorkenlmerror-detection
Python6.08 k
7 天前🇨🇳
Jake Vanderplas
sklearn_pycon2015
Jake Vanderplas@jakevdp

Materials for my Pycon 2015 scikit-learn tutorial.

Jupyter Notebook896
5 年前
Python Code Quality Authority
pycodestyle
Python Code Quality Authority@PyCQA

Simple Python style checker in one Python file

Pythonpep8styleguidestyle-guidelinter-plugin
Python5.11 k
22 天前
pycdc
@zrax

C++ python bytecode disassembler and decompiler

PythondecompilerdisassemblercxxHacktoberfest
C++3.84 k
11 天前
pycrumbs
@kirang89

#Awesome#Bits and bytes of Python from the Internet

PythonlinksAwesome Lists
3.24 k
2 年前
Eli Bendersky
pycparser
Eli Bendersky@eliben

🐍 Complete C99 parser in pure Python

Python3.4 k
3 个月前
pycryptobot
@whittlem

#区块链#Python Crypto Bot (PyCryptoBot)

backtestingbacktesting-trading-strategies币安binance-api
Python2.03 k
1 个月前
pycrypto存档
@pycrypto

The Python Cryptography Toolkit

Python2.46 k
3 年前
pycryptodome
@Legrandin

A self-contained cryptographic library for Python

Cryptography安全Python
C3.05 k
24 天前
Pytroj
@jgeralnik

A tool for infected .pyc files with arbitrary code that spreads out to infect all other .pyc files

Python124
13 年前
unpy2exe
@matiasb

Extract .pyc files from executables created with py2exe

Python281
2 年前
NeteaseUnpackTools
@binronn

Netease game file decrypt tools.( .npk .nxs .pyc )

C++204
1 年前
WorldOfTanks-Decompiled
@StranikS-Scan

Unpacked and decompiled versions of xml- and pyc-files of WorldOfTanks

Python134
1 个月前
pydumpck
@serfend

a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.

decompilerpycelfexe
Python368
1 年前
AntiUncompyle
@YonatanErez

AntiUncompyle is a tool for editing .pyc files so they will be immune against python decompilers

Python12
7 年前
mysterium
@venaxyt

Mysterium the first tool which permits you to retrieve the most part of a Python code even the .py or .pyc was extracted from an executable file, even it is encrypted with every existing encryptage. M...

Python179
8 个月前
pyc2bytecode
@knight0x07

A Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Py...

Cybersecurityinfosectoolsblueteam逆向工程
Python135
2 年前
ZFJPyMix
@zfjsyqk

网上有很多混淆的方法和技术,混淆都是为了增加代码的阅读难度;还有就是加密了,最基本的方法是发布pyc文件, 也就是将所有的.py源文件转换成pyc对外发布;还有一种方案是方案是借助cython. cython可以将python文件转换成c, 并编译成pyd文件;这里我们主要讲的是通过ZFJPyMix来混淆Python源码,以达到增加代码的阅读难度的目的!

36
2 年前