Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3
A python module to explore the object tree to extract paths to interesting objects in memory.
NotificationsYou must be signed in to change notification settings
p0dalirius/objectwalker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A python module to explore the object tree to extract paths to interesting objects in memory.
- 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().
demo.mp4
You can now install it from pypi (latest version is) with this command:
sudo python3 -m pip install objectwalker- We want to find all the paths to the
osmodule in the modulejinja2:We get the following output:objectwalker -m jinja2 --filter-module os --max-depth 15
Pull requests are welcome. Feel free to open an issue if you want to add other features.
About
A python module to explore the object tree to extract paths to interesting objects in memory.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
