mercredi 26 janvier 2011

qpt's easy keygenme 1 Solution

an easy keygenme with some math instructions no protection or crypto or anything else it's all clean :p

Analyzes:

vendredi 21 janvier 2011

Decrypt This Cipher

 here is a cipher for you to decrypt :) it's easy just use your brain :D

110.211.310.211 110.211.110.111.210.111 110.311.410 110.211.110.111.310 110.211.210.111.110.111 110.311.210.111.110

Hint: It's a word nothing except a word :]

if you need more hints let me know about it ;)

Edit: i've changed the word and the look too :p so have fun :D

jeudi 20 janvier 2011

TinyRANDOMiZEr

TinyRANDOMiZEr

Description: this is an example that will show you how to generate random numbers by using GetTickCount and some maths :p

It's Coded in masm32 using Winasm IDE

Download Link:  TinyRANDOMiZEr.Incl.Source.Code.zip

have fun using it :)

mardi 4 janvier 2011

ASM Table Maker v0.1a

ASM Table Maker [ATM]
version: 0.1a

This is a tool i've made in masm32 which was inspired from Table Extractor by Thigo

download link: atmv01a.rar

have fun :)

lundi 13 décembre 2010

just a lill thing to start with :p

these are some of asm registers that every reverser and/or coder should know

General purpose registers:
EAX -> Accumulator for operands and results data.
EBX -> Pointer to data in the DS segment.
ECX -> Counter for string and loop operations.
EDX -> I/O pointer.
EBP -> Pointer to data on the stack (in the SS segment).
ESI -> Pointer to data in the segment pointed to by the DS register; source pointer for string operations.
EDI -> Pointer to data (or destination) in the segment pointed to by the ES register; destination pointer for string operations.
ESP -> Stack pointer (in the SS segment).

16Bit Segment registers:
CS -> Code Segment
DS -> Data Segment
SS -> Stack Segment
ES -> Data Segment
FS -> Data Segment
GS -> Data Segment