コード例 #1
0
    def system_call_convention(self, value):
        """
		Sets the system call convention
		"""
        core.BNSetPlatformSystemCallConvention(self.handle, value.handle)
コード例 #2
0
	def system_call_convention(self, value):
		core.BNSetPlatformSystemCallConvention(self.handle, value.handle)