Jan 13, 2023
Very interesting!
I am working on a profiler as well, but in Rust. I started from Camden Reslink POC.
It's s nice to see that you managed to get it working in pure C#, it will for sure pay-off for productivity later when using the API itself. In Rust, despite the language features, it's becoming a bit more tedious a difficult to read in my opinion. Do you plan to use the API directly in unsafe or to wrap it into some more friendly/safer extensions or wrapper?
I can't wait to see how you'll get the interfaces generated :)