<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Reverse Engineering Team Blog</title>
	<link>http://www.reteam.org/blog</link>
	<description></description>
	<pubDate>Sat, 17 May 2008 06:55:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>Comment on VB6 Self-Modifying Code by C0113c70r</title>
		<link>http://www.reteam.org/blog/2005/03/17/vb6-self-modifying-code/#comment-37</link>
		<author>C0113c70r</author>
		<pubDate>Mon, 12 Mar 2007 05:12:13 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/03/17/vb6-self-modifying-code/#comment-37</guid>
					<description>Nice article, but where's the file? Your link is dead.</description>
		<content:encoded><![CDATA[<p>Nice article, but where&#8217;s the file? Your link is dead.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Trading Security for Convenience by Andreas</title>
		<link>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-23</link>
		<author>Andreas</author>
		<pubDate>Thu, 08 Feb 2007 16:53:02 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-23</guid>
					<description>Hi!

I've tried unwand and it's a great tool. But I've a question: is there any possibillity to have commandline options? Or is a source code avaliable?

Thanks and regards
Andreas

PS: The link above isn't working. I had to download over a russian website.
PPS.: Mail wold be great...</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;ve tried unwand and it&#8217;s a great tool. But I&#8217;ve a question: is there any possibillity to have commandline options? Or is a source code avaliable?</p>
<p>Thanks and regards<br />
Andreas</p>
<p>PS: The link above isn&#8217;t working. I had to download over a russian website.<br />
PPS.: Mail wold be great&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Cogito ergo sum by junior</title>
		<link>http://www.reteam.org/blog/2005/08/21/cogito-ergo-sum/#comment-22</link>
		<author>junior</author>
		<pubDate>Sat, 03 Feb 2007 16:30:51 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/08/21/cogito-ergo-sum/#comment-22</guid>
					<description>"It is impossible for a computer to compute a continuous space."

Sorry Andrea, but this isn't true wink You can sweep a polyhedron over the time-domain to compute a continous space razz You can't store it (i don't know of a way at least), but you can test against it.</description>
		<content:encoded><![CDATA[<p>&#8220;It is impossible for a computer to compute a continuous space.&#8221;</p>
<p>Sorry Andrea, but this isn&#8217;t true wink You can sweep a polyhedron over the time-domain to compute a continous space razz You can&#8217;t store it (i don&#8217;t know of a way at least), but you can test against it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Nice TheMida tutorial by Devine9</title>
		<link>http://www.reteam.org/blog/2005/06/28/nice-themida-tutorial/#comment-21</link>
		<author>Devine9</author>
		<pubDate>Sat, 03 Feb 2007 16:28:38 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/06/28/nice-themida-tutorial/#comment-21</guid>
					<description>For anyone who wasn't able to follow up on this.. this is what was posted after someone on the rce forums emailed the author of the tutorial.. (spanish)

--- cut ---

This is the response of akira:

Hola Ricardo, perdona el trabajo extra que te estoy dandoEl hecho de que haya varias combinaciones es porque el mismo codigo lo utilice para varios programas, pero hay varias que estan quitadas. Supongo que la duda surge porque la explicacion que esta en el tuto anterior de xprotector esta en español... Lo que tiene que hacer es buscar con Olly o con lo que sea la funcion ZwTerminateProcess (logicamente en cada ordenar las direcciones seran distintas y cada uno tiene que buscarlas para hacer uso de este trazador) Un ejemplo de ZwTerminateProcess en mi Pc : Con Olly abro cualquier crackme y doy a search-&#62;all names busco ZwTerminateProcess y doy a intro Ahora en la foto podemos ver la funcion , hay que sacar dos direcciones : DWORD * NtAllocateVirtualMemory1=(DWORD *)0x77F66644;
DWORD * NtAllocateVirtualMemory2=(DWORD *)0x77F6664A;
La Memory2 apunta al "retn 8" como podeis ver en la foto y la Memory1 apunta a la constante 7ffe0300 , osea que hay que pillar la direccion de mov edx,7ffe0300 y sumarle uno(estas direcciones solo sirven para mi PC, cada uno debe buscar las suyas antes de compilar)La idea es que en vez de llamar a la funcion 7ffe0300 llame a nuestra funcion gancho Y ahora ya, se compila ( yo recomiendo compilar sobre visual c++ 6.0 porque es la plataforma donde yo he calculado los offset sobre este compilador. Compilarlo en otro puede dar resultados impredecibles) Un saludo y perdona de nuevo por el trabajo extra, si no quieres tener que estar posteando diles que me escriban al email de contacto del tuto y conforme tenga tiempo ire contestando.

the mail of akira is akira_cracker@yahoo.com.ar

cheers..</description>
		<content:encoded><![CDATA[<p>For anyone who wasn&#8217;t able to follow up on this.. this is what was posted after someone on the rce forums emailed the author of the tutorial.. (spanish)</p>
<p>&#8212; cut &#8212;</p>
<p>This is the response of akira:</p>
<p>Hola Ricardo, perdona el trabajo extra que te estoy dandoEl hecho de que haya varias combinaciones es porque el mismo codigo lo utilice para varios programas, pero hay varias que estan quitadas. Supongo que la duda surge porque la explicacion que esta en el tuto anterior de xprotector esta en español&#8230; Lo que tiene que hacer es buscar con Olly o con lo que sea la funcion ZwTerminateProcess (logicamente en cada ordenar las direcciones seran distintas y cada uno tiene que buscarlas para hacer uso de este trazador) Un ejemplo de ZwTerminateProcess en mi Pc : Con Olly abro cualquier crackme y doy a search-&gt;all names busco ZwTerminateProcess y doy a intro Ahora en la foto podemos ver la funcion , hay que sacar dos direcciones : DWORD * NtAllocateVirtualMemory1=(DWORD *)0&#215;77F66644;<br />
DWORD * NtAllocateVirtualMemory2=(DWORD *)0&#215;77F6664A;<br />
La Memory2 apunta al &#8220;retn 8&#8243; como podeis ver en la foto y la Memory1 apunta a la constante 7ffe0300 , osea que hay que pillar la direccion de mov edx,7ffe0300 y sumarle uno(estas direcciones solo sirven para mi PC, cada uno debe buscar las suyas antes de compilar)La idea es que en vez de llamar a la funcion 7ffe0300 llame a nuestra funcion gancho Y ahora ya, se compila ( yo recomiendo compilar sobre visual c++ 6.0 porque es la plataforma donde yo he calculado los offset sobre este compilador. Compilarlo en otro puede dar resultados impredecibles) Un saludo y perdona de nuevo por el trabajo extra, si no quieres tener que estar posteando diles que me escriban al email de contacto del tuto y conforme tenga tiempo ire contestando.</p>
<p>the mail of akira is <a href="mailto:akira_cracker@yahoo.com.ar">akira_cracker@yahoo.com.ar</a></p>
<p>cheers..</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Strongbit Execryptor Hardkey License Manager by Matias</title>
		<link>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-20</link>
		<author>Matias</author>
		<pubDate>Sat, 03 Feb 2007 16:26:56 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-20</guid>
					<description>hi i have a .exe protected by themida 1.0.0.5 o xprotector im run xprotectorsrtipper but not unprotect the file sad please anybody helpme thanks</description>
		<content:encoded><![CDATA[<p>hi i have a .exe protected by themida 1.0.0.5 o xprotector im run xprotectorsrtipper but not unprotect the file sad please anybody helpme thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Strongbit Execryptor Hardkey License Manager by Xacker</title>
		<link>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-19</link>
		<author>Xacker</author>
		<pubDate>Sat, 03 Feb 2007 16:26:36 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-19</guid>
					<description>is there any current information about reversing (deprotecting!) execryptor?</description>
		<content:encoded><![CDATA[<p>is there any current information about reversing (deprotecting!) execryptor?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Strongbit Execryptor Hardkey License Manager by swed</title>
		<link>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-18</link>
		<author>swed</author>
		<pubDate>Sat, 03 Feb 2007 16:26:14 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/06/08/strongbit-execryptor-hardkey-license-manager/#comment-18</guid>
					<description>At work we bought a new retail prog RETAIL PRO with a hardkey protection. Before we had our activation kode I kopied the hole program and pasted it in my comp at home... and it works except it won't update the date... but if I copy all the .dat, .ix, and other files at work the date works again for a while... could u plz direct me to more knowledge about this issue...</description>
		<content:encoded><![CDATA[<p>At work we bought a new retail prog RETAIL PRO with a hardkey protection. Before we had our activation kode I kopied the hole program and pasted it in my comp at home&#8230; and it works except it won&#8217;t update the date&#8230; but if I copy all the .dat, .ix, and other files at work the date works again for a while&#8230; could u plz direct me to more knowledge about this issue&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on What The Hack event in danger of cancellation by Devine9</title>
		<link>http://www.reteam.org/blog/2005/05/29/what-the-hack-event-in-danger-of-cancellation/#comment-17</link>
		<author>Devine9</author>
		<pubDate>Sat, 03 Feb 2007 16:24:21 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/05/29/what-the-hack-event-in-danger-of-cancellation/#comment-17</guid>
					<description>The What the Hack permit has been reconsidered and is unofficially going to be granted to the event for all of you wondering what is to become of it. Read more on the subject at: http://www.whatthehack.org</description>
		<content:encoded><![CDATA[<p>The What the Hack permit has been reconsidered and is unofficially going to be granted to the event for all of you wondering what is to become of it. Read more on the subject at: <a href="http://www.whatthehack.org" rel="nofollow">http://www.whatthehack.org</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Trading Security for Convenience by Brian</title>
		<link>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-16</link>
		<author>Brian</author>
		<pubDate>Sat, 03 Feb 2007 16:20:56 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-16</guid>
					<description>What version of Opera are you using? I have ver 8 and all I get for output is
0x3d9e9b
0x3d9eef
0x3d9f1b
for outpout.</description>
		<content:encoded><![CDATA[<p>What version of Opera are you using? I have ver 8 and all I get for output is<br />
0&#215;3d9e9b<br />
0&#215;3d9eef<br />
0&#215;3d9f1b<br />
for outpout.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Trading Security for Convenience by Brian</title>
		<link>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-15</link>
		<author>Brian</author>
		<pubDate>Sat, 03 Feb 2007 16:20:35 +0000</pubDate>
		<guid>http://www.reteam.org/blog/2005/04/05/trading-security-for-convenience/#comment-15</guid>
					<description>Please explain how it should be compiled with openssl. I thought it should be compiled with gpp?</description>
		<content:encoded><![CDATA[<p>Please explain how it should be compiled with openssl. I thought it should be compiled with gpp?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
