Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heap analysis #1785

Draft
wants to merge 181 commits into
base: dev
Choose a base branch
from
Draft

Heap analysis #1785

wants to merge 181 commits into from

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    1c83fbb View commit details
    Browse the repository at this point in the history
  2. added maps method to process

    zer1t0 committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    3beff0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c434d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88fbc55 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    18a689c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. added heap module

    Zer1t0 authored and Zer1t0 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e1d7340 View commit details
    Browse the repository at this point in the history
  2. added method to process to return the heap explorer

    Zer1t0 authored and Zer1t0 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f558916 View commit details
    Browse the repository at this point in the history
  3. added construct dependency

    Zer1t0 authored and Zer1t0 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    56dc290 View commit details
    Browse the repository at this point in the history
  4. resolved heap import problems

    Zer1t0 authored and Zer1t0 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    66775af View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. added __str__ methods to heap items

    Zer1t0 authored and Zer1t0 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    3546228 View commit details
    Browse the repository at this point in the history
  2. added __str__ methods to heap items

    Zer1t0 authored and Zer1t0 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    1e89373 View commit details
    Browse the repository at this point in the history
  3. updated MemoryMaps

    Zer1t0 authored and Zer1t0 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    912a5ae View commit details
    Browse the repository at this point in the history
  4. added rst file for heap module

    Zer1t0 authored and Zer1t0 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fb89d38 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. added heap_explorer to heap.rst

    Zer1t0 authored and Zer1t0 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    028fd38 View commit details
    Browse the repository at this point in the history
  2. removed arguments from HeapExplorer in heap.rst

    Zer1t0 authored and Zer1t0 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    af2dda7 View commit details
    Browse the repository at this point in the history
  3. added malloc_chunk to heap documentation

    Zer1t0 authored and Zer1t0 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3f63324 View commit details
    Browse the repository at this point in the history
  4. added heap class to heap documentation

    Zer1t0 authored and Zer1t0 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9d75ac5 View commit details
    Browse the repository at this point in the history
  5. added malloc state to the documentation

    Zer1t0 authored and Zer1t0 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7cb4eed View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. added property attributes to malloc_stat Bins docstring

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9b8eab1 View commit details
    Browse the repository at this point in the history
  2. added bins classes to documentation

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    50b7d91 View commit details
    Browse the repository at this point in the history
  3. added override of bins type in bins documentation

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9e68270 View commit details
    Browse the repository at this point in the history
  4. added explanation for non used types in bins entries

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    da01633 View commit details
    Browse the repository at this point in the history
  5. added the type of each bin entry for each bin type

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    804febc View commit details
    Browse the repository at this point in the history
  6. added headers to separate each bin type

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0077874 View commit details
    Browse the repository at this point in the history
  7. added documentation for the arena to the rst files

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4dab1b3 View commit details
    Browse the repository at this point in the history
  8. added heap module use examples

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    91741c5 View commit details
    Browse the repository at this point in the history
  9. remove TODO comments

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    8111e59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20c4215 View commit details
    Browse the repository at this point in the history
  11. fix test invalid syntax in proc.MemoryMap.is_in_range

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9c88b7f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'process_maps' of https://github.com/Zer1t0/pwntools int…

    …o process_maps
    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    3676de5 View commit details
    Browse the repository at this point in the history
  13. imported process into heap tests

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    62cf594 View commit details
    Browse the repository at this point in the history
  14. added skip doctest in heap_explorer.tcaches()>>> try:

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2bbbbb1 View commit details
    Browse the repository at this point in the history
  15. added try context to test in heap_explorer.tcaches()

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    37e728a View commit details
    Browse the repository at this point in the history
  16. fix typo in proc.MemoryMap.is_in_range

    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    7b494b4 View commit details
    Browse the repository at this point in the history
  17. added public method describe to ELF to print security checks and fixe…

    …d error in process.libc
    Zer1t0 authored and Zer1t0 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    83290a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. added check in case libc is not found, as statically linked files

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    9b08ecd View commit details
    Browse the repository at this point in the history
  2. added example to arenas_count

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a7298a8 View commit details
    Browse the repository at this point in the history
  3. added example to HeapExplorer.malloc_state

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    ccce1e2 View commit details
    Browse the repository at this point in the history
  4. added example to HeapExplorer.heap

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a3a2b08 View commit details
    Browse the repository at this point in the history
  5. added example to HeapExplorer.unsorted_bin

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    bced600 View commit details
    Browse the repository at this point in the history
  6. added example to HeapExplorer.small_bins

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    7e57d96 View commit details
    Browse the repository at this point in the history
  7. added example to HeapExplorer.large_bins

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c3b82b9 View commit details
    Browse the repository at this point in the history
  8. added example to HeapExplorer.fast_bins

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    81f3270 View commit details
    Browse the repository at this point in the history
  9. added example to process.heap_explorer

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    65184f8 View commit details
    Browse the repository at this point in the history
  10. added examples to MemoryMap.address and MemoryMap.size

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    23fdec8 View commit details
    Browse the repository at this point in the history
  11. added example to MemoryMap.readable

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    864bbdd View commit details
    Browse the repository at this point in the history
  12. added example to MemoryMap.writable

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    4a616a6 View commit details
    Browse the repository at this point in the history
  13. added example to MemoryMap.executable

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c6fa558 View commit details
    Browse the repository at this point in the history
  14. added example to MemoryMap.shared

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    0f4da5f View commit details
    Browse the repository at this point in the history
  15. added example to MemoryMap.private

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a156466 View commit details
    Browse the repository at this point in the history
  16. added example to MemoryMapFlags.shared

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    7fde593 View commit details
    Browse the repository at this point in the history
  17. added example to MemoryMaps.heap

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c24be31 View commit details
    Browse the repository at this point in the history
  18. added example to MemoryMaps.stack

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d3d3d17 View commit details
    Browse the repository at this point in the history
  19. refactorized MemoryMaps, added function _look_map

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a4cfff2 View commit details
    Browse the repository at this point in the history
  20. added example to MemoryMaps.map_with_address

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c60338d View commit details
    Browse the repository at this point in the history
  21. added example to MemoryMaps.from_str

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    3aa3b36 View commit details
    Browse the repository at this point in the history
  22. added example to MemoryMaps.from_process

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    ab0aab0 View commit details
    Browse the repository at this point in the history
  23. added example to MemoryMap.from_str

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    c823b4b View commit details
    Browse the repository at this point in the history
  24. fixed indentation in HeapExplorer.malloc_state example

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    8735f2f View commit details
    Browse the repository at this point in the history
  25. fixed string format error in MemoryMaps.from_str example

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    5a20b8e View commit details
    Browse the repository at this point in the history
  26. added exception process._libc (and therefore process.libc) in case of…

    … being able to find the libc library in process memory
    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    8ff1c0e View commit details
    Browse the repository at this point in the history
  27. added process detail to the libc exception

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a052c0e View commit details
    Browse the repository at this point in the history
  28. added addresss details to the MemoryMaps.map_with_address exception

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    99e3a60 View commit details
    Browse the repository at this point in the history
  29. modify example of MemoryMaps.map_with_address

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b590b44 View commit details
    Browse the repository at this point in the history
  30. changed heap examples process to sh

    Zer1t0 authored and Zer1t0 committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    1f5cd36 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. removed __repr__ from SmallBins

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5b6cf77 View commit details
    Browse the repository at this point in the history
  2. removed __repr__ from UnsortedBin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    1a3aec8 View commit details
    Browse the repository at this point in the history
  3. increased scope of HeapExplorer.heap example

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a6011df View commit details
    Browse the repository at this point in the history
  4. removed __repr__ from LargeBin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9af661b View commit details
    Browse the repository at this point in the history
  5. added explicit imports to heap.malloc_state.malloc_state.parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    e07e420 View commit details
    Browse the repository at this point in the history
  6. added explicit imports to heap.malloc_state.malloc_state.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    be6eec2 View commit details
    Browse the repository at this point in the history
  7. added explicit imports to heap.malloc_state.fastbinsy

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5be297c View commit details
    Browse the repository at this point in the history
  8. added explicit imports to heap.malloc_state.bins.parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    0333430 View commit details
    Browse the repository at this point in the history
  9. added explicit imports to heap.malloc_state.bins.bins and set descrip…

    …tion into properties
    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    8067c92 View commit details
    Browse the repository at this point in the history
  10. added explicit imports to heap.malloc_state.bins.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    648ea2d View commit details
    Browse the repository at this point in the history
  11. added explicit imports to heap.malloc_state.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    6274f80 View commit details
    Browse the repository at this point in the history
  12. added explicit imports to heap.heap.heap_info.py

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    ffe1a76 View commit details
    Browse the repository at this point in the history
  13. added explicit imports to heap.heap.heap_parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    f558e7b View commit details
    Browse the repository at this point in the history
  14. added explicit imports to heap.heap.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    02c3b96 View commit details
    Browse the repository at this point in the history
  15. added explicit imports to heap.process_informer

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5b6210b View commit details
    Browse the repository at this point in the history
  16. added explicit imports to heap.malloc_chunk

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a1e8d59 View commit details
    Browse the repository at this point in the history
  17. added explicit imports to heap.arena.arena

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    6d5c86d View commit details
    Browse the repository at this point in the history
  18. added explicit imports to heap.arena.parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a60b5a5 View commit details
    Browse the repository at this point in the history
  19. added explicit imports to heap.arena.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    c8eb681 View commit details
    Browse the repository at this point in the history
  20. added explicit imports to heap.bins.bin_parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    da3e48e View commit details
    Browse the repository at this point in the history
  21. added explicit imports to heap.bins.fast_bin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    646950e View commit details
    Browse the repository at this point in the history
  22. added explicit imports to heap.bins.larg_bin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    e1c1bfa View commit details
    Browse the repository at this point in the history
  23. added explicit imports to heap.bins.small_bin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    09caa63 View commit details
    Browse the repository at this point in the history
  24. added explicit imports to heap.bins.unsorted_bin

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    1e3b1ee View commit details
    Browse the repository at this point in the history
  25. added explicit imports to heap.bins.tcache.tcache_per_thread_struct

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    0f7dc29 View commit details
    Browse the repository at this point in the history
  26. added explicit imports to heap.bins.tcache.tcache and moved TcacheEnt…

    …ry into tcache
    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    345f22f View commit details
    Browse the repository at this point in the history
  27. fixed imports to heap.bins.tcache.tcache_per_thread_struct

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    d742609 View commit details
    Browse the repository at this point in the history
  28. added explicit imports to heap.bins.tcache.parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    c83128f View commit details
    Browse the repository at this point in the history
  29. added explicit imports to heap.bins.tcache.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    af0b035 View commit details
    Browse the repository at this point in the history
  30. added explicit imports to heap.bins.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    87093e7 View commit details
    Browse the repository at this point in the history
  31. fixed imports in heap.bins.__init__ and heap.bins.tcache.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    be04ecc View commit details
    Browse the repository at this point in the history
  32. added explicit imports to heap.bins.heap_explorer

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    0c2c5ac View commit details
    Browse the repository at this point in the history
  33. added imports to heap.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    6c97800 View commit details
    Browse the repository at this point in the history
  34. expanded heap_explorer.arena example scope

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9696b86 View commit details
    Browse the repository at this point in the history
  35. fixed import in heap.heap_explorer

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    7c9258e View commit details
    Browse the repository at this point in the history
  36. removed unused functions from heap.utils

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    dac4486 View commit details
    Browse the repository at this point in the history
  37. removed unused method __repr__ of MallocState and __str__ of malloc_s…

    …tate.FastBinsY and malloc_state.Bins
    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    badf8d1 View commit details
    Browse the repository at this point in the history
  38. added examples to all public methods of HeapExplorer

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    19b1fe7 View commit details
    Browse the repository at this point in the history
  39. included NoTcacheError in heap.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    3c2a72f View commit details
    Browse the repository at this point in the history
  40. added initialization to cat in process examples

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    1edb105 View commit details
    Browse the repository at this point in the history
  41. removed Fastbin.__repr__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    30e85e4 View commit details
    Browse the repository at this point in the history
  42. removed TcachePerthreadStruct.__repr__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    a882946 View commit details
    Browse the repository at this point in the history
  43. added code to examples to make sh use the heap and the bins

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    0e4ca38 View commit details
    Browse the repository at this point in the history
  44. added coverage for bin arrays

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    58d48e6 View commit details
    Browse the repository at this point in the history
  45. expanded scope of MemoryMaps example

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    b059668 View commit details
    Browse the repository at this point in the history
  46. changed process.libc example to python

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9c71609 View commit details
    Browse the repository at this point in the history
  47. fix raise NotImplementedError in TcacheParser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    43a1e2f View commit details
    Browse the repository at this point in the history
  48. fix format in heap.arena.arena and heap.heap.heap_parser

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    96f3b0e View commit details
    Browse the repository at this point in the history
  49. added __all__ to heap.__init__

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9e6f363 View commit details
    Browse the repository at this point in the history
  50. added __all__ to heap __init__ files

    Zer1t0 authored and Zer1t0 committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    52475db View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. added IOError exception handler in bins parser (bin, fast and tcache)…

    … to avoid hanging in python2
    zer1t0 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    fad98c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    bf30ad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6f2a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2b625 View commit details
    Browse the repository at this point in the history
  4. fix error in FastBinEntry

    zer1t0 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4e5b059 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cdf58d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3eec70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42df6d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20f7087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a271f45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85aa480 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d1540d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10c3624 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d02de96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d74886b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f846e68 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    239e7f0 View commit details
    Browse the repository at this point in the history
  17. create glmalloc module

    zer1t0 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    21b6782 View commit details
    Browse the repository at this point in the history
  18. fix imports in glmalloc files

    zer1t0 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3cdf2e0 View commit details
    Browse the repository at this point in the history
  19. add glmalloc to docs

    zer1t0 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    57b9d69 View commit details
    Browse the repository at this point in the history
  20. reorganize heap documentation

    zer1t0 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e718743 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    4a5a821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3313ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8f5f64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88fe03d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f594775 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2941124 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    782b4dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8b65e8 View commit details
    Browse the repository at this point in the history
  9. create HeapError

    zer1t0 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8ee042e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb05671 View commit details
    Browse the repository at this point in the history
  11. add HeapError to documentation

    zer1t0 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    81fcb68 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c76ba7e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2d73b93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5fa91d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    47e2358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ee590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a289588 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efc2dc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2905261 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. use packing in malloc chunk

    zer1t0 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    689f56e View commit details
    Browse the repository at this point in the history
  2. use Timeout in _waitfor_libc

    zer1t0 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    edeca4f View commit details
    Browse the repository at this point in the history
  3. format import in arena.py

    zer1t0 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    36b90b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f965dc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    b3b5a48 View commit details
    Browse the repository at this point in the history
  2. remove pid from MallocChunk

    zer1t0 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    a33e276 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Created CoreFileInformer

    zer1t0 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    9b9ce85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec1d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d41ff5b View commit details
    Browse the repository at this point in the history
  4. move heap_explorer to Corefile

    zer1t0 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    79d94df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b20381 View commit details
    Browse the repository at this point in the history
  6. add libc-2.32.so to samples

    zer1t0 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    94a8e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f3a2cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84d9ec0 View commit details
    Browse the repository at this point in the history
  9. add fast bins corefile

    zer1t0 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ac28007 View commit details
    Browse the repository at this point in the history
  10. put tests in methods

    zer1t0 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    307a479 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e52515 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    ea696ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d246a View commit details
    Browse the repository at this point in the history
  3. remove MemoryMaps

    zer1t0 committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    0ca2072 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7817933 View commit details
    Browse the repository at this point in the history
  5. change 126 number for constant

    zer1t0 committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    aedf3b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32e0e1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ec9aff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13d3555 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72d99e4 View commit details
    Browse the repository at this point in the history