Pages
-
Recent Entries
Recent Comments
Categories
- Critique (5)
- Internals (6)
- News (9)
- Programming (7)
- Reversing (8)
- Trivia (1)
- Uncategorized (19)
- Update (14)
Tags
- .NET
- API
- C++
- CFF Explorer
- Collisions
- Constructor
- ctor
- Deobfuscation
- Disassembling
- Explorer Suite
- Filter Monitor
- GCC
- GUI
- IDA
- Logger
- malware
- MeeGo
- MetaData
- Metro
- Microsoft
- MSIL
- Native Blocks
- Nokia
- Obfuscation
- PDF Insider
- PE
- Phoenix Protector
- Qt
- Rebel.NET
- Threading
- Vista
- Visual C++
- Windows
- Windows 8
- x64
Archives
- November 2013 (1)
- 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
- /r/ReverseEngineering's Weekly Questions Thread April 20, 2018
- C++ Discovery, Reconstruction, and Decompilation for x86 files in JEB 3 Alpha April 19, 2018
- Stresspaint Malware Steals Facebook Credentials and Session Cookies April 19, 2018
- HQ Trivia reverse engineering (API and Android app) April 19, 2018
- Windows Exploitation Tricks: Exploiting Arbitrary File Writes for Local Elevation of Privilege April 18, 2018
- Bridge between Burp Suite and Frida - Manipulate applications’ own methods while tampering traffic between the applications and servers [Updated Apr 2018] - See Comment April 18, 2018
- Bypassing Android Anti-Emulation, Part (II) April 18, 2018
- GPG Reaper - Obtain/Steal/Restore GPG Private Keys from gpg-agent cache/memory April 18, 2018
- C++ Quiz April 17, 2018
- Bypassing downloading restrictions through reverse engineering of the Soundcloud API April 16, 2018
OSNews
- Android Go review April 21, 2018
- Animations in Windows 10 breathe life into a cold experience April 20, 2018
- FFmpeg 4.0 released April 20, 2018
- Chat is Google's next big fix for Android's messaging mess April 20, 2018
- Video overview of MorphOS 3.10 April 20, 2018
Monthly Archives: April 2009
Data Execution Prevention (NX) flag
As you probably know the DEP (Data Execution Prevention) was introduced in XPSP2 and it prevents code to be executed from data sections. Let’s consider this code snippet: [cc lang=”cpp”]unsigned char b = 0xC3; // ret int _tmain(int argc, _TCHAR* … Continue reading
Kernel: 3rd edition
I don’t want to show too much, this is just a small preview. Yes, it’s running on Ubuntu and it runs on OSX just as well. I don’t know if I’m going to ship a Linux and an OSX version … Continue reading