MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_cf

Method get_cf

pydevd_attach_to_process/winappdbg/thread.py:770–775  ·  view source on GitHub ↗

@rtype: bool @return: Boolean value of the Carry flag.

(self)

Source from the content-addressed store, hash-verified

768 return self.get_flag_value(self.Flags.Zero)
769
770 def get_cf(self):
771 """
772 @rtype: bool
773 @return: Boolean value of the Carry flag.
774 """
775 return self.get_flag_value(self.Flags.Carry)
776
777 def get_sf(self):
778 """

Callers

nothing calls this directly

Calls 1

get_flag_valueMethod · 0.95

Tested by

no test coverage detected