All Questions
1 question
4votes
2answers
4kviews
Why do we need to remove null bytes from shell code?
I'm studying the basics of making shell codes. I have a question about it. In my textbook, the author stores his shell code in an environment variable, and injects the address of it using strcpy() ...