Don't miss updates
Receive information about releases as RSS feed.
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.
ADD: new tool to import all ActiveXs of the project: click to Tools - Import ActiveX Registration Information For All ActiveX Files...
ADD: if input exe is added to Application Directory, it is ignored and not added to files (because it's input exe already); if input exe is added to another directory, a warning is shown.
FIX: if cmd.exe was packed, and "virtualize all changes of file system and registry" was enabled, then command 'del' for real file removed the file from real file system. It's fixed, so now the real file is not being removed from real file system, but instead is marked as "virtually deleted".
ADD: speed optimizations
ADD: a detailed log is provided during loading, saving and building a project.
ADD: context menu items for files, registry keys and values to quickly change their state: embedded or external.
FIX: sometimes embedded executable file couldn't be executed using CreateProcessAsUserW under Win 10.
FIX: embedded executable file couldn't be executed using CreateProcessWithLogonW and CreateProcessWithTokenW under Win 10.
FIX: embedded PDF file may not be loaded into Adobe Reader properly under Win 10.
FIX: embedded .net exe built as AnyCpu may crash for some values of stack reserve in the PE headers
FIX: if input exe contains tls data and 'run as virtual exe' option enabled, then output exe may crash at startup if a DLL with tls data was preloaded into the process (e.g. system extensions)
FIX: packed exe might crash when tried to access to a virtual file located on a network location