Skip to main content

Questions tagged [interoperability]

1 vote
0 answers
83 views

The driver provided by the phone manufacturer doesn't expose both of my front cameras to third party apps and doesn't allow any third party app to record 4K video, so I think that interoperability is ...
Martin's user avatar
  • 11
2 votes
0 answers
372 views

I have managed assembly that calls COM interface methods. I am interested in IManager interface, here is the code from NET Reflector: namespace Lib { [ComImport, CompilerGenerated, CoClass(...
igntec's user avatar
  • 21
2 votes
0 answers
441 views

I read in the IDA Pro Book that you may use till.exe to parse header files and create standalone .til files which can be made globally available by copying them into <IDADIR>/til. This ...
langlauf.io's user avatar
  • 1,570
2 votes
1 answer
628 views

We have an old 2D space shooter multiplayer game community form late 1990s. The game is still alive today but the problem is the creators of the game are no where to be found and the source code is ...
Selwyn's user avatar
  • 121
3 votes
1 answer
269 views

I have an old game that I am wanting to increase the resolution on. The problem is that the game is ancient and was written using DDRAW and GDI .A few things are weird with this application, First ...
LUser's user avatar
  • 793
5 votes
2 answers
5k views

I have an industrial IP camera and I want to read its images with a micro-controller, but the camera is only operable from a computer running its drivers/firmware. I used WireShark to access the UDP ...
McMa's user avatar
  • 153
2 votes
2 answers
456 views

I want to develop a web-based API in Rails for some LockState wifi programmable thermostats, so that other different application can control these thermostats. But I'm cannot find any resource about ...
rony36's user avatar
  • 121