Hi,
I have been using ThinApp for some time now without any problems.
Recently I virtualised a program, that uses ReadProcessMemory and WriteProcessMemory function to interact with other processes. The program works flawless if it is not virtualised. But once I virtualise it, the WriteProcessMemory functionality does not work at all, while all the functions relating to readProcessMemory work fine.
I thought, that it might have to do with the Isolation modes and I tryed all three Isolationmodes, but the problem remins.
Why does WriteProcessMemory not work in virtualised applications?
I'm using latest ThinApp on windows 10 64 Bit.