Skip to content

Log ALPC activity | with some (dirty) changes

Notifications You must be signed in to change notification settings

cristeigabriel/ALPCLogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALPCLogger

ALPCLogger fork with changes so dirty that I don't have the energy to clean up properly, so I'm keeping them in a remote branch

New functionality

  • Display module name for stackframe
  • (BETA) Stackframe searcher
    • Currently has some bugs to be churned out
    • May be very slow, and that's to be expected. On my Ryzen 9 5900x it takes ~1.9s to generate 30 debug stacktraces
    • To make this usable, we have "Focused" filtering, which prioritizes building stacktraces for what matches the search text criteria.
    • It builds 30 stacktraces per go if there are enough events matching filter criteria for that. It doesn't rebuild existing traces, and it skips existing traces. If the iteration goes through an existing trace, it isn't counted, it will still build as many as possible.
    • Progress bar on how many stacks are built, progress bar is for all events if there's no filters (search and/or stack).

About

Log ALPC activity | with some (dirty) changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%