Extracting information from Python source code
A simple tool called invectio, from Project Thoth, uses static source code analysis to display the symbols used or exported by Python source code.
A simple tool called invectio, from Project Thoth, uses static source code analysis to display the symbols used or exported by Python source code.
Customize Python dependency resolution with Project Thoth, a cloud service based on reinforcement learning. Use its pluggable interface to make adjustments.
Discover little-known Valgrind and GDB commands that can help you resolve memory leaks, buffer overflows, and similar bugs in your C and C++ code.
Learn how Project Thoth's new security recommender makes a recommendation, then use the Thamos CLI to find security issues in your Python library code.
Thoth prescriptions resolve dependency conflicts in Python application stacks. Learn how to create and use them to build healthier Python applications.
Read how memory allocation, or malloc hooks, were unsafe in multi-threaded environments and why they were removed from the GNU C Library, or glibc.
Do you need a quick way to solve bugs in foreign library code? Learn how to use SystemTap for statement tracing and differential analysis in any library.
Tutorials and training on how to build secure applications using the latest in