Pages
-
Recent Entries
Recent Comments
Categories
- Critique (5)
- Internals (5)
- News (9)
- Programming (6)
- Reversing (8)
- Trivia (1)
- Uncategorized (19)
- Update (14)
Tags
Archives
- November 2012 (1)
- October 2012 (1)
- August 2012 (1)
- September 2011 (1)
- December 2010 (1)
- September 2010 (1)
- August 2010 (2)
- July 2010 (1)
- May 2010 (1)
- April 2010 (1)
- February 2010 (1)
- December 2009 (1)
- November 2009 (1)
- October 2009 (3)
- September 2009 (2)
- August 2009 (1)
- June 2009 (1)
- May 2009 (1)
- April 2009 (2)
- February 2009 (1)
- January 2009 (2)
- December 2008 (2)
- November 2008 (1)
- July 2008 (1)
- June 2008 (1)
- April 2008 (4)
- March 2008 (2)
- February 2008 (1)
- January 2008 (3)
- December 2007 (2)
- November 2007 (1)
- September 2007 (1)
- July 2007 (1)
- June 2007 (1)
- January 2007 (1)
- November 2006 (1)
- October 2006 (2)
RCE on Reddit- Light and Dark side of Code Instrumentation [PDF] May 17, 2013
- UbiCrypt Summer School 2013 - Reverse Engineering May 16, 2013
- Introduction to Windows Kernel Security Research May 16, 2013
- NoSuchCon 2013 talks May 16, 2013
- GreHack 2013 - 2nd Call For Papers - November 15, Grenoble, France May 16, 2013
- Help with an app designed to work with another brand of action camera. (/r/hacking/ x-post) May 16, 2013
- Tools for memory visualization May 16, 2013
- The Cray Files May 15, 2013
- Recon 2013 Talks selection May 15, 2013
- The Bieber Algorithm May 15, 2013
OSNews- NixOS May 18, 2013
- AIDE v2 adds C/C++ support May 18, 2013
- How Google updated Android without releasing version 4.3 May 17, 2013
- A journey through the CPU pipeline May 17, 2013
- Intel CEO on not getting Intel inside the iPhone May 17, 2013
Category Archives: Reversing
MUI files under the hood
Have you ever copied after Vista a system file like notepad.exe onto the desktop and tried to execute it? Have you ever tried after Vista to modify the resources of a system file like regedit.exe? It’s most likely that neither … Continue reading
PDF Insider Demo
A small, on the fly video presentation of my new utility. The emphasis of this application stands on parsing correctly the PDF format, if it can’t because the PDF is malformed (very common among malicious PDFs), then it provides the … Continue reading
Filter Monitor 1.0.1
This week, after months of development of bigger projects, I found some time to windbg “ntoskrnl.exe” and write a utility. It is called Filter Monitor and shows some key filters installed by kernel mode components. “As you probably all know … Continue reading
Native Blocks Pre-Alpha
Here’s a presentation of my new tool. I called it Native Blocks. It’s a re-assembler basically. Since a written presentation would take me too much time I prepared a video presentation. Again, this is a pre-alpha. This tool will soon … Continue reading
Qt Internals & Reversing
Today I took a break from the larger article I’m currently writing. To relax, I wrote a smaller article about the Qt framework. I hope you enjoy. Qt Internals & Reversing Half of the text of this article comes from … Continue reading
Rebel.NET
Today I’m releasing the Rebel.NET software and its official guide. Rebel.NET is a rebuilding tool for .NET assemblies which is capable of adding and replacing methods and streams. It’s possible to replace only a limited number of methods or every … Continue reading
DynLogger
DynLogger logs all dynamically retrieved functions by reporting the module name and the requested function. It can come very handy when one wants to know a “hidden” function used by an application. I recycled the code of a bigger project … Continue reading
Microsoft’s Rich Signature (undocumented)
In the last days I’ve been quite sick, so I decided that as long as I had to stay in bed I might at least use the time to do something useful (or quite so). What happened is that someone … Continue reading