From 7632784cec8b436390e5e223726155991dc67458 Mon Sep 17 00:00:00 2001 From: dash Date: Thu, 13 Jun 2019 13:06:05 +0200 Subject: [PATCH] markdown --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 525b144..f2ffbed 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ Collection of Shellcode Lab Sessions at from different cons the past years. Consists of PDF Slides and Example codes. -x86_32 - This is the Shellcode Lab for IA-32 saying 32Bit Intel CPUs - -x86_64 - This is the Shellcode Lab for IA-64 saying 64Bit Intel CPUs +* x86_32 - This is the Shellcode Lab for IA-32 saying 32Bit Intel CPUs +* x86_64 - This is the Shellcode Lab for IA-64 saying 64Bit Intel CPUs Ch33rs dash