<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for souriz's weblog</title>
	<atom:link href="http://souriz.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://souriz.wordpress.com</link>
	<description>nezumi's den internals</description>
	<lastBuildDate>Wed, 14 May 2008 05:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on # bug in Process Explorer (a gift for malware) by Dima</title>
		<link>http://souriz.wordpress.com/2008/05/04/bug-in-process-explorer-gift-for-malware/#comment-52</link>
		<dc:creator>Dima</dc:creator>
		<pubDate>Tue, 13 May 2008 15:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=15#comment-52</guid>
		<description>Seems like it works on XP as well. I&#039;ve written a simple python script for Immunity Debugger which utilizes the idea. Tested it on XP SP2 and all the results it was showing were pretty much correct. Nice observation. Here is the script.

#!/usr/bin/env python

__VERSION__ = &#039;1.0&#039;

import immlib
import array
import struct



def main():
    imm=immlib.Debugger()
    allthreads=imm.getAllThreads()

    for thread in allthreads:
        stackTop = thread.getStackTop()
        
        possibleEntry = imm.readLong(stackTop-8)
        if possibleEntry == 0:
            possibleEntry = imm.readLong(stackTop-0xC)
            
        imm.Log(&quot;Thread %.08X &#124; Stack top: %.08X &#124; Entry point: %.08X&quot; % (thread.getId(), stackTop, possibleEntry))
    
if __name__==&quot;__main__&quot;:
    print &quot;This module is for use within Immunity Debugger only&quot;</description>
		<content:encoded><![CDATA[<p>Seems like it works on XP as well. I&#8217;ve written a simple python script for Immunity Debugger which utilizes the idea. Tested it on XP SP2 and all the results it was showing were pretty much correct. Nice observation. Here is the script.</p>
<p>#!/usr/bin/env python</p>
<p>__VERSION__ = &#8216;1.0&#8242;</p>
<p>import immlib<br />
import array<br />
import struct</p>
<p>def main():<br />
    imm=immlib.Debugger()<br />
    allthreads=imm.getAllThreads()</p>
<p>    for thread in allthreads:<br />
        stackTop = thread.getStackTop()</p>
<p>        possibleEntry = imm.readLong(stackTop-8)<br />
        if possibleEntry == 0:<br />
            possibleEntry = imm.readLong(stackTop-0xC)</p>
<p>        imm.Log(&#8220;Thread %.08X | Stack top: %.08X | Entry point: %.08X&#8221; % (thread.getId(), stackTop, possibleEntry))</p>
<p>if __name__==&#8221;__main__&#8221;:<br />
    print &#8220;This module is for use within Immunity Debugger only&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by kajros</title>
		<link>http://souriz.wordpress.com/2008/04/20/hello-world/#comment-42</link>
		<dc:creator>kajros</dc:creator>
		<pubDate>Sat, 10 May 2008 20:34:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-42</guid>
		<description>Hi, Kris!

I&#039;m application programmer, not hacker.
I has old mobile Sony Ericsson T630 with support mophun and j2me (midp 1.0, without file system support) sandboxes for games.
My &quot;stupid&quot; idea is launching NES games in this phone.
I found by googling two j2me-driven emulators vNes and Nescube, but are midp-2.0.
Porting j2me-emulator will be very slow by any way (imho), but
platform Mophun is obsolete, and has certificate problem.
My first steps:
-I had downloading Sony Ericsson Java ME SDK for CLDC
-I had downloading Mophun SDK
Immediate 6502-processor (for NES platform) emulating will be slow, I think so. Then transformation NES-API to Mophun-API it would seem better.
Mophun platform is based on C with API-extensions for game development, and faster than j2me byany way. Certificate process by mocert (net utility for signing code) has lapsed (support has discontinued). I has googled and found vst (vendor signing tool) utility, but documentation is absent (I don&#039;t khow what args).
Can you give me bits of help?

With best regards</description>
		<content:encoded><![CDATA[<p>Hi, Kris!</p>
<p>I&#8217;m application programmer, not hacker.<br />
I has old mobile Sony Ericsson T630 with support mophun and j2me (midp 1.0, without file system support) sandboxes for games.<br />
My &#8220;stupid&#8221; idea is launching NES games in this phone.<br />
I found by googling two j2me-driven emulators vNes and Nescube, but are midp-2.0.<br />
Porting j2me-emulator will be very slow by any way (imho), but<br />
platform Mophun is obsolete, and has certificate problem.<br />
My first steps:<br />
-I had downloading Sony Ericsson Java ME SDK for CLDC<br />
-I had downloading Mophun SDK<br />
Immediate 6502-processor (for NES platform) emulating will be slow, I think so. Then transformation NES-API to Mophun-API it would seem better.<br />
Mophun platform is based on C with API-extensions for game development, and faster than j2me byany way. Certificate process by mocert (net utility for signing code) has lapsed (support has discontinued). I has googled and found vst (vendor signing tool) utility, but documentation is absent (I don&#8217;t khow what args).<br />
Can you give me bits of help?</p>
<p>With best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on free IDA Pro training by Caleb Sakujja</title>
		<link>http://souriz.wordpress.com/free-ida-pro-training/#comment-41</link>
		<dc:creator>Caleb Sakujja</dc:creator>
		<pubDate>Fri, 09 May 2008 15:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?page_id=18#comment-41</guid>
		<description>What do you speaking about? How you could so to think? 

2 Kris:
I with pleasure would arrive, at all to train the skills in reversing and programming, and is simple because i would like to communicate to such person.</description>
		<content:encoded><![CDATA[<p>What do you speaking about? How you could so to think? </p>
<p>2 Kris:<br />
I with pleasure would arrive, at all to train the skills in reversing and programming, and is simple because i would like to communicate to such person.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on # thinking in IDA Pro &#8211; how to obtain a copy by vettimails</title>
		<link>http://souriz.wordpress.com/2008/05/05/thinking-in-ida-pro-how-to-obtain-a-copy/#comment-34</link>
		<dc:creator>vettimails</dc:creator>
		<pubDate>Thu, 08 May 2008 16:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=19#comment-34</guid>
		<description>yahoo!! I am a big fan of your &quot;Hacker Disassembling&quot; and Shell code book. Can&#039;t wait to get a copy of your new book....

Btw, when is it planned to come out???</description>
		<content:encoded><![CDATA[<p>yahoo!! I am a big fan of your &#8220;Hacker Disassembling&#8221; and Shell code book. Can&#8217;t wait to get a copy of your new book&#8230;.</p>
<p>Btw, when is it planned to come out???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on free IDA Pro training by souriz</title>
		<link>http://souriz.wordpress.com/free-ida-pro-training/#comment-33</link>
		<dc:creator>souriz</dc:creator>
		<pubDate>Wed, 07 May 2008 21:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?page_id=18#comment-33</guid>
		<description>what makes you think so? I have had more women than you can imagine (including rock-stars and other bright persons), however, sex doesn&#039;t excides me very much and turns me on, but RE and debugging does. the feeling of understanding that I have understood something gives me hi, it&#039;s like an orgasm even better, much better. wow! stop! I just realized: I refer my PC as &quot;he&quot;, as well as debugger (soft-ice, syser, olly), but IDA is female name and I refer the dissasembler as &quot;she&quot;, so I have at least one woman who doesn&#039;t cheat me. back to your question: no, never be and never will and I&#039;m not curious to try.</description>
		<content:encoded><![CDATA[<p>what makes you think so? I have had more women than you can imagine (including rock-stars and other bright persons), however, sex doesn&#8217;t excides me very much and turns me on, but RE and debugging does. the feeling of understanding that I have understood something gives me hi, it&#8217;s like an orgasm even better, much better. wow! stop! I just realized: I refer my PC as &#8220;he&#8221;, as well as debugger (soft-ice, syser, olly), but IDA is female name and I refer the dissasembler as &#8220;she&#8221;, so I have at least one woman who doesn&#8217;t cheat me. back to your question: no, never be and never will and I&#8217;m not curious to try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on free IDA Pro training by adam</title>
		<link>http://souriz.wordpress.com/free-ida-pro-training/#comment-32</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 07 May 2008 21:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?page_id=18#comment-32</guid>
		<description>are you a homosexual? just curious.
-a</description>
		<content:encoded><![CDATA[<p>are you a homosexual? just curious.<br />
-a</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on # thinking in IDA Pro &#8211; how to obtain a copy by souriz</title>
		<link>http://souriz.wordpress.com/2008/05/05/thinking-in-ida-pro-how-to-obtain-a-copy/#comment-30</link>
		<dc:creator>souriz</dc:creator>
		<pubDate>Wed, 07 May 2008 12:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=19#comment-30</guid>
		<description>thanks for your interest!
.NET will be describe quite complete, including interaction between managed and unmanaged code, buffer overflows technology, exploiting JIT compilers and more. C# will be the primary subject and the rest (like F#  he-he) - the secondary.

I&#039;m going to describe how to reverse BIOS-firmware and DVD firmware as well.</description>
		<content:encoded><![CDATA[<p>thanks for your interest!<br />
.NET will be describe quite complete, including interaction between managed and unmanaged code, buffer overflows technology, exploiting JIT compilers and more. C# will be the primary subject and the rest (like F#  he-he) &#8211; the secondary.</p>
<p>I&#8217;m going to describe how to reverse BIOS-firmware and DVD firmware as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on # thinking in IDA Pro &#8211; how to obtain a copy by Anton</title>
		<link>http://souriz.wordpress.com/2008/05/05/thinking-in-ida-pro-how-to-obtain-a-copy/#comment-24</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Tue, 06 May 2008 21:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=19#comment-24</guid>
		<description>Nice news, thanks!
Reversing technique for .NET programs written in C# needs. Especially new .NET 3.0 and above.

BTW -- how to reverse dvd-burners&#039; firmwares?
I. e. http://tdb.rpc1.org -- I don&#039;t know how it wuz done ;))</description>
		<content:encoded><![CDATA[<p>Nice news, thanks!<br />
Reversing technique for .NET programs written in C# needs. Especially new .NET 3.0 and above.</p>
<p>BTW &#8212; how to reverse dvd-burners&#8217; firmwares?<br />
I. e. <a href="http://tdb.rpc1.org" rel="nofollow">http://tdb.rpc1.org</a> &#8212; I don&#8217;t know how it wuz done ;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on # thinking in IDA Pro &#8211; how to obtain a copy by souriz</title>
		<link>http://souriz.wordpress.com/2008/05/05/thinking-in-ida-pro-how-to-obtain-a-copy/#comment-21</link>
		<dc:creator>souriz</dc:creator>
		<pubDate>Tue, 06 May 2008 00:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=19#comment-21</guid>
		<description>I&#039;m going to describe IDA 5.2 (scripts, plug-ins with a lot of examples), x86, x86-64, .NET, JVM, processor modules for custom virtual machines, PE, ELF, crash/core dumps, firmware - just a few to say. the book will be rewritten from the scratch.
thanks for your interests!</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to describe IDA 5.2 (scripts, plug-ins with a lot of examples), x86, x86-64, .NET, JVM, processor modules for custom virtual machines, PE, ELF, crash/core dumps, firmware &#8211; just a few to say. the book will be rewritten from the scratch.<br />
thanks for your interests!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on # thinking in IDA Pro &#8211; how to obtain a copy by Ray</title>
		<link>http://souriz.wordpress.com/2008/05/05/thinking-in-ida-pro-how-to-obtain-a-copy/#comment-20</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 05 May 2008 19:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://souriz.wordpress.com/?p=19#comment-20</guid>
		<description>The new one it&#039;s very good!
What version of IDA you&#039;ll describe,may be  the latest version,5.2?
Will you describe any technics of reversing .NET programs ?
May be in a new one will be something principled new?</description>
		<content:encoded><![CDATA[<p>The new one it&#8217;s very good!<br />
What version of IDA you&#8217;ll describe,may be  the latest version,5.2?<br />
Will you describe any technics of reversing .NET programs ?<br />
May be in a new one will be something principled new?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
