Skip to content

Commit

Permalink
More changes to a more pythonic version
Browse files Browse the repository at this point in the history
 - creates a `GefHeapManager` class
 - deprecates many functions to an equivalent more readable
 - made `GlibcArena` and `GlibcChunk` classes iterable
  • Loading branch information
hugsy committed Dec 13, 2021
1 parent 380412e commit cdfdf42
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 321 deletions.
2 changes: 1 addition & 1 deletion docs/compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This matrix indicates the version of Python and/or GDB
|:--:|:--:|:--:|
| [2018.02](https://github.com/hugsy/gef/releases/tag/2018.02) | 7.2 | Python 2.7, Python 3.4 |
| [2020.03](https://github.com/hugsy/gef/releases/tag/2020.03) | 7.4 | Python 2.7, Python 3.4 |
| [2022.01](https://github.com/hugsy/gef/releases/tag/2020.01) | 7.7 | Python 3.4 |
| [2022.01](https://github.com/hugsy/gef/releases/tag/2022.01) | 7.7 | Python 3.4 |
| [Current](https://github.com/hugsy/gef/tree/master) | 8.0+ | Python 3.6+ |


Expand Down
Loading

0 comments on commit cdfdf42

Please sign in to comment.