Files
volatility3/volatility/framework/objects
Mike Auty 16a8e3771b Objects: Make bool an int
We can't inherit from bool, so __new__ can't return a bool, so
everything has be done with int.  However __bool__ is already
defined for int, so it should have no significant impact
(other than type() calls).

Fixes issue 232.
2020-06-18 16:53:14 +01:00
..
2020-06-18 16:53:14 +01:00