Category: Programming

cutelog

cutelog: GUI for Python’s logging module

cutelog – GUI for Python’s logging module This is a graphical log viewer for Python‘s standard logging module. It can be targeted with a SocketHandler with no additional setup. The program is in beta:...

pyrasite: Inject code into running Python processes

pyrasite – Inject code into running Python processes Compatibility Pyrasite works with Python 2.4 and newer. Injection works between versions as well, so you can run Pyrasite under Python 3 and inject into 2, and...

Py2ExeDecompiler

Py2ExeDecompiler: Decompiles Exe

Py2ExeDecompiler Decompiles Exe created by Py2Exe using uncompyle6 for both python 2 and 3. Contact: Amanda Rousseau (@malwareunicorn) Download the release here Requirements: Python 2.7, required for 2.7 py2exe binaries Python 3-3.5 required for...

[Collection] C/C++/C#: Static analysis tools

Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis).[1] In most cases the analysis is performed on some version of the source code,...