Don't miss updates
Receive information about releases as RSS feed.
ADD: Added BoxedAppSDK_CreateVirtualDirectory to BoxedAppSDK.Managed.Dll.
FIX: .Net runtime failed to enumerate types via reflection in BoxedAppSDK.Managed.Dll.
FIX: NtQueryKey might return incorrect status for small buffers.
FIX: virtual files didn't support NtQueryInformationFile / FileNormalizedNameInformation.
FIX: a process failed to get full path of a registry key if it is too long.
FIX: NtQueryVirtualMemory might be called incorrectly for some information class.
FIX: Returning status STATUS_OBJECT_NAME_INVALID instead of wrong STATUS_OBJECT_PATH_SYNTAX_BAD from Nt*** functions.
FIX: NtQueryVirtualMemory handles addresses that belong to virtual processes.
FIX: virtualized 32-bit Chrome crashed.
FIX: if a real file was opened with flags DELETE / FILE_DELETE_ON_CLOSE, and mode "all changes are virtual" was enabled, then closing the handle removed the file from real file system, instead of marking it as "virtually deleted". It is fixed.
ADD: C# / VB.Net samples show how to implement Stat() for custom virtual file.
FIX: virtual .net exe built as AnyCpu may crash for some values of stack reserve in the PE headers
FIX: virtual exe that contains TLS directory may crash if a DLL with tls data was preloaded into the process (e.g. system extensions)
FIX: a process might crash when tried to access to a virtual file located on a network location
FIX: virtual exe that contains TLS directory may crash on Win10
FIX: crash on Win10 during loading (LoadLibrary) of some virtual DLLs (msvcr100.dll is one of such DLLs)
FIX: sometimes BoxedApp crashes on file enumeration (found during testing of IE with BoxedApp)
FIX: sometimes BoxedApp crashes when NtNotifyChangeDirectory is called (found during testing of IE with BoxedApp)
FIX: Office 365 applications crashed being attached to BoxedApp
FIX: PowerPoint 2013 hangs on Win 10 being attached to BoxedApp
FIX: virtual files were created incorrectly on Parallels 9
FIX: BoxedAppSDK_Exit crashed
ADD: "static" version of BoxedApp SDK for .Net, now it's possible to create a single .Net executable that uses BoxedApp SDK
FIX: even if a DLL was loaded at preferred image base, BoxedApp returned a status that forced applying relocations