.NET Inside Out Part 29 – Terminating some existing thread with jumps

This is the twentieth ninth 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# Last time we discussed ways to terminate a thread. We mentioned a method based on unwinding the stack and preserving … Continue reading .NET Inside Out Part 29 – Terminating some existing thread with jumps

.NET Inside Out Part 27 – Rerouting a running thread to some other method

This is the twentieth seventh 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# Today we are going to grab an existing running thread and make it run some other code. Let’s take this: … Continue reading .NET Inside Out Part 27 – Rerouting a running thread to some other method

Chatterbox Part 11 — Scraping memory dump in Chrome with Chrome Debugging Protocol

This is the eleventh part of the Chatterbox series. For your convenience you can find other parts in the table of contents in Part 1 – Origins Today we are going to scrape memory dump capture with Chrome Debugging Protocol and Puppeteer. Some reading before moving on might be helpful. Let’s start node with Puppeteer … Continue reading Chatterbox Part 11 — Scraping memory dump in Chrome with Chrome Debugging Protocol