.NET Inside Out Part 8 — Handling Stack Overflow Exception in C# with VEH

This is the eighth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# If you are interested in the topic see the talk page Today we are going to swallow Stack Overflow Exception in … Continue reading .NET Inside Out Part 8 — Handling Stack Overflow Exception in C# with VEH

DLL Injection Part 6 — Injecting managed code into specific App Domain

This is the sixth part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry In Part 4 we saw how to inject managed DLL and execute some code in default App Domain. Today we will inject some code into different app … Continue reading DLL Injection Part 6 — Injecting managed code into specific App Domain