goldshtn / LiveStacks

Collect, aggregate, and display live stack traces for ETW events, including CPU sampling, of native and .NET processes.
MIT License
52 stars 4 forks source link

Filter out kernel stacks for 32-bit processes too #7

Open goldshtn opened 7 years ago

goldshtn commented 7 years ago

Currently we check if the address is < 0x8000000000000000, which works for 64-bit processes but not 32-bit processes.