jump to navigation

3links reuploaded November 19, 2008

Posted by reversengineering in OLLY'S PLUGINS, OTHER, TOOLS.
2 comments

http://letitbit.net/download/8507b3922490/PE.Explorer.v1.99.R4.Incl.Keyfilemaker.READ.NFO-EMBRACE.rar.html

http://letitbit.net/download/f19d5d479804/poison.rar.html

http://letitbit.net/download/fa2efd697724/KKFv151d.rar.html

Obsidium 1.3.6.3 stolen-recover November 19, 2008

Posted by reversengineering in Scripts, TOOLS.
add a comment

http://letitbit.net/download/89e55f784909/Obsidium-1.3.6.3-stolen-recover.txt.html

from reateam

HASP HL Envelope IAT Fixer November 19, 2008

Posted by reversengineering in Scripts, TOOLS.
3 comments

/*************************************************
HASP HL Envelope IAT Fixer

Author: light.phoenix
Homepage: reaonline.net

History:
+ v0.0.1: November 08, 2008.

Tools: WinXP SP2, OllyICE, OllyDbg Script 1.64.3
Notes:
- Use this script after stop at OEP.
- Some emulated functions need to be resolved manually:
GetCommandLineA
GetProcAddress
GetCurrentProcess
GetStartupInfoA
GetCurrentProcessId
**************************************************/

http://letitbit.net/download/36640a447194/HASP-HL-Envelope-IAT-Fixer.txt.html

ImmunityDebugger 1.73 RemoveAD KuNgBiM November 19, 2008

Posted by reversengineering in DEBUGGER, TOOLS.
add a comment

RemoveAD.by.KuNgBiM/[CCG]

1.70 Build 0

New Features:

- Debugger
o Added support for variable decoding when second pass analysis enabled

- Immunity Debugger API
o Added getVariable/setVariable methods
o Added driverlib.py for analyzing drivers

- PyCommands
o activex.py for auditing ActiveX controls

- Bug Fixes
o Fixed Python pathing issue when JIT debugging/spawning from right-click
o Fixed Module.getName() method to return only the module name
o Fixed length check error in imm.Assemble()

1.60 Build 0

New Features:

- Debugger
o Added ‘Use Symbol Server’ option
[http://forum.immunityinc.com/index.php?topic=162]
o Improved Getallnames
o Added timestamp to log events

- Immunity Debugger API
o Added getAllSymbolsFromModule method
o Added libcontrolflow.py
Container for classes DominatorTree and ControlFlowAnalysis
o Added Clear function to FastLogHook.

- PyCommands
o Added findloop.py: Find natural loops given a function start.
o Added treedll.py: Creates imported dll tree.

- Bug Fixes:
o Fixed POST_ANALYSIS_HOOK “FATAL ERROR”
o Fixed Arguments overflow (Thanks David Wetson for reporting this one!)
o Local Symbol Path issue
o Analysis second pass option now works
o Getallsymbols now correctly creates the PyDict [Import/Export/Library issue]

1.50 Build 0

New Features:

- Debugger:
o Added “Servers” folder with specific pycommand listeners

- Memory Pages:
o Working on Windows Vista

Immunity Debugger API:
o Added imm.vmQuery() wrapper [Query Virtual Memory pages]
o The MemoryPage class has been improved.
- Protect and Allocation Protect Flags are queried realtime
- You can get a human readable flag passing human = 1 to
page.getAccess() and page.getInitAccess()
o Added:
- searchOnExecute()
- searchOnRead()
- searchOnWrite()
These methods will search in any memory page with access = any combination.
o Modified:
- Search()
- searchShort()
- searchLong()
to receive an extra flag parameter to specify memory protection type
when searching.
o Added imm.isAdmin() : is ID running as admin?
o Added Thread class to debugtypes.py
o Added imm.getAllThreads() method
o librecognition.py : Improved REGEXP support for the indexed register search
o Added Function.findRetValue Find all the possible values on a Function
o GFlags class Handle Windows Global Flags.

PyCommands:

o gflags.py: Enable/Disable Windows Global Flags
o recognize.py: Backward compatability
o Added hookssl.py
o Added ssl_listener.py to Servers directory
o Added hookndr.py Hooks the NDR unmarshalling routines and prints them
out so you can see which ones worked
o Added nohooks.py : remove all hooks from memory

Bug Fixes:

- Debugger Core
o The memory page protect information is correctly displayed now.
o Fixed Second Analisys pass repeated entries bug.
o Fixed thread state swap issue which was leading to a memleak.

1.40 Build 0

New Features:

- Debugger Core:
o Added Silent Debugging Flag [accesible via Debugging options ALT-O or via immlib]

http://forum.immunityinc.com/index.php?topic=157.0

o Added Analysis Second Pass [Decoding Functions]

http://forum.immunityinc.com/index.php?topic=163.0

- Debugger GUI Core:
o Now you can add headers + other useful information on every Row
displayed at the Disasm Window. The information will be saved
as part of dump struct.
o Dettach option added to File Menu: Go to File -> Dettach [You need to be attached to
gray out Dettach]

http://forum.immunityinc.com/index.php?topic=158.0

- Debugger GUI:
o Right click on disasm line -> Add Header will add headers to your line

- Immunity Debugger API:
o Row Headers / Adding Lines to CPU
- Added imm.addHeader() and imm.getHeader() methods.
- imm.addLine behaves like addHeader()
- Added imm.removeHeader()/imm.removeLine() && imm.getHeader()/imm.getLine()
- Added imm.getTraceArgs()

o Added imm.goSilent() method.
o Added imm.undecorateName() method: Undecorate symbol names

http://forum.immunityinc.com/index.php?topic=159.0

o Added imm.Dettach() method: Dettach current process from debugger
o Added imm.prepareForNewProcess() method: Prepare Debugger core for a fresh start
o Updated BoB’s UserDB.txt (http://peid.info/BobSoft/Downloads.html)

- PyCommands:
o Added namefunc.py : a simple samplescript that uses imm.addHeader to name
functions in module
o Added traceargs.py: find User supplied arguments into a given function.
o Added JMS’s Mike & Boo script
o User Contributed PyCommands:
- BoB (http://PEiD.info/BobSoft/)
* scanpe.py (http://forum.immunityinc.com/index.php?topic=137.0)
* hidedebug.py (http://forum.immunityinc.com/index.php?topic=140.0)
* bpxep.py (http://forum.immunityinc.com/index.php?topic=138.0)

Bug Fixes:

- Fixed error when adding knowledge and changing python enviroments later.
(__dict__ not accesible in restricted mode error)

1.30 Build 0
November 1, 2007

New Features:

- Immunity Debugger API
o Hooks
- Hooks can receive force flag to overwrite previously placed hooks
- Hooks can receive time to live in memory parameter when adding
(After the TTL expires, the hook is automatically removed from memory)
- Hooks has a runTimeout method to execute code after TTL expires
o Choose thread enviroment to execute the ttl code
- Added special kind of AccessViolation hook: RunUntilAV() class
o Added setHardwareBreakpoint method
o Address deleteBreakpoint method
o Process flow:
o Improved methods:
- stepOver
- stepIn
- Run
- Attach
o Added methods:
- openProcess
- restartProcess
- pause
- runTillReturn

- PyCommands
o search allows multiple line searching: !search add esp,const\nret
o Added sql_listener and sqlhooker
o Added Example processflow script

Bug Fixes:

- Fixed imm.ps() to correctly fetch udp port list

http://forum.immunityinc.com/index.php?topic=84.0

- Fixed Get references methods

1.20 Build 0
October 1, 2007

New Features:

- Immunity Debugger API
o immlib.getThreadId() method added: return the current debuggee thread id
o immlib.getCallTree() method added: return the call tree for given address
o immlib.setFocus() method added: focus ID window
o immlib.isValidHandle() method added: check if a HWND is still valid
o immlib.getInfoPanel() method added: get information from panel window
and optionally receives a type flag to force the kind of comment fetched.
o imm.findPacker() method added: find packers/cryptors on a file or a loaded
module
o imm.getMemoryPagebyOwner(): Find all the memory pages belonging to a module.
o immlib.ps() returns two extra objects: the tcp list and the udp list
o immlib.getComment() now will try to fetch all types of comments
o Added new HOOKTYPE: PRE_BP_HOOK, hooks exactly before the breakpoint is hit
(Decoding events timeline)
o New Vista support for libheap
o Custom Tables has “Clear Window” menu now
o Added several methods from librecognize

- PyCommands
o findpacker added. (Use of immlib.findPacker to get Packers from a module)
o recognize added. (Function Recognizing using heuristic patterns)
o Hippie now can filter by heap
o heap updated to work with new Vista Heap
o Optimized code for stackvars (Memory usage reduction during runtime)

- Core
o Pyshell can be focused once created with alt-F11
o Shortcut for attach process added: Ctrl+F1
o Added librecognition.py (Library for function recognizing)

- Graph
o immvcglib.generateGraphFromBuf() method added: play with your own vcg files!
o Redesign of VCG parser: easier to read, easier to use.

Bug Fixes:

o Return value (HWND) of createTable
o Fixed Attach Search Filtering :

http://forum.immunityinc.com/index.php?topic=49.0

o Grapher: Vertex lastline jumps correctly displayed now
o Fixed crash when searching on modules:

http://forum.immunityinc.com/index.php?topic=63.0

o Fixed search issue on protected binary:

http://forum.immunityinc.com/index.php?topic=34

o Fixed breakpoint/logpoint hooks issue (logic/stepping inside a hook)
o Fixed PyString_AsString() missbehaviour
o Fixed PyCommand Gui Arguments box to receive \x00 as argument
o Fixed imm.getModulebyAddress() to receive any module address and not only module entry point

http://forum.immunityinc.com/index.php?topic=74.0

1.1 Build 2
August 31, 2007

Python Thread entering the spiral zone has been fixed

1.1 Build 0
August 30, 2007

New Features:

o Interactive Python Shell added
o Lookaside enhanced output + Discovery option
o libdatatype “Get” Function
o Get OS information methods
o Ero Carrera’s pefile.py (http://code.google.com/p/pefile/)
o Python engine rewritten to properly use thread locking/unlocking
o Added ignoreSingleStep method for immlib (TRANSPARENT + CONVETIONAL)
o Attach process window is now dinamically searchable
o Added clean ID memory methods inside immlib
o Added Stack analize library (libstackanalize)
o Fixed some memleak on Disasm
o Fixed wrong arguments on Disasm operand
o Improved Patch command
o Safeseh moved into a PyCommand

New Scripts:

o searchcrypt PyCommand
o stackvars PyCommand
o search PyCommand

Bug Fixes:

o Solved ‘ij’ issue inside attach window
o Fixed VCG parser (Blocks display fully address now)
o Fixed traceback error when trying to graph and no attached
o Fixed printfloat() format error
o Fixed ret value of Getaddrfromexp in case of non-existand expression

1.0 Build 42
August 1, 2007

o Released as product
o Includes:
o Full Python API:
- immlib (main lib)
- internals
- immutils
- debugtypes
- libdatatype
- libanalize
- libhook
- libevent
-
libheap
- pelib
- immvcglib
- graphclass

o Command Box (with remote listener + command line client)
o Python Orthogonal Drawing
o Examples for PyCommands/PyHooks/PyScripts
o Ready to use PyCommands/PyHooks:

chunkanalizehook Analize a Specific Chunk at a specific moment
cmpmem Compare memory with a file (file been a dump from prettyhexprint)
dependencies Find a exported function on the loaded dll
duality Looks for mapped address that can be ‘transformed’ into opcodes
findantidep Find address to bypass software DEP
finddatatype funsniff
funsniff funsniff
getevent Get a log of current debugevent
getrpc Get the RPC information of a loaded dll
heap Immunity Heap Dump
hippie Syscall Fuzzer
hookheap – DESC is not defined for this command -
list List PyCommands
lookaside – DESC is not defined for this command -
mark Static Analysis: Mark the tiny ones
modptr !modptr Patch all Function Pointers and detect when they triggered
openfile Open a File
patch Patches anti-debugging protection , [-t TYPE_OF_PROTECTION]
pyexec Non interactive python shell [immlib already imported]
searchcode Search code in memory
searchheap Search the heap for specific chunks
safeseh Show exceptions handlers registered with SEH
pe_export Export Module

o Lib references and Documentation

http://rapidshare.com/files/165317164/ImmunityDebugger_1.73_RemoveAD_KuNgBiM.7z.002

http://rapidshare.com/files/165319412/ImmunityDebugger_1.73_RemoveAD_KuNgBiM.7z.001

TMD/WL Script for 1.9.0.0-2.0.3.0 November 19, 2008

Posted by reversengineering in Scripts, TOOLS.
add a comment

Target: Themida & WinLicense 1.9.0.0-2.0.3.0
Author: Computer_Angel

http://www.reaonline.net

version 0.8 – 2009.04.10

Thanks to:
+ the CUG Team Members (fxyang,fly, okodo … etc) – the base flow of script
+ 4VN Group
+ REA Team

History:
ver 0.8
+ Fix case 8930 mov dword ptr [eax], esi
ver 0.7
+ Support wl 2010
+ Fix case 8938 mov dword ptr [eax], edi
+ Fix bug IAT
ver 0.6
+ Support wl 1990
+ Fix bug in non-emulation api
ver 0.5
+ Support wl 1855,1900,1910,1920,1930,1940
+ Improve speed
ver 0.4
+ Optimize code
+ Fix bug when one ore moe import DLL : USER32 , KERNEL32, ADVAPI32 not used in protected program
ver 0.3
+ Fix flow for wl 1961,1950
ver 0.2
+ Optimize flow, support emulate/non emulate api
+ Stop at OEP
ver 0.1
+ Draft version for wl 1960 , just for emulate api

Things to improve:
+ Optimize the iat recover speed ??? Maybe inline asm will help
+ Support the prev version (<1855)
+ OEP Recover ???

http://letitbit.net/download/6bcbcb531757/TMDScript-1.9.6.0-ver-0.8-beta.rar.html

Obsidium 1.3.x.x Unpacking Script November 19, 2008

Posted by reversengineering in Scripts, TOOLS.
2 comments

/*
REA-TEAM – http://www.reaonline.net
Filename : Obsidium 1.3.x.x Unpacking Script.txt
Author : Unregistered !
Target : 1.3.x.x (Tested on Obsidium v1.3.5.5, v1.3.6.1, v1.3.6.3)
OS : Tested on XP SP2
Date : 04-November-2008
Credit :
* Special thanks Computer_Angel for “Obsidium IAT Fixer” script
Description :
* I have modified Computer_Angel’s Script to fix some Emulated API and some bugs…
Environment :
* OllyDBG 1.10 : Igrone All Exception
* OllyAdvance 1.26 beta 12 or higher :
+ Anti-Debug : Kill Anti-Attach + UnhandledExceptionFilter + Process32Next + Module32Next + CheckRemoteDebuggerPresent
+ Anti-Debug2 : IsDebuggerPresent
* Phantom 1.30 or higher :
+ Hide from PEB
+ Protect DRx
+ Patch ODBGString & FPU bugs
+ Hook BlockInput
+ Hook GetTickCount
+ Remove EP break
+ Custom handler exceptions
+ Change Olly caption
*/

http://letitbit.net/download/bb854c73004/Obsidium-1.3.x.x-Unpacking-Script.zip.html

Trojan.Zhelatin.Pk Reverse Engineering November 19, 2008

Posted by reversengineering in RCE.
add a comment

Trojan.Zhelatin.Pk Reverse Engineering

From Evilcry:
I’ve released a paper on Trojan.Zhelatin.pk RCE Analysis, that can be downloaded

http://letitbit.net/download/2042e8232048/Zhelatin.pdf.html

DataRipper 1.3 November 19, 2008

Posted by reversengineering in OLLY'S PLUGINS, TOOLS.
add a comment

DataRipper 1.3
Author Ziggy
website http://forum.tuts4you.com
Description Data Ripper is an easy way to rip any kind of data from an app being debugged using Ollydbg. The ripped data can be formatted and “declared” in the syntax of the popular programming languages MASM, C/C++ and Delphi.

Data Ripper is useful whenever you need to rip data, tables etc out of an app so the data can be used in another compiled program.

http://letitbit.net/download/5b438e23842/DataRipper-1.3.rar.html

StrongOD 0.19 & 0.20 November 19, 2008

Posted by reversengineering in OLLY'S PLUGINS, TOOLS.
add a comment

StrongOD 0.20
Author Fengyue [CUG]

http://www.unpack.cn/

Make your OllyDbg Strong!

This plug-in provides three kinds of ways to initiate the process:

1, Normal – And the same manner as the original start, the STARTUPINFO inside unclean data
2, CreateAsUser – 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.

Running is such a need in the local security strategy – the user rights assignment inside your users will join the two powers:

1, the replacement process-level marks (SeAssignPrimaryTokenPrivilege)
2, the operating system mode operations (SeTcbPrivilege)

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

3, CreateAsRestrict – 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.

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.

http://letitbit.net/download/a6a753749588/StrongOD-v-0.20.rar.html

http://letitbit.net/download/eedd1c403410/StrongOD-v-0.19.rar.html

ollydbg moded by DeRoX November 19, 2008

Posted by reversengineering in DEBUGGER, TOOLS.
1 comment so far

OllyDRX 1.0 Lite
Author DeRoX

+ New look
+ Modified code for almost perfect hiding
+ Modified code for expanded windows
+ Modified code for %s overflow RCE exploit
+ Modified code to make symbols load properly
+ OllyDRX Plugin Patcher

http://letitbit.net/download/9cde79762956/odbg110-Olly-DRX-Lite.rar.html

FastScanner v2.0 November 19, 2008

Posted by reversengineering in DETECTOR, TOOLS.
add a comment

AT4RE FastScanner v2.0

Description:
FastScanner is a Detector for most packers , cryptors and compilers for PE Files Programmed in ASM and designed for ‎fast access to most needed plugins.

FastScanner v2.0 Change log:
11/15/2008

1- Arabic interface now available.
2- New Skin for both the scanner and the PE-Editor.
3- Bug Fixed in the scanning algorithm. Now, it’s more powerful.
4- Updated signature file to detect most compilers, packers and protectors.
5- Add a TotalScan button in the scanner.
6- Add a Disasm button in the scanner.
7- Add a sections viewer button in the scanner’s main window.
8- Display the signature file date in the scanner’s main window.
9- Add a new plugin to detect and save overlay.
10- Add a new plugin => Signs-Imitator.
11- Bug fixed in the Add-Sig plugin.
12- Big update in the PE-Editor plugin:
a- section viewer and editor ( add section – delete section – edit section header).
b- new buttons to view exports and imports table.
c- new tab to view and edit the PE’s directory table.
d- new tab to view and dump any process from memory.
e- make a backup copy of the modified files.

http://letitbit.net/download/af3c9a347345/stScannerv2.0-Englishversion.rar.html

ExeInfo PE ver. 0.0.2.0 – ( 444 sign ) November 19, 2008

Posted by reversengineering in DETECTOR, TOOLS.
1 comment so far

_ExeInfo PE ver. 0.0.2.0 – ( 444 sign )
_ Plugin for PEiD / gAPE / FFI – ver. 0.0.0.2
( update version – 28.10.2008 )
_ Plugin for Die.exe – ver. 0.0.0.2

http://letitbit.net/download/017d92846995/exeinfope-v0.0.2.0.zip.html

X-Ways Winhex v15.1 SR-6 November 19, 2008

Posted by reversengineering in HEX EDITOR, TOOLS.
add a comment

Incl Keymaker-ZWT

http://letitbit.net/download/a31bd8603037/XWAY.WHEX.15.1.6.rar.html

MagicHideOllyDbg 1.00 November 19, 2008

Posted by reversengineering in OLLY'S PLUGINS, TOOLS.
add a comment

This plug-in from key stakeholders method heXer, shoooo, loveboom, simonzh2000 that procedure, Thank you!
This version is the reverse from, I do not have access to source code, only just a convenience we do not have other means, above all very sorry ~ ~ ~!
Tip: this version and kanxue big HideOD have in common, let us not repeat ^ ^ _ so as not to influence each other! No need to bring the trouble ~ ~!

1.00 update:
In kanxue greatly on the basis of a new hidden, you can easily use other types of hidden (can not say the specific, we will try out), this still could not escape the latest version of themida testing, we hope to give the test 1.8 I .5 is the latest in the hands of escape (the actual HideOD, can be a long, and methods from HideOD, so of course there is no problem !^_^)。

will be tested again in the hope that we can better luck, or my luck, and the related increase in the number of settings, to share with you!

Thank you for your support for the snow to see ~ ~!
-By EasyStudy For snow to see the development of tools group

http://letitbit.net/download/1798bb902820/MagicHideOllyDbg.rar.html

HideOD v0.182 November 19, 2008

Posted by reversengineering in OLLY'S PLUGINS, TOOLS.
1 comment so far

0.1.8.2 update:
An increase of a hidden, we hope that more tests What is the problem can be sent to ~! I look good, the amendment again.
The update is significantly updated for kanxue
At present, the test:
themida 1.9.9.0 able to escape!
themida 2.0.4.0 (test version can be tried, but the official version, no money to buy, not to test! I go under the official, did not expect a smooth escape _ ^ ^) can be successfully managed to escape!
2.0 after the test is not complete, we hope that some on-hand to test

At all surprising that I have been treated themida still could not escape

http://letitbit.net/download/209233593171/HideOD2008.11.19.rar.html

3 NEW TUT. BY Joker Italy November 12, 2008

Posted by reversengineering in MUPS, other protectors and packers.
add a comment

Unpack TTProtect 1.05 Options Standard+Debug Middle – New tut September 2008

Unpack Kratos Crypter By RDG ( Good work RDG ) – New tut October 2008

Unpack PFE CX GUI 0.1 – New tut October 2008

http://letitbit.net/download/582d2e679623/Unpack-PFE-By-Joker-Italy.rar.html

http://letitbit.net/download/ba6c54940418/TTProtect-1.05–Standard-Debug-Middle-.rar.html

http://letitbit.net/download/7ccae8455854/Kratos-Crypter–Unpacking-.rar.html

or

http://rapidshare.com/files/163028511/3_new_tut.rar

API FUNCTION November 12, 2008

Posted by reversengineering in E-BOOK.
add a comment

http://letitbit.net/download/bc3a01514584/API-function-.zip.html

VB Decompiler v6.0 has been released (28.10.08) November 12, 2008

Posted by reversengineering in NEWS.
2 comments

VB Decompiler v6.0 has been released (28.10.08)

- New unpacker engine
- Parameters detection in unknown P-Code procedures
- Visual Basic 4.0 32 bit forms decompilation
- Parsing __vbaVarCopy
- Parsing __vbaVarCat
- Parsing __vbaVarMove
- Parsing __vbaStrMove
- Parsing __vbaChkstk
- Parsing __vbaVarPow
- Parsing __vbaVarDiv
- Parsing __vbaVarMul
- Parsing __vbaVarAdd
- Parsing __vbaVarSub
- Parsing __vbaVarAbs
- Parsing __vbaVarAnd
- FPU commands emulation
- BugFix: VB Decompiler now vorking in Windows 2008 Server without crashes
- BugFix: Form parsing if control has no id
- BugFix: Vars parser in Native Code
- BugFix: User controls decompilation if function type = 256

GUnPacker.V0.4 generick unpacker & helper November 12, 2008

Posted by reversengineering in TOOLS, UNPACKERS.
2 comments

GUnPacker.V0.4 generick unpacker & helper
ACProtect 1.09、1.32、1.41、2.0
AHPack 0.1
ASPack 102b、105b、1061、107b、1082、1083、1084、2000、2001、21、211c、211d、211r、212、212b212r
ASProtect 1.1,1.2,1.23RC1,1.33,1.35,1.40,SKE.2.11,SKE.2.1,SKE.2.2,2.3.04.26,2.4.09.11
Alloy 4.1、4.3
alexprot 1.0b2
Beria 0.07
Bero 1
BJFNT 1.2、1.3
Cexe 10a、10b
DragonArmor 1
DBpe 2.33
EPPort 0.3
eXe32Pack 1.42
EXECrypt 1
eXeStealth 2.75a、2.76、2.64、2.73、2.76、3.16(支持,但效果不是很好)
ExeSax 0.9.1(支持,但效果不是很好)
eXPressor 1.4.5.1、1.3(支持,但效果不是很好)
FengYue’Dll unknow
FSG 1.33、2.0、fsg2.0bart、fsg2.0dulek
GHF Protector v1.0(支持,但效果不是很好)
Krypton 0.2、0.3、0.4、0.5(For ALL 支持,但效果不是很好)
Hmimys Packer UnKown
JDProtect 0.9、1.01、2.0
KByS unknow
MaskPE 1.6、1.7、2.0
MEW 11 1.0/1.2、mew10、mew11_1.2、mew11_1.2_2、mew5
molebox 2.61、2.65
morphine 2.7(支持,但效果不是很好)
MKFpack 1
Mpress UnKown
Mucki 1
neolite 2
NCPH 1
nsapck 2.3、2.4、3.1
Obsidium 1.0.0.69、1.1.1.4(For ALL 支持,但效果不是很好)
Packman UnKown
PCShrink 0.71
PC-Guard v5.0、4.06c
PE Cryptor 1.5
PEBundle 2.3、2.44、3.0、3.2
PE-Armor 0.46、0.49、0.75、0.765
PECompact 1.x
PEDiminisher 0.1
PELock 1.06
PEncrypt 4
pepack 0.99、1.0
PELockNt 2.01、2.03、2.04
PEtite 1.2、1.3、1.4、2.2、2.3
PKlite32 1.1
PolyCryptA UnKown
peshield 0.2b2(支持,但效果不是很好)
PESpin 0.3(支持,但效果不是很好)、0.7、1.1、1.3
PEX 0.99
PolyCrypt PE 1.42
PUNiSHER 1.5(支持,但效果不是很好)
RLPack 1.1、1.6、1.7、1.8
Rubbish 2
ShrinkWrap 1.4
SDProtector 1.12、1.16
SLVc0deprotector 0.61(支持,但效果不是很好)、1.12
SimplePack 1.0、1.1、1.2
SoftSentry 3.0(支持,但效果不是很好)
Stealth PE 1.01、2.1
Stone’s PE Encryptor 1.13
SVKP 1.11、1.32、1.43
ThemidaDemo 1.0.0.5
teLock 0.42、0.51、0.60、0.70、0.71、0.80、0.85、0.90、0.92、0.95、0.96、0.98、0.99
Upc All
Upack “0.1、0.11、0.12、0.20、0.21、0.22、0.23、0.24、0.25、0.26、0.27、0.29、
0.30、0.31、0.32、0.33、0.34、0.35、0.36、0.37、0.38、0.39、0.399″
UPolyX 0.2、0.5
UPX “0.51、0.60、0.61、0.62、0.71、0.72、0.80、0.81、0.82、0.83、0.84、0.896、
1.0w、1.03、1.04、1.25w、2.0w、2.02、2.03、3.03、UPX-Scrambler RC1.x”
V2Packer 0.02
VisualProtect 2.57
Vprotector 1.2
WindCrypt 1.0
wwpack32 v1.20、v1.11、v1.12
WinKript 1
yoda’s cryptor v1.1、v1.2
YZPACK 2.0
yoda’s Protector v1.02、v1.03.2、v1.03.3、v1.0b

original & unpacked:BY PAVKA

http://letitbit.net/download/e26a01440450/GUnPacker.V0.4.By.rar.html

Flashback Best Analisator 1.6.0 November 12, 2008

Posted by reversengineering in DETECTOR, TOOLS.
add a comment

new version FBA
(FBA) Flashback Best Analisator 1.6.0 (852kb)

http://letitbit.net/download/fec563306979/FBA16.7z.html

RDG Packer Detector v0.6.6 2k8 November 12, 2008

Posted by reversengineering in DETECTOR, TOOLS.
3 comments

New skin!

-Detection improved for Fast and Powerful Mode!
-Signatures Database Up-to-date!
-Heuristic Detection of Binders
-Overlay Detection and Extraction!
-Automatic Check and Update!
-MD5 Hash Detection Very Fast!
-Multiple Support for Plug-ins, for RDG Packer Detector and for other detectors!
-Multiple Detection of formatted MPG,GIF,RAR,ZIP,MP3 etc.
-Detection and extraction of associated

http://letitbit.net/download/1166e6713270/RDG-Packer-Detector-v0.6.6-2k8.rar.html

Kernel Detective v1.1 November 12, 2008

Posted by reversengineering in OTHER, TOOLS.
1 comment so far

new version 1.1

-Added : Hidden Handles Detection, show every handle’s object name and address + ability to close the handle.
-Improved : Processes Detection, new undocumented algorithms implemented.
-Improved : Drivers Detection, undocumented algorithms implemented.
-Improved : SSDT Hooks Detection, detection algorithm improved to bypass KeServiceDescriptorTable EAT/IAT hooks (read more).
-Improved : User-space memory reader/writer and symbols decoder.
-Improved : Application GUI.
-Fixed : BSoD while driver initializing and most known bugs in version 1.0.

http://img526.imageshack.us/img526/1615/handlesyd8.png

Download

http://www.at4re.com/files/Tools/Releases/GamingMasteR/Kernel_Detective_v1.1.zip

http://letitbit.net/download/bf13a9334007/Kernel-Detective-v1.1.zip.html

ID Application Protector 1.2 November 12, 2008

Posted by reversengineering in PROTECTOR, TOOLS.
2 comments

http://www.idsecuritysuite.com/

http://letitbit.net/download/24fbe6797318/idapplicationprotector.1.2.retail.incl.keygen-TMX.rar.html

Armadillo unpacker tools November 12, 2008

Posted by reversengineering in Uncategorized.
1 comment so far

http://letitbit.net/download/8e9866263606/UnArmadillo-v1.4.rar.html

http://letitbit.net/download/ab3d52856509/Armadillo-Reducer-1.7.1-RC2.rar.html

http://letitbit.net/download/26c435634333/HWID-Changer-v.0.2-by-TrueLies.rar.html

http://letitbit.net/download/76619c869597/Armag3ddon-v14-by-CondZero.rar.html

http://letitbit.net/download/a471f8351581/Armadillo-Find-Protected.rar.html

http://letitbit.net/download/8e9866606350/UnArmadillo-v1.4.rar.html

http://letitbit.net/download/a0686e156083/Demaradillo-v0.4.rar.html

http://letitbit.net/download/0313be248144/dilloDIE-v1.6.rar.html

http://letitbit.net/download/4b9041385874/ArmadilloKiller-v2.6.rar.html

http://letitbit.net/download/9bb5c2571613/ArmadilloFindProtected-v1-.4.rar.html

http://letitbit.net/download/d71b0951038/Armadillo-Killer.v1.3.CopyMem.Edition.rar.html

http://letitbit.net/download/5c0106355004/Armadillo.Killer.2.6.build.5.rar.html

http://letitbit.net/download/cab631504194/Armadillo.DLL-OCX-Stripper.v1.6.rar.html

http://letitbit.net/download/f20e13542732/Armadillo.Goblin.v1.0.rar.html

asprotect unpackers November 12, 2008

Posted by reversengineering in TOOLS, UNPACKERS.
1 comment so far

http://letitbit.net/download/3ff267103447/stripper-v2.13b9.rar.html

http://letitbit.net/download/4fecc3897007/stripper-v2.07f.zip.html

http://letitbit.net/download/079257596467/stripper-v2.11rc2.zip.html

http://letitbit.net/download/3110cd452204/CASPR-v1.0.12.rar.html

http://letitbit.net/download/25129e80979/ASProtect.zip.html

http://letitbit.net/download/615199657920/Aspr-v2.XX-unpacker-v1.0E.rar.html

http://letitbit.net/download/fcf976186402/ASPriNF-v1.6-beta.rar.html

http://letitbit.net/download/e8ace655459/stripper-v2-1-.11rc2.zip.html

all ur email is replied November 12, 2008

Posted by reversengineering in NEWS.
add a comment

hi my friends

today i read all ur eamil and reply it

thaNX in advance

best regards

Follow

Get every new post delivered to your Inbox.

Join 35 other followers