#19.5.25

IDA decompilation failure - positive sp value has been found
IDA堆栈不平衡不能F5的原因及其解决方法:

https://blog.csdn.net/userpass_word/article/details/83588244
总结:
1.stack pointer
2.-0x0X前的000地址 Alt+k -0x0X


Python __dict__属性详解:

Python一切皆对象,那么Python究竟是怎么管理对象的呢?

总结:

1) 内置的数据类型没有__dict__属性

2) 每个类有自己的__dict__属性,就算存着继承关系,父类的__dict__ 并不会影响子类的__dict__

3) 对象也有自己的__dict__属性, 存储self.xxx 信息,父子类对象公用__dict__


github汉化教程嗷
https://github.com/52cik/github-hans

猜你喜欢

转载自blog.csdn.net/weixin_44719417/article/details/90544247