<?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>i started working on Ubuntu</title>
                            <pubDate>Tue, 16 Jun 2009 08:56:01 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1473/i_started_working_on_Ubuntu</link>
                                        <author>kizi &lt;email-suppressed@example.com&gt;</author>
                                                    <description>I started working on Ubuntu. and currently i'm not using WIndows.&lt;br /&gt;
I use VMWare to run Windows.&lt;br /&gt;
of couse, It works very very slowly. it takes about 3minuts to open IDA pro.&lt;br /&gt;
&lt;br /&gt;
and so,&lt;br /&gt;
Are there ways that disassembling PE file on Linux?&lt;br /&gt;
Does gdb has options to disassemble PE file?&lt;br /&gt;
running OllyDbg/ImmuniryDebugger on WINE makes hang-up.&lt;br /&gt;
&lt;br /&gt;
I whish I could disas PE files on Linux naturally.&lt;br /&gt;
</description>
                    </item>
                <item>
            <title>it's hard for me... orz</title>
                            <pubDate>Sat, 29 Mar 2008 10:00:16 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/1096/it's_hard_for_me..._orz</link>
                                        <author>kizi &lt;email-suppressed@example.com&gt;</author>
                                                    <description>I'm trying to find vulnerablities by using IDA pro or ImmDbg and so on...&lt;br /&gt;
but, 6 months has passed... and nothing found. orz.&lt;br /&gt;
at first. I list functions which is like fopen, and trace the use of FD returned.&lt;br /&gt;
and investigate functions which is like memmove, memcpy, and memory copy operations.&lt;br /&gt;
but, all softwares which i debugged use these securely.&lt;br /&gt;
this method is not efficient?&lt;br /&gt;
&lt;br /&gt;
Thre result i found is that,&lt;br /&gt;
the world is quite secure than i thought.</description>
                    </item>
                <item>
            <title>don't work...</title>
                            <pubDate>Sun, 16 Dec 2007 09:06:46 -0600</pubDate>
                                        <link>https://www.openrce.org/blog/view/995/don't_work...</link>
                                        <author>kizi &lt;email-suppressed@example.com&gt;</author>
                                                    <description>I wrote immdbg python script as follows.&lt;br /&gt;
&lt;br /&gt;
#-----------------------------------------&lt;br /&gt;
# hooktest.py&lt;br /&gt;
class TestHook( libhook.LogBpHook ):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;def __init__( self ):&lt;br /&gt;
	libhook.LogBpHook.__init__( self );&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;def run( self, regs ):&lt;br /&gt;
	ImmDbgr = immlib.Debugger();&lt;br /&gt;
	ImmDbgr.Log( &amp;quot;Test&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
def main(args):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;T = TestHook();&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;T.add( &amp;quot;TestHook&amp;quot;, int( args[0], 16 ) );&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return &amp;quot;set hook&amp;quot;;&lt;br /&gt;
#----------------------------------&lt;br /&gt;
&lt;br /&gt;
copied it to PyCommand, &lt;br /&gt;
and, invoked at commandline as &amp;quot;!hooktest 0x412120&amp;quot;&lt;br /&gt;
0x412120 is the head address of function that I wanted to hook.&lt;br /&gt;
finally i ran the immdbg.&lt;br /&gt;
&lt;br /&gt;
when the above script invoked, it output &amp;quot;Test&amp;quot; in Log window,&lt;br /&gt;
and hang up...&lt;br /&gt;
what's wrong with me...orz</description>
                    </item>
                <item>
            <title>ImmunityDebugger</title>
                            <pubDate>Wed, 17 Oct 2007 12:46:13 -0500</pubDate>
                                        <link>https://www.openrce.org/blog/view/916/ImmunityDebugger</link>
                                        <author>kizi &lt;email-suppressed@example.com&gt;</author>
                                                    <description>I want to use graphclass to illustrate code coverage.&lt;br /&gt;
but,&lt;br /&gt;
there are no example codes!.&lt;br /&gt;
Please tell me how to use it?</description>
                    </item>
            </channel>
</rss>
