Custom memory allocation in C# Part 13 — In-place serialization

This is the thirteenth part of the Custom memory allocation series. For your convenience you can find other parts in the table of contents in Part 1 — Allocating object on a stack Recently Jean-Bernard Pellerin showed nice tricks for binary serialization in place. There is also a description of .NET Framework hack using unions … Continue reading Custom memory allocation in C# Part 13 — In-place serialization

Bit Twiddling Part 1 — Modifying Android application on a binary level

This is the first part of the Bit Twiddling series. For your convenience you can find other parts using the links below: Part 1 — Modifying Android application on a binary level Part 2 — Reverse engineering Profesor Klaus Intensywny Kurs to fix missing microphone — Profesor Klaus Intensywny Kurs bez mikrofonu Part 3 — … Continue reading Bit Twiddling Part 1 — Modifying Android application on a binary level