Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python module to explore the object tree to extract paths to interesting objects in memory.
GitHub release (latest by date)YouTube Channel Subscribers

Features

  • Python module to use in pdb after abreakpoint().
  • Standalone tool to explore paths in python modules.
  • Multiple built-in filters.
  • Possibility to implement custom filters and pass them to ObjectWalker().

Demonstration

demo.mp4

Installation

You can now install it from pypi (latest version isPyPI) with this command:

sudo python3 -m pip install objectwalker

Example commands

  • We want to find all the paths to theos module in the modulejinja2:
    objectwalker -m jinja2 --filter-module os --max-depth 15
    We get the following output:

Contributing

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp