 | |
Les interruptions Wednesday, August 24 @ 00:12:22 CEST by Romain_Le_Guen (2101 reads) | Par Plouf (theplouf@yahoo.com) Ce tutoriel explique le fonctionnement des interruptions (INT) en mode réel. Il suppose une connaissance moyenne de l'assembleur.
| | (Suite... | 22476 octets de plus | Score: 0) |
|
Writing IA32 Restricted Instruction Set Shellcode Decoder Loops Wednesday, December 08 @ 17:09:03 CET by Romain_Le_Guen (2038 reads) | This article addresses the requirements for writing a shellcode decoder loop using a limited number of characters that limits our instruction set. Most of it is based on my experience with alphanumeric decoders but the principles apply to any piece of code that is written to work with a limited instruction set.
| | (Suite... | 19900 octets de plus | Score: 0) |
|
Exemple de Programmation séparée avec NASM Thursday, November 18 @ 16:15:12 CET by Romain_Le_Guen (2005 reads) | Programmation séparée avec NASM :
Exemple avec deux fichiers en assembleur
Exemple avec un fichier en assembleur et un fichier en C
| | (Suite... | 1917 octets de plus | Score: 0) |
|
Attacking Windows 9x with Loadable Kernel Modules (alias VxD) -- Ou comment s'am Tuesday, January 20 @ 15:17:00 CET by Romain_Le_Guen (7560 reads) | This article explains the basics of Windows 9x kernel modules development and
contains the full source of a loadable kernel module (LKM) that performs the
following functions:
1) it captures TCP connections traffic and extracts telnet/pop3/ftp passwords
2) it captures dial-up connections traffic (by capturing the raw data from the
serial port) and extracts dial-up passwords
3) by accessing the TCP stack directly (bypassing the Winsock interface), it
emails all the collected authentication information to an evil script
kiddie sitting in a basement full of stolen hardware
4) it is virtually undetectable with any standard Windows tools
5) it is written entirely in assembly and the executable file size is
only 7KB
| | (Suite... | 26970 octets de plus | Score: 0) |
|
Compilateur ASM :) Tuesday, April 16 @ 18:06:42 CEST by Romain_Le_Guen (2960 reads) | Voilou un pti compilateur ASM pour ceux qui n'arrivent pas a en trouver . Celui ci c'est TASM v4 en download sans limitation rien que pour vous !!
DOwnload ICI :!)
| | (Suite... | Score: 3) |
|
Occurence de lettres dans une phrase Saturday, March 30 @ 18:39:33 CET by Romain_Le_Guen (5494 reads) | Ce programme permet de calculer le nombre d'occurence de toutes les lettres dans une phrase . Voir la suite ...
| | (Suite... | 3062 octets de plus | Score: 0) |
|
| |
| Articles ... | | There isn't content right now for this block. | |
|