This is your work, valued

ekcbw

Intermediate
@ekcbw

pymodhook. A library for recording arbitrary calls to Python modules, primarily intended for Python reverse engineering and analysis.

117

pyc-zipper. A tool for packing, unpacking, compressing and obfuscating Python bytecode files (.pyc) .

69

Python-gravity-simulator. This is a software that simulates the gravity and planetary motion in the universe with Python, using physical formulas including universal gravitation to calculate the orbits of celestial bodies.这是一个Python计算机模拟万有引力、太阳系行星运动的软件, 应用了万有引力等相关的物理公式计算,可以模拟出天体的椭圆轨道,并提供了图形界面。

36

pyobject. A multifunctional utility tool for operating internal python objects, compatible with nearly all Python 3 versions.

31

no-subclasses. A library that removes the __subclasses__() list from all classes, allowing for nearly absolute security in exec and eval functions. 一个清除所有类的__subclasses__()列表的库,使得exec和eval函数变得几乎绝对安全。

23

taobao-auto-selector. selenium PyQt5淘宝商品自动筛选器。An automatic product selector for Taobao using selenium and PyQt5.

19

parallel-decompiler. A Python decompiler tool supporting parallel decompilation, designed to decompile each class and function within pyc files using multiple processes, supporting both uncompyle6 and decompyle3 libraries.一个支持并行反编译的Python反编译工具,多进程并行反编译pyc文件中的每个类和函数。 同时支持uncompyle6和decompyle3库。

13

werfault-substitute. An alternative to the built-in WerFault.exe in Windows. 一个替代Windows内置WerFault.exe的项目。

8

machine-code-loader. Dynamic loading and execution of machine code in C++, resembling how operating systems load executables. C++动态加载和执行机器码,类似操作系统加载可执行文件。

3

python-http-server. This is a lightweight HTTP file server implemented in Python, serving as a replacement for the built-in http.server module and based on the socket module.这是一个Python的轻量级HTTP文件服务器,可以取代python自带的http.server模块,基于socket模块实现。

3

wikiextractor. Fixed the compatibility on Windows and other issues from the original attardi/wikiextractor

2

jsunfxxk. A deobfuscation tool for JSFxxk. JSFxxk代码反混淆工具

2

dllinject-tool. A Windows DLL injection tool based on C++ and Qt 6.9, compiled with MinGW 14.2. 一个基于C++和Qt 6.9的Windows DLL注入工具,使用MinGW 14.2编译。

2

cxx-huffman-simple. A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。

1

mypyc-aot. A performance optimization library based on mypyc, similar to numba but supporting accelerating general Python code.

1