Re: __asm__
Daniel Souza <[email protected]>
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
Yes, it means that the compiler will consider the asm instructions as
literal, and they will not be changed by compiler (either
instructions, optimization or bytecodes orders)
--
# (perl -e "while (1) { print "\x90"; }") | dd of=/dev/evil