jump to navigation

Armadillo Password Patcher August 11, 2008

Posted by reversengineering in OTHER, TOOLS.
add a comment

ebook links 3 August 11, 2008

Posted by reversengineering in E-BOOK.
add a comment

Learn.C.Sharp.Includes.the.C.Sharp.3.0.Features

http://depositfiles.com/files/7154131

==================

Addison.Wesley.Advanced.Windows.Debugging.Nov.2007

http://depositfiles.com/files/7154349

==================

Computer Viruses for Dummies

http://depositfiles.com/files/7154398

==================

cryptography.for.dummies.2004

http://depositfiles.com/files/7154482

==================

Microsoft Windows Registry Guide, 2nd Edition (2005)

http://depositfiles.com/files/7154567

ebook links 2 August 11, 2008

Posted by reversengineering in E-BOOK.
1 comment so far

Reverse Engineering of Object Oriented Code

http://depositfiles.com/files/7154643

====================

Trojans Worms, and Spyware A Computer

http://depositfiles.com/files/7154667

====================

Windows 2000 Native API Reference

http://depositfiles.com/files/7154735

====================

Microsoft.Press.Microsoft.Visual.C.Sharp.2008.Step.by.Step.Dec.2007

http://depositfiles.com/files/7154773

http://depositfiles.com/files/7154789

http://depositfiles.com/files/7154834

http://depositfiles.com/files/7154868

http://depositfiles.com/files/7154917

http://depositfiles.com/files/7154958

کتاب های فارسی August 11, 2008

Posted by reversengineering in E-BOOK, پارسی.
add a comment

سلام

چند تا کتاب فارسی

سی شارپ دو کتاب

http://depositfiles.com/files/7153548

http://depositfiles.com/files/7153576

دلفی 7 دو کتاب

http://depositfiles.com/files/7153912

http://depositfiles.com/files/7153984

رجیستری ویندوز

http://depositfiles.com/files/7154149

زبان اسمبلی

http://depositfiles.com/files/7154164

سیستم عامل پیشرفته 2

http://depositfiles.com/files/7154052

موفق باشید

Enigma Protector 1.51 August 11, 2008

Posted by reversengineering in PROTECTOR, TOOLS.
5 comments

Enigma Protector 1.51

Demo_RemoveNAG
Cracked.by.KuNgBiM/[CCG]

http://depositfiles.com/files/7153065

How to Write Your Own Packer August 11, 2008

Posted by reversengineering in RCE.
add a comment

How to Write Your Own Packer
by BigBoote
Vol. 1, No. 2, 2006

© CodeBreakers Journal

http://letitbit.net/download/7e8a6d978381/How-To-Write-Your-Own-Packer.rar.html

Execryptor 2.x – 2.41 find VM EP – Stolen OEP by trickyboy August 11, 2008

Posted by reversengineering in Scripts, TOOLS.
add a comment

Execryptor 2.x – 2.41 find VM EP – Stolen OEP

Hi everyone, we know that Unpacker Execryptor by RSI (public version) can unpack a lot of target but sometimes it can’t find OEP (miss VC8 signature in public version)
Ex:
[Option: One-touch Trial + Protect Entry Point]
http://www.chrismc.de/development/xarp/XArp.exe
[Option: Not Compress section code, Not dynamic import]
http://dl.powerarchiver.com/2007/powarc1022.exe
So I modified Bypass AntiDebug script to find VM EP or Stolen OEP and you can input it into Unpacker Execryptor.

History:
version 1.1
+ find Stolen OEP some special target of Borland Delphi

http://www.diskinternals.com/files/Raid_Recovery.exe
Note:
1. OllyICE + Phantom plugin
2. ODBGScript V1.64+
3. Olly Advanced (Break on TLS Callback)
4. Check bypass all exception in Olly option: 00000000 – FFFFFFFF

Hope it useful!

Regards,

Trick.

from unpack.cn
link:
http://depositfiles.com/files/7152798
http://letitbit.net/download/e1ba81756459/Execryptor-2.x—2.41-find-VM-EP—Stolen-OEP-v1.1.rar.html

Themida Loader ( PEB Dll Hooker Templates For MSVC ) August 11, 2008

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

Themida Loader ( PEB Dll Hooker Templates For MSVC )

Description:
TheMidaSpy tool was blacklisted and doesn’t work anymore then we updated the whole project and released a new tool source + templates for creating fake_kernel32.dll and fake_advapi32.dll for your themida loaders (Full C++ sources)

PEB dll hooker templates for MSVC
(c) 2008 deroko of ARTeam

Don’t know if anyone remembers themidaspy tool, which was designed to defeat
Anti-Break and Anti-ApiSpy techinques used in themida. I won’t go in details
how those are implemented in themida, as anyone, whom has played with themida
already know how those are implemented. TheMidaSpy tools was blacklisted, eg.
not working anymore with themida, so I decided to update whole project and
release new tool with sources (C) + templates for creating fake_kernel32.dll
and fake_advapi32.dll because you may find it usefull to use it in some of
your projects.

fake_kernel/advapi32 projects consist of all exports from both dlls. Currently,
I have listed all exports from kernel32.dll and advapi32.dll which are located
in those dlls on Windows XP SP3. Tnx to some of testers, I’ve received notification
that there are some exports and imports in fake_kernel32.dll/advapi32.dll
which are not present on XP SP2, on Vista on other hand, some imports are
not present, so you might wanna remove them if you plan to use this tool on
Vista.

I choose to use themida again, as it is good example when PEB hooking might
be handy, but you may use it for any other protection/project etc.

In themidaloader project you may find example how to inject these dlls into
targeted process.

You may find sample, on how to handle hooks in fake_kernel32 project, if
you lookup for f_GetModuleHandleA, f_LoadLibraryA, f_LoadLibraryExA, and
f_CreateThread, now it’s all up to you to decide how, and what you will
filter!!!

Compile HOWTO:

To compile sources, you will need MSVC 2005, and I think that there
shouldn’t be any problems if you compile it with MSVC 2008.

1. you will need to build fake_kernel32.dll and fake_advapi32.dll
solutions, and 2 dlls will be created in ..\..\fake\ folder.
2. in ..\..\fake\ folder you have adjust_fake.exe which you MUST use on
newly created dlls to get valid import table for kernel32/advapid32.dll
3. rebuild themida loader project, as fake_kernel32.dll and fake_advapi32.dll
are stored in resources of themidaloader.exe

You are free to modify sources, and use them as you like in any kind of
open source project If you use it in any kind of closed-source project,
have dignity, and at least mention my name

Enjoy…

(c) 2008 deroko of ARTeam

Greetings : talented reversers from ARTeam, woodmann, exetools and unpack.cn
forums… The only 4 reversing boards(sites) that I visit

From:
http://arteam.accessroot.com/releases.html

or
http://letitbit.net/download/a8a1dd466443/The-Mida-Loader-by-deroko.rar.html

Peid v0.94 cracklab 2008 edition August 11, 2008

Posted by reversengineering in DETECTOR, TOOLS.
add a comment

Peid v0.94 cracklab 2008 edition

http://letitbit.net/download/647b7e913266/peid-v0.94-cracklab-2008-edition.rar.html

Inline Patching Themida 1.9.5.0 August 11, 2008

Posted by reversengineering in MUPS, Themida.
1 comment so far

Inline Patching Themida 1.9.5.0

written by Unregistered ! – [REA]

language: vietname

size:1.2mg

with target

http://rapidshare.com/files/136519941/Inline.Patching.Themida.1.9.5.0.zip

http://depositfiles.com/files/7152476

http://letitbit.net/download/43689c172771/Inline.Patching.Themida.1.9.5.0.zip.html

67 cryptors in one August 11, 2008

Posted by reversengineering in PACKER, PROTECTOR, TOOLS.
add a comment

67 cryptors in one
========

1337_EXE_Crypter
ass-crypter
Aver_Cryptor_1.02_beta
BIP_0.1
Celsius_Crypt_2.0_XOR-Special_Edition
Cigicigi_File_Crypter_1.0
Cryptic_2.1
Daemon_Crypt_2.0
DalKrypt_1.0
DarkAvengard_Crypter
DarkCrypt_1.2_Private_Build
DeX-Crypt_2.0_Private
ExeCrypt_1.0
Falckon_Encrypter_1.0_beta
fEaRz_Crypter_1.0_beta_1
FETiOP_3.0.A_Upgrade
FFC_1.6
File_Crypter
FreeCryptor_0.3b_build_003
GKripto_1.0
h4ck-y0u.org_crypter
Hac-Crew_Crypter
ICrypt_1.0
iNF_CRYPT_
L0rD_Crypter_1.0
MaskPE_2.0
Minke_1.0.1
Morphnah_beta2
Mortal_Team_Crypter_2.0
N-Code_0.2
NOmeR1
Open_Crypter_2.01.0
p0ke_Scrambler_1.2_Private
PEcrypt
Perplex_PE_Protector_1.01dev
Pohernah_1.0.2
Pohernah_1.0.3
Poly_Crypt_2.8
PowerCrypt_v2.0
PrivateKrypt_beta
Protect_-_0.1.5_beta
RCryptor_2.0_Private
RPolyCrypt_1.4.1
RPolyCrypt_1.4.2
Russian_Cryptor_1.0
S1mb10z_2.1
Scramble-Tool_0.2.3b
Silly_Chr_Encrypter_0.5
Simple_Strreverse_Encryption_0.3
SkD_Undetectabler_2_Special_Edition
SkD_Undetectabler_3
Snoop_Crypt
StrAnGe_CrYpTeR
STUD_RC4_1.0
Super_Crypt_1.0
UndergroundCrypter_1.0
UnDo_Crypter
unnamed_Scrambler_1.2_D
Unnamed_Scrambler_2.1.1
Unnamed_Scrambler_2.1
USC_2.1.1_Partial_Cleaning_Patch
Vbs_Encrypter_0.01
Werus_Crypter_1.0
Wind_of_Crypt_1.0
WouThrs_EXE_Crypter_1.0_Beta
X-Crypter_1.2
X-Crypter_1.2__S-B_Version_mod

http://letitbit.net/download/4b86ae942457/cryptors.part1.rar.html
http://letitbit.net/download/5f19ef720028/cryptors.part2.rar.html
or
http://depositfiles.com/files/7152215
http://depositfiles.com/files/7152272
or
http://rapidshare.com/files/136478826/cryptors.part2.rar
http://rapidshare.com/files/136479761/cryptors.part1.rar

11mg

Registry Trash Keys Finder v.3.8.0 SR2 August 11, 2008

Posted by reversengineering in OTHER, TOOLS.
add a comment

Registry Trash Keys Finder v.3.8.0

v.3.8.0 (12/30/2007)

- Visual Basic 6 compiler used for better compatibility
with the last Windows versions (Win2003, Vista, etc);
- Added quick view panel for more comfortable keys’ preview;
- Install and uninstall facilities (FVO)*;
- F2 command (Save keys’ content) now shows standard
“Select file” dialog;
- Program menus was logically rearranged;
- Added German help file (thanks to Dirky);
- Added search for NTkrnl Protector 0.1+ keys;
- Added search for Enigma Protector 1.20+ keys;
- Added search for www.Alawar.com trial games keys (FVO);
- Added search for ActiveMark v.6x keys (FVO);
- Added “Back to Default” button in “Program Options” dialog;
- Bugfix: search for NULL keys failed when the key’s name
was one single NULL character;
- Bugfix: search for NULL keys skipped keys if they were found
directly under Registry root keys;
- Fixed the situation (quite infrequent) when new ASProtect 2.2+
keys were skipped during the search (FVO);
- Made a lot of corrections in many search routines
and important parts of TrashReg program code.

* Abbreviation (FVO) means (in Full version only)

SR1: (02/05/2008)
- Bugfix: program may hangs during a key deletion if RTKF has insufficient
access rights to delete this key (expected: the message with error description).

SR2: (04/18/2008)
- Added Vista Manifest resourse for automatic request for Administrator rights
during each start of the program;
- Corrected a few search routines.

http://www.shura.totalcmd.net/download/trashreg.zip