skip to main | skip to sidebar

Reversing on Windows

Coding, Reversing, and Security Testing by @reon_wi

The blog continues at suszter.com/ReversingOnWindows

January 30, 2016

Managed out-of-bound access in DeflateStream (.NET)

›
Recently I made a test to see the robustness of the Deflate algorithm in .NET Framework. It was written in Visual Studio 2013 using C# and D...
August 23, 2015

Fully Managed C# Can Corrupt Memory

›
In this post I'm writing about memory corruption in fully managed C# code. On the internet, many people advocate that managed C# should ...
February 24, 2015

Simple Code Coverage Analyzer

›
coco.cpp is a simple pintool for code coverage analysis. It comes with the Pin Framework. The reason I write a post about it is because i...
January 18, 2015

Even Calculator Has Bugs

›
Windows Calculator (calc.exe) has a functional bug that is associated with the clipboard and the integers below. INT8_MIN  -128 INT16_MI...
January 11, 2015

Arrangement Of The Variables In Data Structures

›
Let's assume that an extensive code review had identified the direct security issues and the developers eliminated all. Now the code is ...
January 6, 2015

EMET Can Interfere With Pin

›
Sometimes no matter how simple your pintool is when it's run against the target it crashes. Recently I investigated such crash. One of m...
›
Home
View web version
  This blog is written and maintained by Attila Suszter. Read in Feed Reader.