Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 501 Bytes

dstrings.md

File metadata and controls

10 lines (7 loc) · 501 Bytes

dstrings

This .NET Core tool allows you to load a .NET application memory dump file or attach to a live process and displays some statistics about the duplicated strings. dstrings_result

If you need to specify the path to the mscordac file, pass it after --dac Use -s (for size threshold) or -c (for count threshold) if needed to filter more the strings display after the statistics summary table

Platforms

As a .NET Core console application, it runs on Windows and Linux.