.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.
Rabu, 09 November 2011
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.
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.
Label:
Decompiler,
Java,
Tools
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.
Label:
Serial Sniffer,
Tools
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).
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.
Label:
Signatures,
Tools
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
Label:
Tips N Trik,
Tutorial
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
Label:
Delphi,
Programming
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:
Step 11: Click run or hit F9 in Delphi and compile. You can now change the form color and experiment further.Timer2.Enabled := True;
Author: RaY-29
Label:
Delphi,
Programming
Selasa, 08 November 2011
MOVIE TUTORIAL - DOTNET REVERSING
Target: MyKey.exe
Level: Easy
Tools: Reflector + Add-Ins Reflexil
Tutorial + Target: Download Here
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
Label:
Keygenning,
Tutorial
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
Label:
Keygenning,
Tutorial
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
Label:
Keygenning,
Tutorial
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
Author: RaY-29
Label:
Keygenning,
Tutorial
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
Author: RaY-29
MOVIE TUTORIAL - INLINE PATCHING ASPACK IN AJC 2010
Langganan:
Postingan (Atom)