进栈

jìn zhàn
  • push on
进栈进栈
进栈[jìn zhàn]
  1. 比如,使用进栈指令和跳转指令的一个组合,就可以混淆调用指令而实现对这个阶段的威胁。

    This stage can be attacked by obfuscating the call instruction – say , by using a combination of the push and jump instructions .

  2. 方法:根据栈后进先出的特征,采用链表确定字符进栈的所有时刻序列,输出字符的所有出栈序列。

    Method : According to the characteristics of the stack of later in and first out , all the time sequence of characters is determined by the linked list .

  3. 结论:从进栈出栈具有时刻先后关系出发,解决出栈序列问题,算法理解更为简单直观。

    Conclusion : It will be much easier to understand the algorithm if the problems of the stack sequence are solved , which starts with the different sequence of input and output of the stack sequence .