* Create a debug version of the Lobsters nuspec.
* Create UsingMessageAnalyzerToFindETWSources.md
* Add guide for using Message Analyzer
Signed-off-by: Zac Brown <zac@zacbrown.io>
* Update links to images.
Signed-off-by: Zac Brown <zac@zacbrown.io>
* Add link to Message Analyzer howto in README.
* Force usage of TDH to get property size of array types. Should this prove to be a performance penalty in the longterm, we will revisit optimizing for heuristic sizing.
Signed-off-by: Zac Brown (ODSP SECURITY) <zbrown@microsoft.com>
* More general solution for handling when property Flags are set on EVENT_PROPERTY_INFO.
1) If flags are not set, try to get the length from the property 'length' field. Otherwise, try the heuristic.
2) if we couldn't get a length, fall back to calling TDH.
Signed-off-by: Zac Brown (ODSP SECURITY) <zbrown@microsoft.com>
* Create a debug version of the Lobsters nuspec.
* Create UsingMessageAnalyzerToFindETWSources.md
* Add guide for using Message Analyzer
Signed-off-by: Zac Brown <zac@zacbrown.io>
* Update links to images.
Signed-off-by: Zac Brown <zac@zacbrown.io>
* Add link to Message Analyzer howto in README.
* Create a debug version of the Lobsters nuspec.
* Create UsingMessageAnalyzerToFindETWSources.md
* Add guide for using Message Analyzer
Signed-off-by: Zac Brown <zac@zacbrown.io>
* Update links to images.
Signed-off-by: Zac Brown <zac@zacbrown.io>
* - Make projects for Managed and Native example code.
- Create a 'tests' directory.
- Remove SampleCSharpKrabsExe as it is redundant with respect to the example code.
Signed-off-by: Zac Brown (ODSP SECURITY) <zbrown@microsoft.com>
* - Add note about TYPEASSERT and NDEBUG compilation flags to README.md.
- Add /W4 /WX compiler flags to NativeExample project.
- vcxproj.filters updates based on VS magic.
Signed-off-by: Zac Brown (ODSP SECURITY) <zbrown@microsoft.com>