No project description provided
Project description
A python module to explore the object tree to extract paths to interesting objects in memory.
Features
- Python module to use in pdb after a
breakpoint()
. - Standalone tool to explore paths in python modules.
- Multiple built-in filters.
- Possibility to implement custom filters and pass them to ObjectWalker().
Installation
You can now install it from pypi with this command:
sudo python3 -m pip install objectwalker
Example commands
- We want to find all the paths to the
os
module in the modulejinja2
:objectwalker -m jinja2 --filter-object-is-module os --max-depth 15
Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
objectwalker-2.2.0.tar.gz
(12.0 kB
view details)
Built Distribution
File details
Details for the file objectwalker-2.2.0.tar.gz
.
File metadata
- Download URL: objectwalker-2.2.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d35140c1c87a27d74767e3b939ee639564a0ea4600a65e0ec42d49fe2441bfa |
|
MD5 | 8090567ffd9a0aab7195f956dd1cc654 |
|
BLAKE2b-256 | 607109a6a3c463387a9a564ef21fcc68fef8a8cd77b6e4cbb723e30eef93806a |
File details
Details for the file objectwalker-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: objectwalker-2.2.0-py3-none-any.whl
- Upload date:
- Size: 25.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1008708aa0692ebc483590f8d3dc47c2000c8fe85f77ca6253b40de159a9ba98 |
|
MD5 | cd4ee013c46f1a3da2f601ef5a81a4d0 |
|
BLAKE2b-256 | bdb50e6eaefa14cd3fcd5dbc5569f512a48a2fc899525db190fba2c25185bc60 |