<?xml version="1.0"?>
<rss version="2.0">
    <channel>
        <title>OpenRCE: Blog</title>
        <link>http://www.openrce.org/rss/feeds/blog</link>
        <description>OpenRCE: The Open Reverse Code Engineering Community</description>
                <item>
            <title>Virtual Section Dumper v1.0 x86</title>
                            <pubDate>Fri, 17 Feb 2012 17:56:08 -0600</pubDate>
                                        <link>https://www.openrce.org/blog/view/2007/Virtual_Section_Dumper_v1.0_x86</link>
                                        <author>NCR &lt;email-suppressed@example.com&gt;</author>
                                                    <description>Hi All!, &lt;br /&gt;
&lt;br /&gt;
I just want to share my latest tool: VSD x86.&lt;br /&gt;
&lt;br /&gt;
You can get it here: http://code.google.com/p/virtualsectiondumper/&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
VSD (Virtual Section Dumper) is intented to be a tool to visualize and dump the memory regions of a running 32 bits process in many ways. For example, you can dump the entire process and fix it PE Header, dump a given range of memory or even list and dump every virtual section present in the process. &lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
BR, &lt;br /&gt;
NCR</description>
                    </item>
                <item>
            <title>aadp4olly v0.2</title>
                            <pubDate>Mon, 29 Nov 2010 18:35:02 -0600</pubDate>
                                        <link>https://www.openrce.org/blog/view/1629/aadp4olly_v0.2</link>
                                        <author>NCR &lt;email-suppressed@example.com&gt;</author>
                                                    <description>Hi!, &lt;br /&gt;
&lt;br /&gt;
i want to let you know that a new version of aadp4olly was released (v0.2). &lt;br /&gt;
&lt;br /&gt;
v0.2 (29/11/2010)&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
- added Anti-Antidebugging features for the following tricks:&lt;br /&gt;
 * BlockInput&lt;br /&gt;
 * SuspendThread&lt;br /&gt;
 * UnhandledExceptionFilter&lt;br /&gt;
 * Process32Next&lt;br /&gt;
 * Module32Next&lt;br /&gt;
 * ZwQuerySystemInformation&lt;br /&gt;
 * ZwQueryObject&lt;br /&gt;
 * TerminateProcess&lt;br /&gt;
 * ZwOPenProcess&lt;br /&gt;
 * FindWindow&lt;br /&gt;
&lt;br /&gt;
- now, the plugin should support XP (ALL), Windows Vista (ALL) and Windows 7 (ALL) OS.&lt;br /&gt;
&lt;br /&gt;
You can download it at: http://code.google.com/p/aadp/&lt;br /&gt;
&lt;br /&gt;
Some bugs still remain from v0.1.3 but will be fixed in v0.3, i'm currently working on it.&lt;br /&gt;
&lt;br /&gt;
BR, &lt;br /&gt;
NCR</description>
                    </item>
                <item>
            <title>aadp4olly</title>
                            <pubDate>Tue, 16 Nov 2010 13:11:47 -0600</pubDate>
                                        <link>https://www.openrce.org/blog/view/1627/aadp4olly</link>
                                        <author>NCR &lt;email-suppressed@example.com&gt;</author>
                                                    <description>http://code.google.com/p/aadp/&lt;br /&gt;
&lt;br /&gt;
aadp is a collection of plugins that aims to hide most of the well knowns debuggers from most of anti-debugging techniques.&lt;br /&gt;
Latest Changes&para;&lt;br /&gt;
aadp4olly&para;&lt;br /&gt;
&lt;br /&gt;
Version 0.1.1&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* Fixed a bug when the plugin's window is closed (reported by marciano). &lt;br /&gt;
&lt;br /&gt;
Version 0.1&lt;br /&gt;
&lt;br /&gt;
aadp4olly hide Ollydbg from the following tricks:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* IsDebuggerPresent (via PEB patching, BeingDebugged flag)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* NtGlobalFlags&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* HeapFlags&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* GetTickCount&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* ZwQueryInformationProcess&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* ZwSetInformationThread&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;* OutputDebugStringA &lt;br /&gt;
&lt;br /&gt;
</description>
                    </item>
                <item>
            <title>FUU v0.1.1b - Minor Release Update</title>
                            <pubDate>Thu, 08 Jul 2010 08:25:54 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1563/FUU_v0.1.1b_-_Minor_Release_Update</link>
                                        <author>NCR &lt;email-suppressed@example.com&gt;</author>
                                                    <description>Hi!,&lt;br /&gt;
&lt;br /&gt;
this email is to let you know about the latest release (minor release) of FUU:&lt;br /&gt;
&lt;br /&gt;
[quote]&lt;br /&gt;
v0.1.1 (29/06/2010)&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
- Minor release&lt;br /&gt;
&lt;br /&gt;
fixed bugs:&lt;br /&gt;
&lt;br /&gt;
- Avoid the resize of the main GUI window.&lt;br /&gt;
- Fixed an inconsistency between the about showed in the &amp;quot;About&amp;quot; menu and the one showed in the &amp;quot;About&amp;quot; button.&lt;br /&gt;
- Fixed the problem with &amp;quot;Refresh&amp;quot; button.&lt;br /&gt;
- The open file dialog now has filter strings.&lt;br /&gt;
- Editbox is now editable so, you can type the path of the file.&lt;br /&gt;
&lt;br /&gt;
enhancements:&lt;br /&gt;
&lt;br /&gt;
- Updated the TitanEngine library (current version 2.0.3).&lt;br /&gt;
- Added a clickable blogspot link and email address.&lt;br /&gt;
- Added a save file dialog in every included plugin.&lt;br /&gt;
- Added &amp;quot;Drag&amp;amp;Drop&amp;quot; for .exe and .dll files.&lt;br /&gt;
- Added a &amp;quot;Copy Overlay Data&amp;quot; button.&lt;br /&gt;
- Added &amp;quot;Auto Scroll&amp;quot; to the browse file edit box.&lt;br /&gt;
&lt;br /&gt;
code refactoring: &lt;br /&gt;
&lt;br /&gt;
- Added comments to every function in the main GUI and every plugin (see SVN).&lt;br /&gt;
- Added a &amp;quot;GetControlHandles&amp;quot; function (see SVN).&lt;br /&gt;
- Improved the way we check for Windows Messages.&lt;br /&gt;
&lt;br /&gt;
new features:&lt;br /&gt;
&lt;br /&gt;
- Added a simple signatures identifier using PETools signatures database (thanks marciano!)&lt;br /&gt;
- Added three newer plugins for nPack, Packman and dePack.&lt;br /&gt;
[/quote]&lt;br /&gt;
&lt;br /&gt;
BR, &lt;br /&gt;
NCR</description>
                    </item>
            </channel>
</rss>
