Vertaling van "a shellcode" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This stream contains a shellcode that we need to analyze.
We also will see how to build a shellcode.
The goal of a shellcode is to run a shell.
La fonction principale du shellcode est d'exécuter un shell.
The first method involved a shellcode detection technique, and a means of identifying machine-level operations performed by different types of shellcode.
La première méthode impliquait une technique de détection de shellcode, et un moyen d'identification des opérations de niveau machine exécutées par différents types de shellcode.
As shown in this last example, it's possible to add functions to a shellcode, for instance, to leave the directory imposed by the chroot() function or to open a remote shell using a socket.
Comme le montre ce dernier exemple, il est possible d'ajouter des fonctions à un shellcode, par exemple pour sortir du répertoire imposée par la fonction chroot() ou ouvrir un shell à distance en utilisant une socket.
We will introduce a method that allows us to put a shellcode in memory and retrieve its exact address (this means: no more NOP at the beginning of the shellcode).
Nous allons présenter une technique qui permet de passer un shellcode en mémoire et de retrouver son adresse exacte (i.e. fini les tonnes de NOP au début).
One need only insert the setuid(0); call equivalent at the beginning of a shellcode to get the rights linked to the initial EUID for an S-UID application.
Il suffit en effet d'insérer l'équivalent de l'appel setuid(0); dès le début du shellcode pour récupérer les droits liés à l'EUID initial.
Creating a shellcode In some cases, it's possible to act on the process stack content, by overwriting the return address of a function and making the application execute some arbitrary code.
Dans certaines circonstances, il est possible d'agir sur le contenu de la pile du processus, d'écraser l'adresse de retour d'une fonction et de faire exécuter à l'application un code arbitraire.