<?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>Some news on Aslan and BLOG issues</title>
                            <pubDate>Fri, 17 Jul 2009 09:58:44 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1483/Some_news_on_Aslan_and_BLOG_issues</link>
                                        <author>Piotr &lt;email-suppressed@example.com&gt;</author>
                                                    <description>For those who are interested:&lt;br /&gt;
&lt;br /&gt;
The OPENRCE FEED reader seems to be not working correctly and posts from my original blog (outside one) are imported to OPENRCE usually with long delay. I have noticed Pedram about it but this issue stays unresolved.&lt;br /&gt;
&lt;br /&gt;
I have recently updated my website with few articles and a little update for Aslan 4514N. &lt;br /&gt;
&lt;br /&gt;
If anyone is interested here is my current blog:&lt;br /&gt;
&lt;a href=&quot;http://blog.piotrbania.com&quot;&gt;http://blog.piotrbania.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
And here you can subscribe:&lt;br /&gt;
&lt;a href=&quot;http://blog.piotrbania.com/feeds/posts/default&quot;&gt;http://blog.piotrbania.com/feeds/posts/default&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Some short post about Aslan and its new feature is available here:&lt;br /&gt;
&lt;a href=&quot;http://blog.piotrbania.com/2009/07/aslan-4514n-binary-code-integrator.html&quot;&gt;http://blog.piotrbania.com/2009/07/aslan-4514n-binary-code-integrator.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
peace</description>
                    </item>
                <item>
            <title>Some graphs</title>
                            <pubDate>Wed, 27 May 2009 10:28:00 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1462/Some_graphs</link>
                                        <author>Piotr &lt;email-suppressed@example.com&gt;</author>
                                                    <description>While playing with MmmBop sometimes i was recording the transfers between basic blocks. I tried to produce some graphs from it to make a nice visualization, however it appears in a various cases ie. tElock, PESpin i have recorded so many egdes that GraphViz was unable to produce a correct graph. Tried few other things like Tulip, but it havent really worked either. One thing that actually worked was Walrus3D but the graphs are not really a good visualization for this example - IMHO. Anyway may be you will like following ones:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MmmBop tracing the unpacking process of UPX packed binary:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/mmmbop/mmmbop_upx.png&quot;&gt;&lt;img src=&quot;http://piotrbania.com/all/mmmbop/mmmbop_upx.png&quot; border=&quot;0&quot; alt=&quot;MmmBop vs UPX&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MmmBop tracing the unpacking process of tElock packed binary (Walrus as renderer here):&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/mmmbop/mmmbop_telock.png&quot;&gt;&lt;img src=&quot;http://piotrbania.com/all/mmmbop/mmmbop_telock.png&quot; border=&quot;0&quot; alt=&quot;MmmBop vs tElock - RENDER1&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/mmmbop/mmmbop_telock2.png&quot;&gt;&lt;img src=&quot;http://piotrbania.com/all/mmmbop/mmmbop_telock2.png&quot; border=&quot;0&quot; alt=&quot;MmmBop vs tElock - RENDER2&quot; /&gt;&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://blogger.googleusercontent.com/tracker/5498266518143777458-5802684575344248761?l=blog.piotrbania.com&quot; /&gt;</description>
                    </item>
                <item>
            <title>PAPER: Generic Unpacking of Self-modifying, Aggressive, Packed Binary Programs</title>
                            <pubDate>Mon, 25 May 2009 18:22:00 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1463/PAPER:_Generic_Unpacking_of_Self-modifying,_Aggressive,_Packed_Binary_Programs</link>
                                        <author>Piotr &lt;email-suppressed@example.com&gt;</author>
                                                    <description>ABSTRACT&lt;br /&gt;&lt;br /&gt;Nowadays most of the malware applications are either packed or protected. This techniques are applied especially to evade signature based detectors and also to complicate the job of reverse engineers or security analysts. The time one must spend on unpacking or decrypting malware layers is often very long and in fact remains the most complicated task in the overall process of malware analysis. In this report author proposes MmmBop as a relatively new concept of using dynamic binary instrumentation techniques for unpacking and bypassing detection by self-modifying and highly aggressive packed binary code. MmmBop is able to deal with most of the known and unknown packing algorithms and it is also suitable to successfully bypass most of currently used anti-reversing tricks.&amp;nbsp;&amp;nbsp;[...]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Paper can be found at:&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/articles/pbania-dbi-unpacking2009.pdf&quot;&gt;http://piotrbania.com/all/articles/pbania-dbi-unpacking2009.pdf&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://blogger.googleusercontent.com/tracker/5498266518143777458-526803773888041513?l=blog.piotrbania.com&quot; /&gt;</description>
                    </item>
                <item>
            <title>Dynamic Data Flow Analysis via Virtual Code Integration (aka The SpiderPig case)</title>
                            <pubDate>Mon, 18 May 2009 14:34:00 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1464/Dynamic_Data_Flow_Analysis_via_Virtual_Code_Integration_(aka_The_SpiderPig_case)</link>
                                        <author>Piotr &lt;email-suppressed@example.com&gt;</author>
                                                    <description>SpiderPig is a project created for performing and visualizing data flow analysis of a selected binary program. SpiderPig was created in the purpose of providing a tool which would be able to help vulnerability and security researchers with tracing and analyzing any necessary data and its further propagation. Such tasks are very often crucial in the vulnerability discovering/identifying process and typically require a lot of time consuming manual work. Following paper discusses methods and techniques implemented in SpiderPig in order to perform semi-automatic data flow analysis. &lt;br /&gt;&lt;br /&gt;Paper is available here:&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/spiderpig/pbania-spiderpig2008.pdf&quot;&gt;http://piotrbania.com/all/spiderpig/pbania-spiderpig2008.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Simple video demo and some other things available on project website:&lt;br /&gt;&lt;a href=&quot;http://piotrbania.com/all/spiderpig/&quot;&gt;http://piotrbania.com/all/spiderpig/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Big thanks to Matt &quot;skape&quot; Miller and Julien Vanegue!&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://blogger.googleusercontent.com/tracker/5498266518143777458-6046868052009051436?l=blog.piotrbania.com&quot; /&gt;</description>
                    </item>
                <item>
            <title>The FALL</title>
                            <pubDate>Sat, 18 Oct 2008 20:08:00 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1289/The_FALL</link>
                                        <author>Piotr &lt;email-suppressed@example.com&gt;</author>
                                                    <description>Yesterday i saw a movie called &lt;a href=&quot;http://www.imdb.com/title/tt0460791/&quot;&gt;&quot;The FALL&quot;&lt;/a&gt; and after seeing it i still wonder how come i havent found it before (since it appears it was already released(?) in 2006). It seems i have liked it so badly that i actually decided to drop a short note about it here. To be honest it is still haunting me :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;img src=&quot;http://img119.imageshack.us/img119/6690/fallposteros2.jpg&quot; border=0 /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Fall is one of the movies that you cant compare to any other. The movie was filmed in 28 different countries across the world for about 4 years and regarding what i have read the director spent his own money to finally realize it. The imaginery, photos, painting, music is a really gorgeus i cant even find a proper words to describe it. I even have no idea if the landscapes were real or just generated by computers. I should speak about the plot here but I dont want to spoil your potencial fun.&lt;br /&gt;&lt;br /&gt;It is surely not a movie for everyone, but why not to give it a try?&lt;br /&gt;&lt;br /&gt;Links:&lt;br /&gt;1) &lt;a href=&quot;http://www.youtube.com/watch?v=2SzwGGOttCY&quot;&gt;Official trailer&lt;/a&gt;&lt;br /&gt;2) &lt;a href=&quot;http://www.thefallthemovie.com&quot;&gt;Official movie website&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://blogger.googleusercontent.com/tracker/5498266518143777458-2569584945121580652?l=blog.piotrbania.com&quot; /&gt;</description>
                    </item>
            </channel>
</rss>
