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 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..1d5b9c9 --- /dev/null +++ b/asm-step-by-step/listings/chapter5/eatsyscall/README.txt @@ -0,0 +1,12 @@ +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 + +If you have trouble with no output in KDbg view try installing xterm