forked from pwndbg/pwndbg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add resolve_renamed_struct_field() * Add ChunkField enum * Raise ValueError when field name not found * Add fetch_chunk_metadata() * Use None for include_only_fields argument * Use None as default value for include/exclude filters in fetch_struct_as_dictionary * Resolve C408 * Remove unused typing.Set import * Correct use of Set in type hints Thanks to @gsingh93 for figuring out what I'd done wrong here: capitalized "Set" must be used for compatibility with Python 3.8 * Correct use of Set in type hints * Import Set from Typing in ptmalloc.py
- Loading branch information
Showing
2 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters