Comments on: .NET Inside Out Part 13 — Bypassing license checks https://blog.adamfurmanek.pl/2019/11/16/net-inside-out-part-13-bypassing-license-checks/ IT, operating systems, maths, and more. Mon, 18 Nov 2019 00:31:38 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: .NET Inside Out Part 1 — Virtual and non-virtual calls in C# – Random IT Utensils https://blog.adamfurmanek.pl/2019/11/16/net-inside-out-part-13-bypassing-license-checks/#comment-721 Sat, 16 Nov 2019 21:51:30 +0000 https://blog.adamfurmanek.pl/?p=3162#comment-721 […] This is the first part of the .NET Inside Out series where I play with CLR internals. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — Virtual and non-virtual calls in C# Part 2 — Handling and rethrowing exceptions Part 3 — How to override sealed function Part 4 — How to override sealed function revisited Part 5 — Capture thread creation to handle exceptions Part 6 — Proxy handling casting Part 7 — Generating Func from a bunch of bytes Part 8 — Handling Stack Overflow Exception in C# with VEH Part 9 — Generating Func from a bunch of bytes in C# revisited Part 10 — Using type markers for low level optimizations Part 11 — Using structs for devirtualization Part 12 — Modifying managed library on an IL level Part 13 — Bypassing license checks […]

]]>