Question:

Low level programing languages ?

by  |  earlier

0 LIKES UnLike

I am looking for documentation on assembly and how a computer interprets binary into a command. I am trying to grasp how buffer overflows are exploited and how command are executed from the over writing of memory. I am interested in relevant documentation, please if you don't understand the question don't answer.

 Tags:

   Report

3 ANSWERS


  1. try Turbo Assembly Language(TASM).


  2. try the book called "The Art of Assembly Language "  

  3. Any of those are best answered in books, online communities are much more general-interest and not able to grasp how hardware stacks work.

    Even though they are no more complex than a placeholder for memory address. If you overflows the address by +10000 and the actual stack sizing were only 1000 you overwrote something and that something is irrelevant to CPU, it would just happily run the instruction it sees at +10000.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.