Rabu, 09 November 2011

.NET REFLECTOR V6.8.2.5 BY RED GATE


.NET Reflector is an assembly browser for the Microsoft .NET platform that can be used to explore, analyze, decompile, and debug the contents of any .NET assembly. .NET Reflector combines class browsing, static analysis and high-level disassembly and decompilation to help .NET developers understand how a library works, or how it interacts with other parts of a .NET application. .NET Reflector will decompile to high level C#, VB, IL and some F# features.

Class Construction Kit (1.0 Beta 5)


The Class Construction Kit is a tool for the visual creation or modification of Java class files.

JAVA DECOMPILER GUI V0.3.3 BY EMMANUEL DUPUY


JD-GUI is a standalone graphical utility that displays Java source codes of ".class" files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

JD-GUI is free for non-commercial use. This means that JD-GUI shall not be included or embedded into commercial software products. Nevertheless, JD-GUI may be freely used for personal needs in a commercial or non-commercial environments.

VBASTRCMP V2.1 BY RESURRECTiON

Shows the strings to be compared in Visual Basic applications.

SERIAL SNIFFER CREATOR V2.0 BY MouradPr - AT4re


Serial Sniffer Creator is a Cracking Tool to help you make a serial sniffer for any program and you can use it also as a Loader Creator.

ABEL LOADER GENERATOR V2.30 BY c0rdat

This is loader generator tool, that allows you to generate loaders.

QUICK UNPACK V2.1 BY AHTEAM


The program is intended for fast (in a few seconds) unpacking of packers and simple protectors.

DUP - DIABLO2002'S UNIVERSAL PATCHER V2.19


dUP is a powerfull multiple file patchengine. It is written in Assembler (MircosoftMacroAssembler).

MOVIE TUTORIAL - USING VBASTRCMP IN UNRAR FOR WINDOWS


Target: winunrar.exe

Protection: Serial

Author: RaY-29

MOVIE TUTORIAL - USING SERIAL SNIFFER CREATOR IN PHOTO TO CARTOON


Target: PhotoToCartoon.exe

Protection: Serial

Author: RaY-29

PEID V0.95 - 672 SIGN


PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more than 600 different signatures in PE files.

RESOURCE HACKER V3.6.0.92


Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res).

MOVIE TUTORIAL - MEMBUAT RETAIL SOFTWARE

Mau tau gimana cara membuat retail software, seperti: VB Decompiler Pro v7.7 Retail, Pe Explorer v1.99 Retail, dll.

Tools Yang Diperlukan:
  • SysTracer Pro v2.0
  • Icon Sushi v1.19
  • Inno Setup v5
  • Target Orginal Setup & Sudah Di Crack

Untuk langkah-langkah selanjutnya silakan download file DISINI

Author: RaY-29

MAKING PATCHER + BACK-UP + WRITE REGISTRY + TARGET - DELPHI

Sekian lama browsing akhirnya dapat juga nich source code dari salah satu forum tetangga N sedikit di modif sesuai kebutuhan.

Download source code-nya secara lengkapnya DISINI

Author: RaY-29

FADE IN AND OUT FORM TEQNIQUE - DELPHI

Sorry, boleh copy dari forum tetangga & masih original...

Ever wondered how to achieve a fade effect with a Delphi form? You can impress your clients and/or friends with a sleek fade-in effect when your application starts and a fade-out effect when the application close. One way to do it is to make use of the form AlphaBlendValue.

Set AlphaBlendValue (in the form object inspector) to a value between 0 and 255 to indicate the degree of translucency when the AlphaBlend property is true. A value of 0 indicates a completely transparent window and a value of 255 indicates complete opacity. We will set the AlphaBlendValue to zero and then increase and decrease the value using the timers on our form. Remember that AlphaBlendValue only has an effect when the AlphaBlend property is true.

The following steps shows how to fade a Delphi form in and out:
Step 1: Start a new application in Delphi
Step 2: Put two timers and a button on a form
Step 3: Set AlphaBlend to True in form's object inspector
Step 4: Set AlphaBlendValue to 0 in form's object inspector
Step 5: Set Timer1.enabled to true
Step 6: Set Timer2.enabled to false
Step 7: Set the interval of both timers to 10
Step 8: Place the following code in the Timer1.onTimerEvent:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
if Form1.AlphaBlendValue >= 255 then
Timer1.Enabled := false
else
Form1.AlphaBlendValue := Form1.AlphaBlendValue + 5;
end;
Step 9: Place the following code in the Timer2.onTimerEvent:
procedure TForm1.Timer2Timer(Sender: TObject);
begin
if Form1.AlphaBlendValue <= 0 then
Timer2.Enabled := false
else
Form1.AlphaBlendValue := Form1.AlphaBlendValue - 5;
if Form1.AlphaBlendValue <= 0 then
close;
end; 
Step 10: Place the following code in the onClick even of the button:
Timer2.Enabled := True;
Step 11: Click run or hit F9 in Delphi and compile. You can now change the form color and experiment further. 

Author: RaY-29

Selasa, 08 November 2011

MOVIE TUTORIAL - DOTNET REVERSING

Target: MyKey.exe

Level: Easy


Tutorial + Target: Download Here

Author: RaY-29

MOVIE TUTORIAL - JAVA REVERSING


Link Tutorial + Target + Tools: Download Here

Thanks To:
  • CodeRipper - SND
  • ThunderPwr - ARTEAM
  • back2figure1

Author: RaY-29

TUTORIAL KEYGENNING KEYGENME#1 BY SSlEvIN - PDF

Target: KeygenMe by SSlEvIN.exe

Compiler: MASM32 / TASM32

Protection: Serial

Level: Easy

Tools: Ollydbg v1.10, Delphi

Skills: ASM, Programming, Delphi, Reverse, Logic

Author: RaY-29

TUTORIAL KEYGENNING KEYGENME BY HACKEREH@ (RIP ASM - VERSI 2) - PDF

Target: hackereh@.exe

Compiler: MASM32 / TASM32

Protection: Serial

Level: Easy

Tools: Ollydbg v1.10, Delphi

Skills: ASM, Programming, Delphi, Reverse, Logic

Author: RaY-29

TUTORIAL KEYGENNING KEYGENME BY TDC 2005 (RIP ASM VERSI 1) - PDF

Target: keygenme-tdc.exe

Compiler: MASM32 / TASM32

Protection: Serial

Level: Easy

Tools: Ollydbg v1.10, Delphi

Skills: ASM, Programming, Delphi, Reverse, Logic

Author: RaY-29

TUTORIAL KEYGENNING MFC-ANWENDUNG CRME V1 - PDF

Target: MFC-Anwendung crme1.exe

Compiler: Microsoft Visual C++ 6.0

Protection: Serial

Level: Easy

Tools: Ollydbg v1.10, Delphi

Skills: ASM, Programming, Delphi, Reverse, Logic

Author: RaY-29

MOVIE TUTORIAL - SIMPLE PATCHING REVO UNINSTALLER PRO



Target: RevoUninPro.exe

Protection: Serial

Author: RaY-29

MOVIE TUTORIAL - INLINE PATCHING PECOMPACT V2.X

Target: unpackme pecompact2x-crackme.exe

Packer: Pecompact v2.x

Author: RaY-29

MOVIE TUTORIAL - ABEL LOADER GENERATOR TO ANTI-PATCH

Target: bo3_Anti_Patch.exe

Protection: CRC32

Author: RaY-29

MOVIE TUTORIAL - INLINE PATCHING UPX IN AOAO VIDEO TO PICTURE CONVERTER V2.4


Dev: aoaophoto

Target: Video to Picture.exe

Protection: Serial

Packer: UPX 0.89.6 - 1.02

Author: RaY-29

MOVIE TUTORIAL - INLINE PATCHING ASPACK IN AJC 2010



Target: ajc.exe

Protection: Serial

Packer: ASPack 2.12

Author: RaY-29