pyc“ 的搜索结果

Jupyter Notebook9.51 k
5 个月前
shibing624/pycorrector

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

Python6.17 k
8 天前🇨🇳

Materials for my Pycon 2015 scikit-learn tutorial.

Jupyter Notebook896
5 年前
Python5.12 k
1 个月前

C++ python bytecode disassembler and decompiler

C++3.97 k
16 天前

#Awesome#Bits and bytes of Python from the Internet

3.24 k
2 年前

🐍 Complete C99 parser in pure Python

Python3.43 k
9 小时前

The Python Cryptography Toolkit

Python2.47 k
4 年前

A self-contained cryptographic library for Python

C3.1 k
3 个月前

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

Python124
13 年前

Extract .pyc files from executables created with py2exe

Python282
3 年前

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

C++208
1 年前

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

Python135
1 个月前

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

Python374
1 年前

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

Python12
7 年前

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
10 个月前

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...

Python139
2 年前

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

36
3 年前