From f34ea93ea997fd9bd66fc2d66c522912a3900662 Mon Sep 17 00:00:00 2001 From: Arkonix Date: Sat, 10 Sep 2016 23:59:03 +0200 Subject: [PATCH 1/3] Add CR to samwindows.txt --- asm-step-by-step/listings/chapter5/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 asm-step-by-step/listings/chapter5/.gitattributes diff --git a/asm-step-by-step/listings/chapter5/.gitattributes b/asm-step-by-step/listings/chapter5/.gitattributes new file mode 100644 index 0000000..a75c1e7 --- /dev/null +++ b/asm-step-by-step/listings/chapter5/.gitattributes @@ -0,0 +1 @@ +samwindows.txt eol=crlf From da578dc38b9b3015836b2eee8e4abbc335b9f450 Mon Sep 17 00:00:00 2001 From: Arkonix Date: Sun, 11 Sep 2016 20:02:43 +0200 Subject: [PATCH 2/3] Added readme to eatsyscall --- .../listings/chapter5/eatsyscall/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 asm-step-by-step/listings/chapter5/eatsyscall/README.txt diff --git a/asm-step-by-step/listings/chapter5/eatsyscall/README.txt b/asm-step-by-step/listings/chapter5/eatsyscall/README.txt new file mode 100644 index 0000000..ed959b2 --- /dev/null +++ b/asm-step-by-step/listings/chapter5/eatsyscall/README.txt @@ -0,0 +1,10 @@ +If you have trouble seeing green arrow in KDbg then try + +nasm -f elf -g -F dwarf eatsyscall.asm -o eatdemo.o + +instead of + + +nasm -f elf -g -F dwarf eatsyscall.asm -o eatdemo.o + +If you have trouble linking add -m elf_i386 to ld options From 4219a8202effe5ca9b946e7e1794ad243be1b712 Mon Sep 17 00:00:00 2001 From: Arkonix Date: Sun, 11 Sep 2016 20:02:43 +0200 Subject: [PATCH 3/3] Added readme to eatsyscall --- asm-step-by-step/listings/chapter5/eatsyscall/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asm-step-by-step/listings/chapter5/eatsyscall/README.txt b/asm-step-by-step/listings/chapter5/eatsyscall/README.txt index ed959b2..1d5b9c9 100644 --- a/asm-step-by-step/listings/chapter5/eatsyscall/README.txt +++ b/asm-step-by-step/listings/chapter5/eatsyscall/README.txt @@ -8,3 +8,5 @@ instead of nasm -f elf -g -F dwarf eatsyscall.asm -o eatdemo.o If you have trouble linking add -m elf_i386 to ld options + +If you have trouble with no output in KDbg view try installing xterm