WinDbg extension for data mining managed heap. It also includes commands to list http request, wcf services, WIF tokens among others
224
stars
35
forks
source link
!windex -enumtypes with more params (ex orderbyCount) #20
Open
NL-Cristi opened 2 years ago
!windex -enumtypes currently lists out all types alphabetical. Would like a
I would be willing to help if any starting point is shared.
Would like to have some extra parameters to be able to filter out the list.
examples of filters:
!windex -enumtypes -orderbycound -descending !windex -enumtypes -orderbycound -ascending !windex -enumtypes -orderbycound -ascending -top 100