
exploits
Get flash to fully experience Pearltrees
Heap Overflows For Humans 104
Created by mr_me on Sunday the 11 of March, 2012 Tags: heap , exploitation Welcome to the sixth installment of the Heap Overflow For Humans series, I hope the journey has been as interesting to you as it has for me. At this point, I can tell you that there are a few more series yet to come as we progress into windows 8.Heap Overflows For Humans 103
Created by mr_me on Thu Jan 05 03:17:43 +1100 2012 Tags: bitmap attacks , bitmap flip , eip , exploit development , FreeListInUse , heap determinism , heaper , management structures , reversing , RtlCommitRoutineEmbedded in Academia : Integer Overflow Paper
My coauthors and I just finished the final version of our paper about integer overflows in C/C++ programs that’s going to appear at ICSE 2012 , a software engineering conference. Basically we made a tool for dynamically finding integer overflows (and related integer undefined behaviors) and used it to look at a lot of software.BinDiff
This article aims to provide you with the different steps needed to develop shellcode obfuscation techniques, and their respective deobfuscator assembly stubs.
Simple shellcode obfuscation | Fun Over IP
si - Visualizing entropy in binary files
Last week, I wrote about visualizing binary files using space-filling curves , a technique I use when I need to get a quick overview of the broad structure of a file. Today, I'll show you an elaboration of the same basic idea - still based on space-filling curves, but this time using a colour function that measures local entropy. Before I get to the details, let's quickly talk about the motivation for a visualization like this.Most people know that ASLR randomizes the base address of the binary when loaded, but how does the loader know that a binary is ASLR capable?

