Crudd
January 28th, 2005, 14:02
Quote:
RE-Pair is a 'tool' that will make some of our (reverse engineers) tools a bit more difficult to detect. Why the name 'RE-Pair'? Simple, it helps 'fix' our tools, by making them somewhat more difficult to detect. Currently 'fixes': Any tool. Either in memory (for packed apps and one time changes) or on disk (for permenant patches of non-packed apps). It does this by changing the caption/classname to a random string (defeating FindWindow method). It also patches OllyDbg to fix the 'OutputDebugString' vulnerability (Used by Armadillo and others). NOTE: Using the 'Fix Other' option may take a while to 'Fix' 'on disk'. |
The 'in mem' option allows you to fix packed tools such as PEiD and ImpRec. And Classnames are only patched 'on disk'.
Fixed the ollydbg.ini bug.
Attached and here: http://crudd.reteam.org/files/re-pair.zip
Crudd [RET]