We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.熟悉了gdb命令行的使用,之前基本都是用的gui来操作
2.熟悉了linux下一些关于二进制和汇编的tool,譬如objdump、readelf
3.熟悉了AT&T格式的汇编,各种操作符,x86-64下的寄存器使用规范,各种控制结构的汇编形式实现
PS:19年的408一道大题就是类似这个lab的形式
The text was updated successfully, but these errors were encountered:
具体点讲的话,从阅读一个函数的汇编代码,理清了过程调用中一些事情的发生顺序:
譬如main调用上图中的phase_2 function,过程大致如下:
Sorry, something went wrong.
No branches or pull requests
1.熟悉了gdb命令行的使用,之前基本都是用的gui来操作
2.熟悉了linux下一些关于二进制和汇编的tool,譬如objdump、readelf
3.熟悉了AT&T格式的汇编,各种操作符,x86-64下的寄存器使用规范,各种控制结构的汇编形式实现
PS:19年的408一道大题就是类似这个lab的形式
The text was updated successfully, but these errors were encountered: