Skip to content

Hexer10/Sourcemod-HandleDumpParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ebbd25 · May 19, 2023

History

37 Commits
May 19, 2023
May 28, 2020
Dec 13, 2022
May 30, 2020
Dec 13, 2022
May 31, 2020
Dec 13, 2022
Dec 13, 2022
Jan 14, 2020
Dec 13, 2022
Dec 13, 2022
Jan 14, 2020
Jan 14, 2020
May 27, 2020
Dec 13, 2022
Feb 2, 2020

Repository files navigation

Sourcemod Handle Dump Parser.

Parses an handle dump file, and provide information such as the most used handle type and the total memory used by a single plugin. Also keep track of the dumps in a local indexdb.

Fully built with dart.

Try it here: https://hexer10.github.io/Sourcemod-HandleDumpParser/

To generate a dump file simply type in the console sm_dump_handles dump.log and a file named dump.log will be created in gamefolder/ then you copy the content of that file or upload it to the web site to see all the values with ease.