Archive for June, 2010


Unofficial Reversing On The S40 Revealed (Part 1)

Author : Funtikar

Author email :funtikar©gmail.com

Author website : http://funtikar.xtgem.com/

Description:

In this tutorial I will show you how to use the tools to get started on reversing j2me applications on J2ME enabled phones especially on the Nokia S40v3This is an extension from my previous tutorial which means that this is not part two. Please download my previous tutorial which is “Reversing J2ME Applications” on tuts4you. I have already explained the basics there.

Download here:
http://tuts4you.com/request.php?2931

Regards


Anti-Unpacker Tricks 2 – Part 8

Author : Peter Ferrie

Author website: http://pferrie.tripod.com/

Description Unpackers have been around for as long as packers themselves, but anti-unpacking tricks have appeared more recently – and have increased rapidly both in number and, in some cases, complexity.

The final part of this series of articles (see also [1–7]) concentrates on anti-debugging tricks that target a number of popular debuggers, as well as some anti-emulating and anti-intercepting tricks.

All of the techniques described here were discovered and developed by the author.

Download here: http://tuts4you.com/request.php?2928

Regards


OllyDbg 2.0.1.1 (Final)

Author: Oleh Yuschuk

Author email : Ollydbg©t-online.de

Author website : http://www.ollydbg.de/

Description:

OllyDbg 2.0 is a 32-bit assembler-level analyzing Degugger with intuitive interface. It is especially useful if source code is not available or when you experience problems with your compiler.

Requirements. Developed and tested mainly under Windows 2000 and Windows XP, but should work under any Windows version: 95, 98, ME, NT, 2000, XP, 2003 Server, Vista, Windows 7 and so on. For a comfortable debugging you will need at least 500-MHz processor. OllyDbg is memory hungry. If you debug large application with all features enabled, it may allocate 200-300 megabytes for backup and analysis data.

Supported instruction sets. OllyDbg 2.0 supports all existing 80×86-compatible CPUs: MMX, 3DNow!, including Athlon extentions, and SSE instructions up to SSSE3 and SSE4.

Configurability. More than 120 options (oh, no! This time it’s definitely too much!) control OllyDbg’s behaviour and appearance.

Data formats. Dump windows display data in all common formats: hexadecimal, ASCII, UNICODE, 16 and 32-bit signed/unsigned/hexadecimal integers, 32/64/80-bit floats, addresses, disassembly (MASM, IDEAL, HLA or AT&T). It also decodes and comments many Windows-specific structures, including PE headers, PEB, Thread data blocks and so on.

Help. OllyDbg 2.0 includes built-in help on all 80×86 integer and floating-point commands. If you possess Windows API help (win32.hlp, not included due to copyright reasons), you can attach it and get instant help on system API calls.

…..

Download here: http://ollydbg.de/odbg200.zip

Regards


Primer on Android OS Reversing

Author : Nieylana

Description This a tutorial which explains how to reverse Android OS applications. While most apps available are free, there are a few which are interesting to reverse. The video tutorial includes also the required reversing tools and instructions to setup your reversing lab.

Filesize 15.81 MB

Date Friday 21 May 2010 – 17:06:34

Download here: http://arteam.accessroot.com/arteam/site/request.php?322

Regards