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- Syndicasec in the Sin Bin: targeted espionage malware in action May 23, 2013
- Analyzing HP Thinpro Firmware May 23, 2013
- Is Malware/Detection engineer remote job possible? May 23, 2013
- How much does ZDI pay? May 23, 2013
- List of ASM idioms? May 22, 2013
- Building Custom Disassemblers - Instruction Set Reverse Engineering - [PDF] May 22, 2013
- Pwn2Own 2013: Java 7 SE Memory Corruption May 21, 2013
- Tools for Examining XOR Obfuscation for Malware Analysis May 21, 2013
- Lions, and Tigers, and OP Codes, OH MY! - Hacking Java Bytecode for Programmers (Part2) May 21, 2013
- I dumped the ROM of a Tamagotchi! May 20, 2013
OSNews- Yahoo Acquiring Tumblr, Seeks Hulu May 24, 2013
- Policy shows concerted effort by MS to destroy used games market May 24, 2013
- 'iOS 7: black, white, and flat all over' May 24, 2013
- Large number of security issues in X.org discovered May 23, 2013
- Google said to face new antitrust probe over display ads May 23, 2013
Tag Archives: CFF Explorer
Preparing a bugfix version of CFF Explorer
It has been many years since the last update of what had started as a hobby side-project when I was 19. I’m sorry that I haven’t updated the CFF for such a long time, given that thousands of people use … Continue reading
CFF Explorer 7.9 & Secunia
Today I’ve received a Secunia report email about a buffer overflow vulnerability in the CFF Explorer. I was quite amused =). I mean, I usually get emails sent me by users about bugs in the CFF, never got an email … Continue reading
CFF & Rebel.NET Update
Fixed some bugs in both applications. In particular, made some part of the CFF Explorer more robust. The current CFF Explorer still contains the core I wrote when I was 19yo. The newer kernel, which I don’t know if I’ll … Continue reading
CFF Explorer update: scripting arguments
Arguments can now be passed through command line just by making them follow the name of the script. E.g.: “CFF Explorer.exe” “C:\mydir\script.cff” arg1 arg2 “arg 3″ To access the arguments from the scripting part you can use the global variables … Continue reading
Explorer Suite update
CFF Explorer: Improved support for tiny PEs. Fixed a bug in the Exception Directory which was due to the grid set up. Task Explorer: Fixed a minor bug on x64. Added the Driver List tool.
CFF Explorer bug-fix
Fixed a bug reported by icy. It was causing crashes in executables without sections when calculating their PE size.
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: unsigned char b = 0xC3; // ret int _tmain(int argc, _TCHAR* argv[]) … 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
Multiple Updates
A serious bug in the CFF Explorer, Rebel.NET and Phoenix Protector has been fixed. The bug affected the ExportedType .NET metadata table where the member TypeDefID was declared as a TypeDef index, while it’s a dword. The table is declared … Continue reading