<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Reverse Engineering b10g &#124; REM</title>
	<atom:link href="http://reversengineering.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reversengineering.wordpress.com</link>
	<description>REflect youR Action in this woRld</description>
	<lastBuildDate>Fri, 18 Mar 2011 17:01:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='reversengineering.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Reverse Engineering b10g &#124; REM</title>
		<link>http://reversengineering.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reversengineering.wordpress.com/osd.xml" title="Reverse Engineering b10g &#124; REM" />
	<atom:link rel='hub' href='http://reversengineering.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OllyDbg 2.00.01 (Final)</title>
		<link>http://reversengineering.wordpress.com/2010/07/26/ollydbg-2-00-01-final/</link>
		<comments>http://reversengineering.wordpress.com/2010/07/26/ollydbg-2-00-01-final/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:25:47 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[DEBUGGER]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1342</guid>
		<description><![CDATA[OllyDbg 2.0 is a 32-bit assembler-level analyzing Degugger with intuitive interface. It is especially useful if source code is not available or when you experience problems with your compiler. Requirements. Developed and tested mainly under Windows 2000 and Windows XP, but should work under any Windows version: 95, 98, ME, NT, 2000, XP, 2003 Server, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1342&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>OllyDbg 2.0 is a 32-bit assembler-level analyzing Degugger with  intuitive interface. It is especially useful if source code is not  available or when you experience problems with your compiler.</p>
<p>Requirements.  Developed and tested mainly under Windows 2000 and Windows XP, but  should work under any Windows version: 95, 98, ME, NT, 2000, XP, 2003  Server, Vista, Windows 7 and so on. For a comfortable debugging you will  need at least 500-MHz processor. OllyDbg is memory hungry. If you debug  large application with all features enabled, it may allocate 200-300  megabytes for backup   and analysis data.</p>
<p>Supported instruction  sets. OllyDbg 2.0 supports all existing 80&#215;86-compatible CPUs: MMX,  3DNow!, including Athlon extentions, and SSE instructions up to SSSE3  and SSE4.</p>
<p>Configurability. More than 120 options (oh, no! This  time it&#8217;s definitely too much!) control OllyDbg&#8217;s behaviour and  appearance.</p>
<p>Data formats. Dump windows display data in all  common formats: hexadecimal, ASCII, UNICODE, 16 and 32-bit  signed/unsigned/hexadecimal integers, 32/64/80-bit floats, addresses,  disassembly (MASM, IDEAL, HLA or AT&amp;T). It also decodes and comments  many Windows-specific structures, including PE headers, PEB, Thread  data blocks and so on.</p>
<p>Help. OllyDbg 2.0 includes built-in help  on all 80&#215;86 integer and floating-point commands. If you possess Windows  API help (win32.hlp, not included due to copyright reasons), you can  attach it and get instant help on system API calls.</p>
<p>Startup. You  can specify executable file in command line, select it from menu,  drag-and-drop file to OllyDbg, restart last debugged program or attach  to already running application. OllyDbg supports just-in-time debugging  and debugging of child processes. You can detach from the debugged  process, and it will continue execution. Installation is not necessary!</p>
<p>Code  highlighting. Disassembler can highlight different types of commands  (jumps, conditional jumps, pushes and pops, calls, returns, privileged  and invalid) and different operands (general, FPU/SSE or segment/system  registers, memory operands on stack or in other memory, constants). You  can create custom highlighting schemes.</p>
<p>Threads. OllyDbg can  debug multithread applications. You can switch from one thread to  another, suspend, resume and kill threads or change their priorities.  Threads window displays errors for each thread (as returned by call to  GetLastError).</p>
<p>Analysis. Analyzer is one of the most significant  parts of OllyDbg. It recognizes procedures, loops, switches, tables,  constants and strings embedded in code, tricky constructs, calls  to   API  functions, number of function’s arguments, import sections and so  on. It attempts to determine not only the number of stack arguments in  the unknown functions, but even their meaning. Analysis makes binary  code much more readable, facilitates debugging and reduces probability  of misinterpretations and crashes. It is  not compiler-oriented and  works equally good with any PE program.</p>
<p>Full UNICODE support.  All operations available for ASCII strings are also available for  UNICODE, and vice versa. OllyDbg is able to recognize UTF-8 strings.</p>
<p>Names.  OllyDbg knows symbolic names of many (currently 7700) constants, like  window messages, error codes or bit fields, and decodes them in calls to  known functions.</p>
<p>Known functions. OllyDbg recognizes by name  more than 2200 frequently used Windows API functions and decodes their  arguments. You can add your own descriptions. You may set logging  breakpoint on a known or guessed function and protocol arguments to the  log.</p>
<p>Calls. OllyDbg can backtrace nested calls on the stack even  when debugging information is unavailable and procedures use  non-standard prologs and epilogs.</p>
<p>Stack. In the Stack window,  OllyDbg uses heuristics to recognize return addresses and stack frames.  Notice however that they can be remnants from the previous calls. If  program is paused on the known function, stack window decodes arguments  of known and guessed functions. Stack also traces and displays the chain  of SE handlers.</p>
<p>Search. Plenty of possibilities! Search for  command (exact or imprecise) or sequence of commands, for constant,  binary or text string (not necessarily contiguous), for all commands  that reference   address, constant or  address range, for all jumps to  selected location, for all referenced text strings, for all intermodular  calls, for masked binary sequence in the whole allocated memory and so  on. If multiple locations are found, you can quickly navigate between  them.</p>
<p>Breakpoints. OllyDbg supports all common kinds of  breakpoints: INT3, memory and hardware. You may specify number of passes  and set conditions for pause. Breakpoints may conditionally protocol  data to the log. Number of INT3 and memory breakpoints is unlimited: in  the extreme case of hit trace, OllyDbg sometimes sets more than 100000  INT3 breakpoints. On a fast CPU, OllyDbg can process up to 20-30  thousand breakpoints per second.</p>
<p>Watches. Watch is an expression  evaluated each time the program pauses. You can use registers,  constants, address expressions, boolean and algebraical operations of  any complexity.</p>
<p>Execution. You can execute program step-by-step,  either entering subroutines or executing them at once. You can run  program till next return, to the specified location, or backtrace it  from the deeply nested system API call back to the user code. When  application runs, you keep full control over it. For example, you can  view memory, set breakpoints and even modify code &#8220;on-the-fly&#8221;. At any  time, you can pause or restart the debugged program.</p>
<p>Hit trace.  Hit trace shows which commands or procedures were executed so far,  allowing you to test all branches of your code. Hit trace starts from  the actual location and sets INT3 breakpoints on all branches that were  not traced so far. The breakpoints are removed when command is reached  (hit).</p>
<p>Run trace. Run trace executes program in the step-by-step  mode and protocols execution to the large circular buffer. Run trace is  fast: when fast command emulation is enabled, OllyDbg traces up to 1  million commands per second! Run trace protocols registers (except for  SSE), flags, contents of accessed memory, thread errors and &#8211; for the  case that your code is self-modifying &#8211; the original commands. You may  specify the condition to stop run trace, like address range, expression  or command. You can save run trace to the file and compare two  independent runs. Run trace allows to backtrack and analyse history of  execution in details, millions and millions of commands.</p>
<p>Profiling.  Profiler calculates how many times some instruction is listed in the  run trace buffer. With profiler, you know which part of the code takes  most of execution time.</p>
<p>Patching. Built-in assembler  automatically selects the shortest possible code. Binary editor shows  data simultaneously in ASCII, UNICODE and hexadecimal form. Old good  copy-and-paste is also available. Automatical backup allows to undo  changes. You can copy modifications directly to executable file, OllyDbg  will even adjust fixups.</p>
<p>UDD. OllyDbg saves all program and  module-related information to the individual file and restores it when  module is reloaded. This information includes labels, comments,  breakpoints, watches, analysis data, conditions and so on.</p>
<p>Customization. You can specify custom fonts, colour and highlighting schemes.</p>
<p>And much more! This list is far from complete, there are many features that make OllyDbg 2.0 the friendly debugger.</p>
<p>Author website		<a rel="external" href="http://www.ollydbg.de/" target="_blank">http://www.ollydbg.de/</a></p>
<p><a href="http://reversengineering.files.wordpress.com/2010/07/odbg200-rar.jpg" rel="nofollow">http://reversengineering.files.wordpress.com/2010/07/odbg200-rar.jpg</a></p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/debugger/'>DEBUGGER</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1342&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/07/26/ollydbg-2-00-01-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>PROTECTiON iD 6.4.0</title>
		<link>http://reversengineering.wordpress.com/2010/07/26/protection-id-6-4-0/</link>
		<comments>http://reversengineering.wordpress.com/2010/07/26/protection-id-6-4-0/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:23:26 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[DETECTOR]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1339</guid>
		<description><![CDATA[Features: - detection of every major PC ISO Game / Application protection - currently covers 475 detections, including win32/64 exe protectors &#38; packers, .net protectors, dongles, licenses &#38; installers - sector scanning CDs / DVDs for Copy Protections - files / folders can simply be drag &#38; droped into pid - strong scanning routines allowing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1339&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Features:</p>
<p>- detection of every major PC ISO Game / Application protection<br />
-  currently covers 475 detections, including win32/64 exe protectors  &amp; packers, .net protectors, dongles, licenses &amp; installers<br />
- sector scanning CDs / DVDs for Copy Protections<br />
- files / folders can simply be drag &amp; droped into pid<br />
- strong scanning routines allowing it to detect multiple protections<br />
- easy scanning via shell context menu<br />
- usefully misc tools included<br />
- coded 100% in Win32 assembly language<br />
- fully 32bit &amp; 64bit compliant<br />
- working from Win9x to Windows 7</p>
<p>Author website		<a rel="external" href="http://pid.gamecopyworld.com/" target="_blank">http://pid.gamecopyworld.com/</a></p>
<p><a href="http://reversengineering.files.wordpress.com/2010/07/protectionid-v6-4-0-rar.jpg" rel="nofollow">http://reversengineering.files.wordpress.com/2010/07/protectionid-v6-4-0-rar.jpg</a></p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/detector/'>DETECTOR</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1339&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/07/26/protection-id-6-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>StrongOD 0.3.4.639</title>
		<link>http://reversengineering.wordpress.com/2010/07/26/strongod-0-3-4-639/</link>
		<comments>http://reversengineering.wordpress.com/2010/07/26/strongod-0-3-4-639/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:21:19 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1336</guid>
		<description><![CDATA[Make your OllyDbg Strong! This plug-in provides three kinds of ways to initiate the process: 1, Normal &#8211; And the same manner as the original start, the STARTUPINFO inside unclean data 2, CreateAsUser &#8211; User with a mandate to initiate the process of the user, so that the process running under the purview of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1336&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Make your OllyDbg Strong!</p>
<p>This plug-in provides three kinds of ways to initiate the process:</p>
<p>1, Normal &#8211; And the same manner as the original start, the STARTUPINFO inside unclean data<br />
2,  CreateAsUser &#8211; User with a mandate to initiate the process of the user,  so that the process running under the purview of the User, unable to  establish the process Admin operation.</p>
<p>Running is such a need in the local security strategy &#8211; the user rights assignment inside your users will join the two powers:</p>
<p>1, the replacement process-level marks (SeAssignPrimaryTokenPrivilege)<br />
2, the operating system mode operations (SeTcbPrivilege)</p>
<p>If  the home version of the windows, unable to set up, then you can try to  use SuperMode and reopen the OD to upgrade the competence and strongly  does not recommend the use of this option</p>
<p>3, CreateAsRestrict &#8211;  The second option the user with User authority to initiate the process  more restricted areas, and increase the third function to a explicit  Admin users to initiate proceedings.</p>
<p>The procedure is initiated  Admin user, but power users only some of the default User authority, all  authority to delete some risk (including SeDebugPrivilege,  SeLoadDriverPrivilege, etc.), this procedure will not run OD cause great  harm. In this way the proposed commencement of the proceedings.</p>
<p><a rel="external" href="http://www.unpack.cn/viewthread.php?tid=28854" target="_blank">http://www.unpack.cn/viewthread.php?tid=28854</a></p>
<p><a href="http://reversengineering.files.wordpress.com/2010/07/strongod-v0-3-4-639-rar.jpg" rel="nofollow">http://reversengineering.files.wordpress.com/2010/07/strongod-v0-3-4-639-rar.jpg</a></p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/ollys-plugins/'>OLLY'S PLUGINS</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1336&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/07/26/strongod-0-3-4-639/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Broken links ! لینکهایی که کار نمی کند</title>
		<link>http://reversengineering.wordpress.com/2010/07/26/broken-links-%d9%84%db%8c%d9%86%da%a9%d9%87%d8%a7%db%8c%db%8c-%da%a9%d9%87-%da%a9%d8%a7%d8%b1-%d9%86%d9%85%db%8c-%da%a9%d9%86%d8%af/</link>
		<comments>http://reversengineering.wordpress.com/2010/07/26/broken-links-%d9%84%db%8c%d9%86%da%a9%d9%87%d8%a7%db%8c%db%8c-%da%a9%d9%87-%da%a9%d8%a7%d8%b1-%d9%86%d9%85%db%8c-%da%a9%d9%86%d8%af/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:03:54 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[NEWS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1332</guid>
		<description><![CDATA[سلام دوستان لینکهایی که کار نمی کند را در این  بخش اعلام نمایند تا پس از یافتن آنها در سیستم مجدد اپلودشان نمایم همه لینکها در این پست اعلام خواهد شد hi dear friends tell me about broken links in this post i will find it on my system and after that i will try [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1332&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>سلام</p>
<p>دوستان لینکهایی که کار نمی کند را در این  بخش اعلام نمایند تا پس از یافتن آنها در سیستم مجدد اپلودشان نمایم</p>
<p>همه لینکها در این پست اعلام خواهد شد</p>
<p>hi</p>
<p>dear friends tell me about broken links in this post i will find it on my system and after that i will try to upload it</p>
<p>all of them will RLZ here</p>
<p>tnx in adv.</p>
<p>با تشکر فراروان</p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/news/'>NEWS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1332&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/07/26/broken-links-%d9%84%db%8c%d9%86%da%a9%d9%87%d8%a7%db%8c%db%8c-%da%a9%d9%87-%da%a9%d8%a7%d8%b1-%d9%86%d9%85%db%8c-%da%a9%d9%86%d8%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Trial Reset 4 Final</title>
		<link>http://reversengineering.wordpress.com/2010/07/26/trial-reset-4-final/</link>
		<comments>http://reversengineering.wordpress.com/2010/07/26/trial-reset-4-final/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:57:30 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1328</guid>
		<description><![CDATA[Trial Reset 4 Final Tnx fly to his programmer http://rapidshare.com/files/409095074/Trial-Reset40Final.zip http://reversengineering.files.wordpress.com/2010/07/trial-reset40final-zip.jpg you know what to do;) Filed under: OTHER, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1328&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Trial Reset 4 Final</p>
<p>Tnx fly to his programmer</p>
<p><a href="http://rapidshare.com/files/409095074/Trial-Reset40Final.zip" rel="nofollow">http://rapidshare.com/files/409095074/Trial-Reset40Final.zip</a></p>
<p><a href="http://reversengineering.files.wordpress.com/2010/07/trial-reset40final-zip.jpg" rel="nofollow">http://reversengineering.files.wordpress.com/2010/07/trial-reset40final-zip.jpg</a></p>
<p>you know what to do;)</p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/other/'>OTHER</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1328&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/07/26/trial-reset-4-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>The newest NOD32 keys with MVGM NOD32 Licence v1.0</title>
		<link>http://reversengineering.wordpress.com/2010/05/21/the-newest-nod32-keys-with-mvgm-nod32-licence-v1-0/</link>
		<comments>http://reversengineering.wordpress.com/2010/05/21/the-newest-nod32-keys-with-mvgm-nod32-licence-v1-0/#comments</comments>
		<pubDate>Fri, 21 May 2010 08:06:52 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1325</guid>
		<description><![CDATA[HI The newest NOD32 keys with MVGM NOD32 Licence v1.0 احتمالا شما نیز از آنتی ویروس قدرتمند NOD32 استفاده نموده اید و بطور یقین برای شما اتفاق افتاده است که برای آپدیت آن نیاز به یوزر و پسورد داشته باشید که باید تقریبا وقت زیادی را صرف بدست آوردن جدیدترین یوزر و پسوردهای این برنامه [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1325&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>HI</p>
<p style="text-align:right;">The newest NOD32 keys with MVGM NOD32 Licence v1.0</p>
<p>احتمالا شما نیز از آنتی ویروس قدرتمند</p>
<p style="text-align:right;">NOD32</p>
<p style="text-align:right;">استفاده نموده اید و بطور یقین برای شما اتفاق افتاده است که برای آپدیت آن نیاز به یوزر و پسورد داشته باشید که باید تقریبا وقت زیادی را صرف بدست آوردن جدیدترین یوزر و پسوردهای این برنامه نمایید تا بتوانید آنتی ویروس آپدی را آپدیت نمایید.<br />
بالاخره پس مدتی که نسخه آزمایشی برنامه به دلیل برخی مشکلات فنی از کار افتاده بود نسخه جدید برنامه که مشکلات نسخه قبلی آن رفع شده است و آماده عرضه می باشد.<br />
با استفاده از برنا</p>
<p style="text-align:right;">NOD32 Licences</p>
<p style="text-align:right;">که محصولی از گروه نرم افزار</p>
<p style="text-align:right;">MVGM Soft</p>
<p style="text-align:right;">می باشد در کوتاه ترین زمان ممکن تنها با اجرا کردن برنامه جدیدترین کلید های آنتی ویروس قدرتمند</p>
<p style="text-align:right;">NOD32</p>
<p style="text-align:right;">را دریافت نمایید.<br />
این برنامه بطور خودکار پس از اجرا جدیدترین کلیدها را از سرور دریافت و به شما نمایش می دهد و لازم به ذکر است که برنامه برای اجرا نیاز به اینترنت دارد (باید به اینترنت متصل باشید)</p>
<p>قابلیتهای کلیدی برنامه<br />
جلوگیری از اتلاف وقت و جسجو<br />
آپدیت جدیدترین یوزر و پسوردها به صورت روزانه<br />
حجم بسیار پایین برنامه (500 کیلوبایت)<br />
قابلیتهای افزوده در ورژن 1.0<br />
سرعت بالاتر در دریافت کلیدها<br />
محیط زیبا و کاربر پسند</p>
<p><a href="http://letitbit.net/download/25885.259cecae0d91034696639f673/MVGM_NOD32_Licence.rar.html" rel="nofollow">http://letitbit.net/download/25885.259cecae0d91034696639f673/MVGM_NOD32_Licence.rar.html</a></p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/other/'>OTHER</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1325&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/05/21/the-newest-nod32-keys-with-mvgm-nod32-licence-v1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>TrialReset 4.0 Final (Public)</title>
		<link>http://reversengineering.wordpress.com/2010/05/21/trialreset-4-0-final-public/</link>
		<comments>http://reversengineering.wordpress.com/2010/05/21/trialreset-4-0-final-public/#comments</comments>
		<pubDate>Fri, 21 May 2010 07:56:35 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OTHER]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1322</guid>
		<description><![CDATA[hi to all i am here again thank u for ur supporting سلام به همه  دوستان مخصو صا دوستانم در  تیم آنریل نیوبای، سودا،سینا،بلک بایت و معین وبقیه امیدوارم همه سلامت و خوب باشید The small program for remove trial of apps. Works with all the widespread systems of protection. The interface is very simple: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1322&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>hi to all</p>
<p>i am here again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thank u for ur supporting</p>
<p>سلام به همه  دوستان مخصو صا دوستانم در  تیم آنریل نیوبای، سودا،سینا،بلک بایت و معین وبقیه</p>
<p>امیدوارم همه سلامت و خوب باشید</p>
<p>The small program for remove trial of apps. Works with all the widespread systems of protection. The interface is very simple: scanning of object, removal of corresponding record, backup object, reception of the information.</p>
<p>Supported Protector:</p>
<p>ACProtect<br />
1.x/2.x<br />
2.1.1</p>
<p>ActiveMark<br />
5.x/6.x<br />
6.2</p>
<p>Armadillo<br />
1.x/2.x/3.x/4.x/5.x/6.x/7.x<br />
7.00</p>
<p>ASProtect<br />
0.x/1.x/2.x<br />
1.5/2.5</p>
<p>DBPE<br />
1.x/2.x<br />
2.33</p>
<p>EncryptPE<br />
1.x/2.x<br />
2.2008.6.10</p>
<p>Enigma<br />
1.x<br />
1.79</p>
<p>ExeCryptor<br />
2.x<br />
2.41</p>
<p>ExeShield<br />
2.x/3.x<br />
4.5.7.1</p>
<p>eXPressor<br />
1.x<br />
1.7.0.1</p>
<p>FlexNet<br />
10.x/11.x<br />
11.6.0.1</p>
<p>ICE License<br />
2.x<br />
2.6.2.1</p>
<p>LicenseProtector<br />
2.x<br />
2.7.0.774</p>
<p>Manco Licensing<br />
5.x<br />
5.0</p>
<p>Nalpeiron<br />
4.x/5.x<br />
5.3.1.0</p>
<p>NoCopy<br />
3.x<br />
3.3</p>
<p>NTkrnl Protector<br />
0.x<br />
0.15</p>
<p>Obsidium<br />
1.x<br />
1.4.0.10</p>
<p>OneWay<br />
5.x/6.x<br />
6.35</p>
<p>Orien<br />
2.x<br />
2.12</p>
<p>PCGuard<br />
4.x/5.x<br />
5.04</p>
<p>ProActivate<br />
1.x<br />
1.11</p>
<p>ProtectionPlus<br />
4.x<br />
4.5.0.2</p>
<p>ProtectShareware<br />
1.x<br />
1.1</p>
<p>Protexis Licensing<br />
1.x/2.x/3.x<br />
3.0.2.5</p>
<p>Safengine Licensor<br />
1.x<br />
1.7.40</p>
<p>SafeSerial<br />
2.x<br />
2.3.9</p>
<p>SDProtector<br />
1.x<br />
1.16</p>
<p>SGLicense<br />
3.x<br />
3.1</p>
<p>ShareGuard<br />
2.x/3.x<br />
4.0</p>
<p>Sheriff<br />
2.x<br />
3.0.0.4</p>
<p>SoftLocx<br />
5.x/6.x/7.x<br />
7.0</p>
<p>SoftSentry<br />
3.x<br />
3.00</p>
<p>SoftWrap<br />
5.x/6.x<br />
7.0.0</p>
<p>STProtector<br />
1.x<br />
1.5</p>
<p>SVKP<br />
1.x<br />
1.44</p>
<p>Thinstall<br />
2.x<br />
2.719</p>
<p>VBOLock<br />
4.x<br />
4.4.2.12</p>
<p>VBox<br />
3.x/4.x<br />
4.6.2</p>
<p>VisualProtect<br />
2.x/3.x<br />
3.5.4</p>
<p>Xheo Licensing<br />
2.x<br />
2.1.5000.28</p>
<p>XProtector<br />
1.x<br />
1.08</p>
<p>WinLicense<br />
1.x/2.x<br />
2.1.0.10</p>
<p>ZipWorx<br />
3.x<br />
3.0.0.1</p>
<p>ZProtect<br />
1.4x<br />
1.4.8.0</p>
<p>System Requirements</p>
<p>Trial-Reset requires a PC running Windows 95/98/ME/NT4/2000/XP/2003/Vista/7 with minimum of 16MB memory and about 0.2 MB of free hard disk space.</p>
<p>To use this program the VB6 run time and Windows Common Controls ActiveX 6 (MSCOMCTL.OCX) must be installed on your computer.</p>
<p>What&#8217;s new v4.0 Final (Public):</p>
<p>-Fixed auto-backup<br />
-Fixed some minor bugs</p>
<p><a href="http://letitbit.net/download/60248.607a020e52233928861ec1ada/Trial_Reset40Final.zip.html" rel="nofollow">http://letitbit.net/download/60248.607a020e52233928861ec1ada/Trial_Reset40Final.zip.html</a></p>
<br />Filed under: <a href='http://reversengineering.wordpress.com/category/tools/other/'>OTHER</a>, <a href='http://reversengineering.wordpress.com/category/tools/'>TOOLS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1322&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2010/05/21/trialreset-4-0-final-public/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>ODDragAttach 1.1</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/oddragattach-1-1/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/oddragattach-1-1/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:51:41 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1320</guid>
		<description><![CDATA[Author     Exile Description     Choice is, it will add the window corresponding to the process of src and bin. Window, the process of selection, OD automatically minimize the window, select the target window, then maximize the window, OD. Note: Some versions of the OD program may cover an open button, can be changed according [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1320&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Author     Exile<br />
Description     Choice is, it will add the window corresponding to the process of src and bin.</p>
<p>Window, the process of selection, OD automatically minimize the window, select the target</p>
<p>window, then maximize the window, OD.</p>
<p>Note: Some versions of the OD program may cover an open button, can be changed according to</p>
<p>their own circumstances, under source code, do not change it, no big problem.</p>
<p><a href="http://letitbit.net/download/0185.fea03c8fe180283b90a2e5af6/ODDragAttach_v1.1.rar.html" rel="nofollow">http://letitbit.net/download/0185.fea03c8fe180283b90a2e5af6/ODDragAttach_v1.1.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1320&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/oddragattach-1-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Attach Extended 0.1</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/attach-extended-0-1/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/attach-extended-0-1/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:34:35 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1318</guid>
		<description><![CDATA[This is a really small plugin that I have written for improving attach feature of OllyDbg. With this plugin, you can attach to process by identifying its PID directly, not only selecting process list. In addition, you can find PID of process by dragging a small cursor on each window (This can be used on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1318&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is a really small plugin that I have written for improving attach feature of OllyDbg.</p>
<p>With this plugin, you can attach to process by identifying its PID directly, not only selecting process list. In addition, you can find PID of process by dragging a small cursor on each window (This can be used on some protection which remove process from process list like GameGuard).</p>
<p>by hero</p>
<p><a href="http://letitbit.net/download/3236.38c30a80eb9c23920ac9a2de1/AttachExtended_v0.1.rar.html" rel="nofollow">http://letitbit.net/download/3236.38c30a80eb9c23920ac9a2de1/AttachExtended_v0.1.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1318&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/attach-extended-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Mapimp 0.4</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/mapimp-0-4/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/mapimp-0-4/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:32:37 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1316</guid>
		<description><![CDATA[Author     takerZ Description     This is an open source OllyDbg plugin which will help you to import map files exported by IDA or Dede. There are many plugins using which you can perform similar actions, but mapimp: - Recognizes debugged file segments and applies names correctly - Has an option to overwrite or skip [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1316&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Author     takerZ</p>
<p>Description     This is an open source OllyDbg plugin which will help you to import map files</p>
<p>exported by IDA or Dede. There are many plugins using which you can perform similar actions, but</p>
<p>mapimp:</p>
<p>- Recognizes debugged file segments and applies names correctly<br />
- Has an option to overwrite or skip names that intersect already defined<br />
- Has a filter option which gives you great name demangling potential</p>
<p>• Filter<br />
The main idea is to apply series of masks to every single name loaded. Mask syntax goes.<br />
as follows:</p>
<p>/key[/]regex</p>
<p>Key &#8220;c&#8221; cuts the matched substring selected by regular expression.</p>
<p>[SAMPLE]<br />
name: System::__linkproc__ GetMem(int)<br />
mask: /c__linkproc__<br />
applied: System::GetMem(int)<br />
[/SAMPLE]</p>
<p>Key &#8220;s&#8221; skips the name if regular expression succeeds. It may be useful if you want to skip some</p>
<p>dummy or incorrect names.</p>
<p>[SAMPLE]<br />
name: unknown_libname_2519<br />
mask: /sunknown_libname_<br />
applied:<br />
[/SAMPLE]</p>
<p>Key &#8220;r&#8221; replaces the substring selected by regular expression with your own.</p>
<p>/rsubstring/regex</p>
<p>As you can see slash character delims your substring from the regular expression. Use double</p>
<p>slash to define slash as a character of your substring.</p>
<p>[SAMPLE]<br />
name: System@Function(System@AnsiString;System@AnsiString)<br />
mask: /rsys::/System@<br />
applied: sys::Function(sys::AnsiString;sys::AnsiString)</p>
<p>name: System@Function(System@AnsiString;System@AnsiString)<br />
mask: /r//_/@<br />
applied: System/_Function(System/_AnsiString;System/_AnsiString)<br />
[/SAMPLE]</p>
<p>Remember that if the name met the mask condition it will be changed, then the second mask is</p>
<p>applied to the changed name and so on. The order of mask applying is undefined so be careful,</p>
<p>because some masks may intersect.</p>
<p>As about regular expressions, the plugin uses pcre library which syntax is compatible with perl</p>
<p>regular expression. Check <a href="http://www.pcre.org" rel="nofollow">http://www.pcre.org</a> for docs and sources.</p>
<p><a href="http://letitbit.net/download/4104.4c9d1a75c7d9867799b30b069/Mapimp_v0.4.rar.html" rel="nofollow">http://letitbit.net/download/4104.4c9d1a75c7d9867799b30b069/Mapimp_v0.4.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1316&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/mapimp-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Obsidium 1.4.x.x OEP Finder + IAT Repair v0.1</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/obsidium-1-4-x-x-oep-finder-iat-repair-v0-1/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/obsidium-1-4-x-x-oep-finder-iat-repair-v0-1/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:31:24 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1314</guid>
		<description><![CDATA[http://letitbit.net/download/7203.a79ca10d2342f1b32333add72/Obsidium_1.4.x.x_OEP_Finder___IAT_Repair_v0.1.txt.html Author     Pavka Posted in Scripts, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1314&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://letitbit.net/download/7203.a79ca10d2342f1b32333add72/Obsidium_1.4.x.x_OEP_Finder___IAT_Repair_v0.1.txt.html" rel="nofollow">http://letitbit.net/download/7203.a79ca10d2342f1b32333add72/Obsidium_1.4.x.x_OEP_Finder___IAT_Repair_v0.1.txt.html</a></p>
<p>Author     Pavka</p>
<br />Posted in Scripts, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1314&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/obsidium-1-4-x-x-oep-finder-iat-repair-v0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>MUltimate Assembler 1.2</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/multimate-assembler-1-2/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/multimate-assembler-1-2/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:28:40 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1311</guid>
		<description><![CDATA[Author     RaMMicHaeL A multi-line (dis)assembler tool, perfect for writing code caves. It supports: - labels and data (C-style string) - external jumps and calls. http://letitbit.net/download/6671.c63ed09074b57c49b4cd2067e/MUltimate_Assembler_v1.2.rar.html Posted in OLLY'S PLUGINS, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1311&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Author     RaMMicHaeL<br />
A multi-line (dis)assembler tool, perfect for writing code caves. It supports:</p>
<p>- labels and data (C-style string)<br />
- external jumps and calls.</p>
<p><a href="http://letitbit.net/download/6671.c63ed09074b57c49b4cd2067e/MUltimate_Assembler_v1.2.rar.html" rel="nofollow">http://letitbit.net/download/6671.c63ed09074b57c49b4cd2067e/MUltimate_Assembler_v1.2.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1311&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/multimate-assembler-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>VMProtect 1.7 &#8211; 1.8 OEP Finder + Unpack Helper v1.0</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/vmprotect-1-7-1-8-oep-finder-unpack-helper-v1-0/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/vmprotect-1-7-1-8-oep-finder-unpack-helper-v1-0/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:24:12 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1309</guid>
		<description><![CDATA[http://letitbit.net/download/2516.25addf1167522eb8602b67146/VMProtect_1.7___1.8_OEP_Finder___Unpack_Helper_v1.0.txt.html by LCF-AT Posted in Scripts, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1309&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://letitbit.net/download/2516.25addf1167522eb8602b67146/VMProtect_1.7___1.8_OEP_Finder___Unpack_Helper_v1.0.txt.html" rel="nofollow">http://letitbit.net/download/2516.25addf1167522eb8602b67146/VMProtect_1.7___1.8_OEP_Finder___Unpack_Helper_v1.0.txt.html</a></p>
<p>by LCF-AT</p>
<br />Posted in Scripts, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1309&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/vmprotect-1-7-1-8-oep-finder-unpack-helper-v1-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>CodeDoctor 0.90</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/codedoctor-0-90/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/codedoctor-0-90/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:23:04 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1307</guid>
		<description><![CDATA[Functions: 1) Deobfuscate Select instructions in disasm window and execute this command. It will try to clear the code from junk instructions. Example: Original: 00874372 57 PUSH EDI 00874373 BF 352AAF6A MOV EDI,6AAF2A35 00874378 81E7 0D152A41 AND EDI,412A150D 0087437E 81F7 01002A40 XOR EDI,402A0001 00874384 01FB ADD EBX,EDI 00874386 5F POP EDI Deobfuscated: 00874372 83C3 04 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1307&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Functions:</p>
<p>1) Deobfuscate</p>
<p>Select instructions in disasm window and execute this command. It will try to clear the code from junk instructions.</p>
<p>Example:</p>
<p>Original:<br />
00874372    57                      PUSH EDI<br />
00874373    BF 352AAF6A             MOV EDI,6AAF2A35<br />
00874378    81E7 0D152A41           AND EDI,412A150D<br />
0087437E    81F7 01002A40           XOR EDI,402A0001<br />
00874384    01FB                    ADD EBX,EDI<br />
00874386    5F                      POP EDI</p>
<p>Deobfuscated:<br />
00874372    83C3 04                 ADD EBX,4</p>
<p>________________________________________________________</p>
<p>2) Deobfuscate &#8211; Single Step</p>
<p>This works like previous command, but does one transformation at a time</p>
<p>_______________________________________________________</p>
<p>3) Move NOPs to bottom</p>
<p>Converts this:</p>
<p>00874396    50                      PUSH EAX<br />
00874397    90                      NOP<br />
00874398    90                      NOP<br />
00874399    52                      PUSH EDX<br />
0087439A    BA 3F976B00             MOV EDX,somesoft.006B973F<br />
0087439F    90                      NOP<br />
008743A0    90                      NOP<br />
008743A1    90                      NOP</p>
<p>to this:</p>
<p>00874396    50                      PUSH EAX<br />
00874397    52                      PUSH EDX<br />
00874398    BA 3F976B00             MOV EDX,somesoft.006B973F<br />
0087439D    90                      NOP<br />
0087439E    90                      NOP<br />
0087439F    90                      NOP<br />
008743A0    90                      NOP<br />
008743A1    90                      NOP</p>
<p>Limitations: it breaks all jumps and calls pointing inwards</p>
<p>________________________________________________________</p>
<p>4) Undo / Redo</p>
<p>Undo or Redo last operation (from one of the above functions)</p>
<p>________________________________________________________</p>
<p>5) Retrieve Jumpy function</p>
<p>This will statically parse instructions and follow all jumps. This is useful for situations, when program jumps here and there and here and there&#8230; When it encounters some instruction, that can&#8217;t be followed, it stop and copies all parsed instruction to an allocated place in memory.</p>
<p>Use settings to set some parameters:</p>
<p>Step over calls &#8211; if set, it will step over calls, otherwise it will follow them<br />
Step over jccs &#8211; dtto, but for Jccs<br />
Deobfuscate &#8211; it will deobfuscate instruction, when it encounters Jcc, RET, JMP reg/exp, CALL reg/exp; useful for multi-branch</p>
<p>Example:</p>
<p>Original:<br />
00874389   /EB 05                   JMP SHORT somesoft.00874390<br />
0087438B   |43                      INC EBX<br />
0087438C   |41                      INC ECX<br />
0087438D   |42                      INC EDX<br />
0087438E   |EB 07                   JMP SHORT somesoft.00874397<br />
00874390   \B8 07000000             MOV EAX,7<br />
00874395  ^ EB F4                   JMP SHORT somesoft.0087438B<br />
00874397    C3                      RET</p>
<p>Result:<br />
003B0000    B8 07000000             MOV EAX,7<br />
003B0005    43                      INC EBX<br />
003B0006    41                      INC ECX<br />
003B0007    42                      INC EDX<br />
003B0008    C3                      RET</p>
<p>________________________________________________________</p>
<p>6) Rebuild RSRC and Realign</p>
<p>This function has some limited use when unpacking. It opens the debugged file from disc. Then it retrieves all resources and rebuilds them to one place (currently it rebuilds them only to original place in exe). Then it realigns file and saves it under new name.</p>
<p>When is this useful? For example when unpacking aspack/asprotect or some other packers. These steal some resources from original place and put them to its own section, therefore increasing overall size and preventing you from cutting packer&#8217;s section. It also prevents Resource hacker from displaying these resouces. This puts all resources to one place.</p>
<p>I&#8217;m sure there are better tools for this, but it may come handy sometimes.</p>
<p>_____________________________________________________</p>
<p>7) AsProtect Unpacker</p>
<p>This will unpack file packed by AsProtect, fix it, dump asprotect.dll and print various information to text file. Please report targets, where it fails.</p>
<p>Limitations:<br />
1) Doesn&#8217;t find or fix SDK functions in 1.x versions (you need to find these manually).</p>
<p>There are two types of these. One has a form of one or more functions called before OEP, that do various initializations. If they are not run, the program may appear expired or not run at all. Find them and run them <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The second type is run after OEP and hides behind GetProcAddress with special parameters, which AsProtect (if available) redirects to its own code. You need to deal with these manually.</p>
<p>2) in 2.30 &#8211; 2.51, there are two types of stolen functions &#8211; one is PolyOEP style, the other is virtualized; it can fix only the former, while the latter is used in AsProtect itself only</p>
<p>3) it doesn&#8217;t find CRC or envelope checks, but it can prevent one type of envelope check, which checks for E8 in jumps to API</p>
<p>4) it doesn&#8217;t decrypt encrypted parts or sections</p>
<p>5) it doesn&#8217;t find serial, fix trial etc.</p>
<p>6) if it has overlay, it may be broken after unpacking (for example if it needs to be in fixed offset in file or if it&#8217;s a certificate)</p>
<p>Bugs:<br />
- doesn&#8217;t work with certain 1.10 variations, I will fix this when I have time</p>
<p>Notes:<br />
- after unpacking files protected by AsProtect 2.x, you may need aspr_ide.dll; get it from aspack.com and modify if needed</p>
<p>by Hnedka</p>
<p><a href="http://letitbit.net/download/6926.6f92506c265686d06475011a2/CodeDoctor_v0.90.rar.html" rel="nofollow">http://letitbit.net/download/6926.6f92506c265686d06475011a2/CodeDoctor_v0.90.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1307&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/codedoctor-0-90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Themida + WinLicense 1.1.0.0 &#8211; 2.1.0.0 Dumper + IAT Repair + CodeEncrypt Repair v2.6.0</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/themida-winlicense-1-1-0-0-2-1-0-0-dumper-iat-repair-codeencrypt-repair-v2-6-0/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/themida-winlicense-1-1-0-0-2-1-0-0-dumper-iat-repair-codeencrypt-repair-v2-6-0/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:17:34 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/2009/11/20/themida-winlicense-1-1-0-0-2-1-0-0-dumper-iat-repair-codeencrypt-repair-v2-6-0/</guid>
		<description><![CDATA[by Quosego http://letitbit.net/download/5120.c5ff8c01bf87b5594de7f4fbc/Themida___WinLicense_1.1.0.0___2.1.0.0_Dumper___IAT_Repair___CodeEncrypt_Repair_v2.6.0.txt.html Posted in Scripts, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1306&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>by Quosego</p>
<p><a href="http://letitbit.net/download/5120.c5ff8c01bf87b5594de7f4fbc/Themida___WinLicense_1.1.0.0___2.1.0.0_Dumper___IAT_Repair___CodeEncrypt_Repair_v2.6.0.txt.html" rel="nofollow">http://letitbit.net/download/5120.c5ff8c01bf87b5594de7f4fbc/Themida___WinLicense_1.1.0.0___2.1.0.0_Dumper___IAT_Repair___CodeEncrypt_Repair_v2.6.0.txt.html</a></p>
<br />Posted in Scripts, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1306&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/themida-winlicense-1-1-0-0-2-1-0-0-dumper-iat-repair-codeencrypt-repair-v2-6-0/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Scripad 1.0 + ODBGScript 1.77.3</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/scripad-1-0-odbgscript-1-77-3/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/scripad-1-0-odbgscript-1-77-3/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:05:12 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1304</guid>
		<description><![CDATA[ODbgScript is a plugin for OllyDbg, which is, in our opinion, the best application-mode debugger out there. One of the best features of this debugger is the plugin architecture which allows users to extend its functionality. ODbgScript is a plugin meant to let you automate OllyDbg by writing scripts in an assembly-like language. Many tasks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1304&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>ODbgScript is a plugin for OllyDbg, which is, in our opinion, the best application-mode debugger out there. One of the best features of this debugger is the plugin architecture which allows users to extend its functionality. ODbgScript is a plugin meant to let you automate OllyDbg by writing scripts in an assembly-like language. Many tasks involve a lot of repetitive work just to get to some point in the debugged application. By using my plugin you can write a script once and for all.</p>
<p><a href="http://letitbit.net/download/3316.36752f6bb46e115cd0783f9ce/Scripad_v1.0.rar.html" rel="nofollow">http://letitbit.net/download/3316.36752f6bb46e115cd0783f9ce/Scripad_v1.0.rar.html</a></p>
<p><a href="http://letitbit.net/download/8134.80ce16ba4868818583ea8d745/ODbgScript_v1.77.3.rar.html" rel="nofollow">http://letitbit.net/download/8134.80ce16ba4868818583ea8d745/ODbgScript_v1.77.3.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1304&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/scripad-1-0-odbgscript-1-77-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>StrongOD 0.2.6.415</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/strongod-0-2-6-415/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/strongod-0-2-6-415/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 10:04:54 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1301</guid>
		<description><![CDATA[This will be a seperate download of StrongOD as of version 0.2.4.350 because &#8211; as strange as it sounds &#8211; the developer has protected it! This plugin will now require a key for it to run and be used. You can obtain a valid key by emailing: StrongOD©safengine.com http://letitbit.net/download/9563.9f5459d00eca80b4993740279/StrongOD_v0.2.6.415.rar.html Posted in OLLY'S PLUGINS, TOOLS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1301&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This will be a seperate download of StrongOD as of version 0.2.4.350 because &#8211; as strange as it sounds &#8211; the developer has protected it!</p>
<p>This plugin will now require a key for it to run and be used. You can obtain a valid key by emailing: <a rel="external" href="&quot;+&quot;StrongOD&quot;+&quot;@&quot;+&quot;safengine.com&quot;;self.close();" target="_blank"> StrongOD©safengine.com</a><br />
<a rel="external" href="http://www.tuts4you.com/download.php?view.2028" target="_blank">http://letitbit.net/download/9563.9f5459d00eca80b4993740279/StrongOD_v0.2.6.415.rar.html<br />
</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1301&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/strongod-0-2-6-415/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>PDF Protection Remover 3.0</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/pdf-protection-remover-3-0/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/pdf-protection-remover-3-0/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:33:17 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[TOOLS]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1298</guid>
		<description><![CDATA[http://letitbit.net/download/8140.813d385e39b7bcbb34ccc58af/PDF_Protection_Remover_3.0___Patch_DJiNN.rar.html pass :www.2baksa.net Posted in TOOLS, Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1298&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://letitbit.net/download/8140.813d385e39b7bcbb34ccc58af/PDF_Protection_Remover_3.0___Patch_DJiNN.rar.html" rel="nofollow">http://letitbit.net/download/8140.813d385e39b7bcbb34ccc58af/PDF_Protection_Remover_3.0___Patch_DJiNN.rar.html</a></p>
<p>pass :www.2baksa.net</p>
<br />Posted in TOOLS, Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1298&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/pdf-protection-remover-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>HOlly 0.2 Build 81</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/holly-0-2-build-81/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/holly-0-2-build-81/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:14:13 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[OLLY'S PLUGINS]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1295</guid>
		<description><![CDATA[This is my OllyDbg mod named HOlly. I will be constantly adding features as I require them or they are requested. Currently it only has a multiline assembler that needs some work but I would like some input. So if I could get some input on the following that would be great. http://letitbit.net/download/3997.d3730400452d29f3a615da1f7/HOlly_v0.2_Build_81.rar.html Posted in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1295&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is my OllyDbg mod named HOlly. I will be constantly adding features as I require them or they are requested. Currently it only has a multiline assembler that needs some work but I would like some input.</p>
<p>So if I could get some input on the following that would be great.</p>
<p><a href="http://letitbit.net/download/3997.d3730400452d29f3a615da1f7/HOlly_v0.2_Build_81.rar.html" rel="nofollow">http://letitbit.net/download/3997.d3730400452d29f3a615da1f7/HOlly_v0.2_Build_81.rar.html</a></p>
<br />Posted in OLLY'S PLUGINS, TOOLS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1295&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/holly-0-2-build-81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
		<item>
		<title>Themida+WL1.1.0.0-2.1.0.0Dumper+IAT Repair+CodeEncryptRepair_v2.6.0</title>
		<link>http://reversengineering.wordpress.com/2009/11/20/themidawl1-1-0-0-2-1-0-0dumperiat-repaircodeencryptrepair_v2-6-0/</link>
		<comments>http://reversengineering.wordpress.com/2009/11/20/themidawl1-1-0-0-2-1-0-0dumperiat-repaircodeencryptrepair_v2-6-0/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 09:01:07 +0000</pubDate>
		<dc:creator>reversengineering</dc:creator>
				<category><![CDATA[TOOLS]]></category>
		<category><![CDATA[UNPACKERS]]></category>

		<guid isPermaLink="false">http://reversengineering.wordpress.com/?p=1292</guid>
		<description><![CDATA[Themida+WL1.1.0.0-2.1.0.0Dumper+IAT Repair+CodeEncryptRepair_v2.6.0 By [SND]quosego Hi all, It&#8217;s time to make a final stand. Oreans it&#8217;s your turn now. This package includes the following; WL.&#38;.TM.VM.dumper.&#38;.IAT.CodeEnc.Fixer.v2.6.0-SnD A script to unpack all known versions of Winlicense and Themida using any options. The script will unpack all known Themida and Winlicense applications using virtual machine antidump on Windows XP. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1292&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Themida+WL1.1.0.0-2.1.0.0Dumper+IAT Repair+CodeEncryptRepair_v2.6.0</p>
<p>By [SND]quosego</p>
<p>Hi all,</p>
<p>It&#8217;s time to make a final stand. Oreans it&#8217;s your turn now.<br />
This package includes the following;</p>
<p>WL.&amp;.TM.VM.dumper.&amp;.IAT.CodeEnc.Fixer.v2.6.0-SnD<br />
A script to unpack all known versions of Winlicense and Themida using any options.</p>
<p>The script will unpack all known Themida and Winlicense applications<br />
using virtual machine antidump on Windows XP. (v1.8x &#8211; 2.1.0.0)</p>
<p>Known issues;<br />
-Version retrieving can error, switch it off when neccesary.<br />
-VM oeps are not always retrieved you must rebuild or find them yourself.<br />
-Memory loaded dll&#8217;s are not dumped.<br />
-The script stops after asking for the new antidump locations, just resume the script when it does.</p>
<p>Usage;<br />
Step 1: Unpack an application using this script.<br />
(Start at system entrypoint, EP break must be available,<br />
no other breakpoints)<br />
Step 2: When neccesary attach the dumped VM. Fix VM oep.<br />
Step 3: Dump and Imprec.</p>
<p>Always read the log it holds vital information. Also there are several options that can be modified in the first few lines of this script.<br />
Tinker with it if it doesn&#8217;t unpack your app.</p>
<p>The.Oreans.(Themida&amp;Winlicense).VM.antidumps-Q<br />
An article covering all antidumps, including more newer ones.</p>
<p>Running.Winlicense.Protected.Applications.Without.Licenses-SND<br />
An article on how to run Winlicense protected apps without licenses.</p>
<p>I owe my gratitude to the whole of the webscene for support,<br />
inspiration , ideas and the supply of information/executables.</p>
<p>Especially;</p>
<p>-A lot of suppliers.<br />
-ARteam for being rumored to be the first to have found the first antidumps.<br />
-An unnamed American.<br />
-Lena for showing so many people the way.<br />
-Teddy, for supplying us tuts4you.<br />
-Team SND old and new members.</p>
<p>And most of all just have fun with this all. Use it for knowledge, the challenge and fun.<br />
Monetary gain is never to be aspired.</p>
<p>regards,</p>
<p><a href="http://letitbit.net/download/2216.28c286be4bac9432d2fd791f9/tmd.rar.html" rel="nofollow">http://letitbit.net/download/2216.28c286be4bac9432d2fd791f9/tmd.rar.html</a></p>
<br />Posted in TOOLS, UNPACKERS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reversengineering.wordpress.com/1292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reversengineering.wordpress.com/1292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reversengineering.wordpress.com&#038;blog=1452425&#038;post=1292&#038;subd=reversengineering&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://reversengineering.wordpress.com/2009/11/20/themidawl1-1-0-0-2-1-0-0dumperiat-repaircodeencryptrepair_v2-6-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ef398ca2b6bb23a74c877e147469222f?s=96&#38;d=" medium="image">
			<media:title type="html">reversengineering</media:title>
		</media:content>
	</item>
	</channel>
</rss>
