We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54be297 commit d7cf3e0Copy full SHA for d7cf3e0
1 file changed
windows/winobject/process.py
@@ -584,7 +584,7 @@ def tid(self):
584
"""
585
return winproxy.GetCurrentThreadId()
586
587
- @utils.fixedproperty
+ @property #It's not a fixedproperty because executing thread might change
588
def teb_base(self):
589
get_teb_base_code = self.get_teb_code_by_bitness[self.owner.bitness]
590
return self.owner.execute(get_teb_base_code)
0 commit comments