#19.5.25

Decompilation failure IDA - SP positive value has been found
IDA stack imbalance reason can not F5 and their solutions:

https://blog.csdn.net/userpass_word/article/details/83588244
summary:
1.stack pointer
000 before the address Alt 2.-0x0X + k -0x0X


Python __dict__ Detailed property:

Python everything is an object, how did you manage Python objects it?

to sum up:

1) there is no built-in data type attribute __dict__

2) Each class has its own attributes __dict__, even kept the inheritance, the parent class __dict__ does not affect __dict__ subclass

3) the object has its own attributes __dict__, storage self.xxx information, parent-child class object common __dict__


Speaking github tutorial wailing
https://github.com/52cik/github-hans

Guess you like

Origin blog.csdn.net/weixin_44719417/article/details/90544247