Difference between revisions of "The Stack"

From SkullSecurity
Jump to navigation Jump to search
Line 1: Line 1:
{{Infobox assembly}}
{{Infobox assembly}}


The stack is, at best, a difficult concept to understand. However, understanding the stack is essential to reverse engineering code.
== Function Parameters ==
== Local Variables ==
== Frame Pointer ==
== call and ret Revisited ==
== Balance ==




== Questions ==
== Questions ==
Feel free to edit this section and post questions, I'll do my best to answer them. But you may need to contact me to let me know that a question exists.
Feel free to edit this section and post questions, I'll do my best to answer them. But you may need to contact me to let me know that a question exists.

Revision as of 15:59, 13 March 2007

Assembly Language Tutorial
Please choose a tutorial page:

The stack is, at best, a difficult concept to understand. However, understanding the stack is essential to reverse engineering code.

Function Parameters

Local Variables

Frame Pointer

call and ret Revisited

Balance

Questions

Feel free to edit this section and post questions, I'll do my best to answer them. But you may need to contact me to let me know that a question exists.