コード例 #1
0
 def packed(self):
     return core.BNIsStructurePacked(self.handle)
コード例 #2
0
ファイル: types.py プロジェクト: cblichmann/binaryninja-api
	def packed(self):
		if self._mutable:
			return core.BNIsStructureBuilderPacked(self._handle)
		return core.BNIsStructurePacked(self._handle)