Esempio n. 1
0
    def system_call_convention(self, value):
        """
		Sets the system call convention
		"""
        core.BNSetPlatformSystemCallConvention(self.handle, value.handle)
Esempio n. 2
0
	def system_call_convention(self, value):
		core.BNSetPlatformSystemCallConvention(self.handle, value.handle)