.NET Inside Out Part 4 — How to override sealed function in C# Revisited

This is the fourth 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# A word of warning! Things presented here depend on the implementation details and require an extensive knowledge about the internals. There … Continue reading .NET Inside Out Part 4 — How to override sealed function in C# Revisited

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