lptrace
Trace any Python program, anywhere! (by khamidou)
pyelftools
Parsing ELF and DWARF in Python (by eliben)
lptrace | pyelftools | |
---|---|---|
- | 3 | |
701 | 2,013 | |
- | - | |
0.0 | 7.0 | |
almost 6 years ago | 9 days ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lptrace
Posts with mentions or reviews of lptrace.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning lptrace yet.
Tracking mentions began in Dec 2020.
pyelftools
Posts with mentions or reviews of pyelftools.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How to parse an elf file, and identify objects/functions and associate with their file and library
Found pyelftools, and saw how simple it was to extract the variables, functions and files listed in an elf file.
- Pyelftools: Pure-Python library for parsing and analyzing ELF files
- Making an ELF object dumper but don't exactly know how to document or include ET_LOPROC and ET_HIPROC in the file type enumeration. What exactly are these two values? Are they types or do they strictly stand for a lower and upper bound of bytes to extract processor information from?
What are some alternatives?
When comparing lptrace and pyelftools you can also consider the following projects:
hunter - Hunter is a flexible code tracing toolkit.
manhole - Debugging manhole for python applications.
python-statsd - Python Client for the Etsy NodeJS Statsd Server
Laboratory - Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
icecream - 🍦 Never use print() to debug again.
python-uncompyle6 - A cross-version Python bytecode decompiler